Hi, As discussed in this thread: https://www.mail-archive.com/linux-gpio%40vger.kernel.org/msg02929.html This series converts the Intel Lynxpoint and Baytrail GPIO drivers to use the new irqchip helper functions and then moves ACPI event registration to happen in the helpers as well. Mika Westerberg (3): gpio: lynxpoint: Convert to use gpiolib irqchip pinctrl: baytrail: Convert to use gpiolib irqchip gpio / ACPI: Move event handling registration to gpiolib irqchip helpers drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-lynxpoint.c | 93 ++++++++++---------------------------- drivers/gpio/gpiolib-acpi.c | 38 ++++++++++++---- drivers/gpio/gpiolib.c | 4 ++ drivers/gpio/gpiolib.h | 9 ++++ drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-baytrail.c | 87 ++++++++--------------------------- 7 files changed, 87 insertions(+), 148 deletions(-) -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html