Hi Linux GPIO and ACPI maintainers, This is material for v5.12-rcX (presumably -rc2). Since it touches ACPI, this PR is to both subsystems. Thanks, With Best Regards, Andy Shevchenko The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.12-2 for you to fetch changes up to 437b57d2085950a813c028215513fe941ca2e616: gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 (2021-03-03 09:49:47 +0200) ---------------------------------------------------------------- intel-gpio for v5.12-2 * Fix IRQ flags for ACPI event handler * Redo Intel Galileo Gen 2 quirk due to revealed regression The following is an automated git shortlog grouped by driver: gpiolib: - acpi: Allow to find GpioInt() resource by name and index - acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk - acpi: Add missing IRQF_ONESHOT pca953x: - Set IRQ type when handle Intel Galileo Gen 2 ---------------------------------------------------------------- Andy Shevchenko (3): gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk gpiolib: acpi: Allow to find GpioInt() resource by name and index gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 Yang Li (1): gpiolib: acpi: Add missing IRQF_ONESHOT drivers/gpio/gpio-pca953x.c | 78 +++++++++++++------------------------------ drivers/gpio/gpiolib-acpi.c | 21 ++++++++---- include/linux/acpi.h | 10 ++++-- include/linux/gpio/consumer.h | 2 ++ 4 files changed, 48 insertions(+), 63 deletions(-) -- With Best Regards, Andy Shevchenko