linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] gpio: mlxbf3: revert device name logic
@ 2025-08-11 17:50 David Thompson
  2025-08-11 17:50 ` [PATCH v1 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0" David Thompson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: David Thompson @ 2025-08-11 17:50 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.

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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 17:50 [PATCH v1 0/2] gpio: mlxbf3: revert device name logic David Thompson
2025-08-11 17:50 ` [PATCH v1 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0" David Thompson
2025-08-12 13:43   ` Bartosz Golaszewski
2025-08-11 17:50 ` [PATCH v1 2/2] gpio: mlxbf3: use platform_get_irq_optional() David Thompson
2025-08-11 20:35   ` Andy Shevchenko
2025-08-12 13:42     ` Bartosz Golaszewski
2025-08-11 20:36 ` [PATCH v1 0/2] gpio: mlxbf3: revert device name logic Andy Shevchenko
2025-08-12 13:42 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).