[PATCH 0/4] provide irqchip in gpiolib

From: Linus Walleij
Date: Tue Mar 25 2014 - 08:52:39 EST


This series provides a central facility for registering a chained
(cascaded) irqchip as a sibling to a certain gpiochip. Patch one
adds the API, patch 2, 3, 4 convert three drivers that I can test
to use this facility.

Linus Walleij (4):
gpio: add IRQ chip helpers in gpiolib
gpio: pl061: convert driver to use gpiolib irqchip
pinctrl: nomadik: convert driver to use gpiolib irqchip
pinctrl: coh901: convert driver to use gpiolib irqchip

drivers/gpio/Kconfig | 4 +
drivers/gpio/gpio-pl061.c | 80 ++++-----------
drivers/gpio/gpiolib.c | 188 +++++++++++++++++++++++++++++++++++
drivers/pinctrl/Kconfig | 4 +
drivers/pinctrl/pinctrl-coh901.c | 204 ++++++++++----------------------------
drivers/pinctrl/pinctrl-nomadik.c | 123 ++++++-----------------
include/linux/gpio/driver.h | 29 ++++++
7 files changed, 329 insertions(+), 303 deletions(-)

--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/