Message ID | 20240411172540.4122581-2-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | gpiolib: acpi: Use con_id in acpi_dev_gpio_irq_get_by() | expand |
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@linux.intel.com>
On Fri, Apr 12, 2024 at 01:19:44PM +0300, Mika Westerberg wrote: > 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@linux.intel.com> Pushed to my review and testing queue, thanks! Note, I'll will wait for Acks for Mellanox and ACPI code for a while, the series will appear in Linux Next for the testing purposes, but if anybody objects, please let me know.