linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] provide irqchip in gpiolib
@ 2014-03-25 12:51 Linus Walleij
  2014-03-25 12:51 ` [PATCH 1/4] gpio: add IRQ chip helpers " Linus Walleij
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Linus Walleij @ 2014-03-25 12:51 UTC (permalink / raw)
  To: linux-gpio, Thomas Gleixner
  Cc: Alexandre Courbot, linux-kernel, Linus Walleij

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-26  2:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 12:51 [PATCH 0/4] provide irqchip in gpiolib Linus Walleij
2014-03-25 12:51 ` [PATCH 1/4] gpio: add IRQ chip helpers " Linus Walleij
2014-03-26  2:40   ` Alexandre Courbot
2014-03-25 12:51 ` [PATCH 2/4] gpio: pl061: convert driver to use gpiolib irqchip Linus Walleij
2014-03-25 12:51 ` [PATCH 3/4] pinctrl: nomadik: " Linus Walleij
2014-03-25 12:51 ` [PATCH 4/4] pinctrl: coh901: " Linus Walleij
2014-03-25 16:14 ` [PATCH 0/4] provide irqchip in gpiolib Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).