linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by()
@ 2024-04-11 17:22 Andy Shevchenko
  2024-04-11 17:22 ` [PATCH v1 1/4] gpiolib: acpi: Extract __acpi_find_gpio() helper Andy Shevchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andy Shevchenko @ 2024-04-11 17:22 UTC (permalink / raw)
  To: Bartosz Golaszewski, Andy Shevchenko, David Thompson,
	Linus Walleij, Patrick Rudolph, Rafael J. Wysocki, linux-gpio,
	linux-kernel, linux-acpi, netdev
  Cc: Bartosz Golaszewski, Mika Westerberg, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rafael J. Wysocki,
	Len Brown

Use con_id instead of property in the acpi_dev_gpio_irq_get_by().
It will be aligned with other GPIO library functions.

Assumed to go via my GPIO ACPI library tree follwoed by GPIO subsystem.

Andy Shevchenko (4):
  gpiolib: acpi: Extract __acpi_find_gpio() helper
  gpiolib: acpi: Simplify error handling in __acpi_find_gpio()
  gpiolib: acpi: Move acpi_can_fallback_to_crs() out of
    __acpi_find_gpio()
  gpiolib: acpi: Pass con_id instead of property into
    acpi_dev_gpio_irq_get_by()

 drivers/gpio/gpio-pca953x.c                   |  2 +-
 drivers/gpio/gpiolib-acpi.c                   | 52 +++++++++++--------
 .../mellanox/mlxbf_gige/mlxbf_gige_main.c     |  2 +-
 drivers/pinctrl/pinctrl-cy8c95x0.c            |  2 +-
 include/linux/acpi.h                          |  8 +--
 5 files changed, 37 insertions(+), 29 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-04-12 16:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 17:22 [PATCH v1 0/4] gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by() Andy Shevchenko
2024-04-11 17:22 ` [PATCH v1 1/4] gpiolib: acpi: Extract __acpi_find_gpio() helper Andy Shevchenko
2024-04-11 17:22 ` [PATCH v1 2/4] gpiolib: acpi: Simplify error handling in __acpi_find_gpio() Andy Shevchenko
2024-04-11 17:22 ` [PATCH v1 3/4] gpiolib: acpi: Move acpi_can_fallback_to_crs() out of __acpi_find_gpio() Andy Shevchenko
2024-04-11 17:22 ` [PATCH v1 4/4] gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by() Andy Shevchenko
2024-04-12 10:19 ` [PATCH v1 0/4] gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by() Mika Westerberg
2024-04-12 16:03   ` Andy Shevchenko

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).