Hi Linux GPIO maintainers, More stuff for v5.13 cycle. PR has been done against gpio/for-next branch of Bart's tree. Thanks, With Best Regards, Andy Shevchenko The following changes since commit b41ba2ec54a70908067034f139aa23d0dd2985ce: gpiolib: Read "gpio-line-names" from a firmware node (2021-03-08 11:59:17 +0100) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.13-2 for you to fetch changes up to 058459043e71b5c1703194ea71aab576c0ff4f4d: gpio: ich: Switch to be dependent on LPC_ICH (2021-04-02 21:44:56 +0300) ---------------------------------------------------------------- intel-gpio for v5.13-2 * ACPI quirk to ignore EC events on Dell Venue 10 Pro 5055 * Kconfig fixes for GPIO ICH and SCH drivers The following is an automated git shortlog grouped by driver: gpiolib: - acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 ich: - Switch to be dependent on LPC_ICH sch: - Drop MFD_CORE selection - depends on LPC_SCH ---------------------------------------------------------------- Andy Shevchenko (5): lib/cmdline: Export next_arg() for being used in modules gpio: aggregator: Replace custom get_arg() with a generic next_arg() gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events gpio: sch: Drop MFD_CORE selection gpio: ich: Switch to be dependent on LPC_ICH Hans de Goede (1): gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 Jan Kiszka (1): gpio: sch: Add edge event support Randy Dunlap (1): gpio: sch: depends on LPC_SCH drivers/gpio/Kconfig | 11 ++- drivers/gpio/gpio-aggregator.c | 39 ++------ drivers/gpio/gpio-ich.c | 2 - drivers/gpio/gpio-sch.c | 198 +++++++++++++++++++++++++++++++++++++++-- drivers/gpio/gpiolib-acpi.c | 14 +++ lib/cmdline.c | 1 + 6 files changed, 215 insertions(+), 50 deletions(-) -- With Best Regards, Andy Shevchenko