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-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to