Hi Linux GPIO maintainers, So far collected stuff for Intel GPIO drivers (including aggregator clean up). No conflicts are expected. 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-1 for you to fetch changes up to 6c46215d6b626cb0981f8332da506b69b98c4b49: gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events (2021-03-27 23:48:55 +0200) ---------------------------------------------------------------- intel-gpio for v5.13-1 * Implement event support (GPE) in Intel SCH GPIO driver * Clean up GPIO aggregator driver to use more of the generic code The following is an automated git shortlog grouped by driver: aggregator: - Replace custom get_arg() with a generic next_arg() lib/cmdline: - Export next_arg() for being used in modules sch: - Hook into ACPI GPE handler to catch GPIO edge events - Add edge event support ---------------------------------------------------------------- Andy Shevchenko (3): 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 Jan Kiszka (1): gpio: sch: Add edge event support drivers/gpio/Kconfig | 3 +- drivers/gpio/gpio-aggregator.c | 39 ++------ drivers/gpio/gpio-sch.c | 198 +++++++++++++++++++++++++++++++++++++++-- lib/cmdline.c | 1 + 4 files changed, 198 insertions(+), 43 deletions(-) -- With Best Regards, Andy Shevchenko