All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] gpio: mlxbf3: revert device name logic
@ 2025-08-12 13:39 David Thompson
  2025-08-12 13:39 ` [PATCH v2 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0" David Thompson
  2025-08-12 13:39 ` [PATCH v2 2/2] gpio: mlxbf3: use platform_get_irq_optional() David Thompson
  0 siblings, 2 replies; 3+ messages in thread
From: David Thompson @ 2025-08-12 13:39 UTC (permalink / raw)
  To: linus.walleij, brgl, andriy.shevchenko, mika.westerberg
  Cc: linux-gpio, linux-kernel, David Thompson

This series reverts the use of device name processing
in the BlueField-3 GPIO driver "probe()".  Instead, the
kernel API "platform_get_irq_optional()" should be used
to prevent errors being logged.

v2:
- Added "Cc: stable@vger.kernel.org" tag to patch 2
- Added "Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>"

David Thompson (2):
  Revert "gpio: mlxbf3: only get IRQ for device instance 0"
  gpio: mlxbf3: use platform_get_irq_optional()

 drivers/gpio/gpio-mlxbf3.c | 54 ++++++++++++++------------------------
 1 file changed, 19 insertions(+), 35 deletions(-)

-- 
2.43.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-12 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 13:39 [PATCH v2 0/2] gpio: mlxbf3: revert device name logic David Thompson
2025-08-12 13:39 ` [PATCH v2 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0" David Thompson
2025-08-12 13:39 ` [PATCH v2 2/2] gpio: mlxbf3: use platform_get_irq_optional() David Thompson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.