Re: [PATCH v1 0/4] gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by()

From: Mika Westerberg
Date: Fri Apr 12 2024 - 10:53:02 EST


On Thu, Apr 11, 2024 at 08:22:28PM +0300, Andy Shevchenko wrote:
> 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 +++++++++++--------

For the gpiolib-acpi.c parts,

Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>