linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] gpio: Add device driver for GRGPIO cores
@ 2013-04-17 12:36 Andreas Larsson
  2013-04-17 12:36 ` [PATCH v6 1/2] gpio: grgpio: " Andreas Larsson
  2013-04-17 12:36 ` [PATCH v6 2/2] gpio: grgpio: Add irq support Andreas Larsson
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Larsson @ 2013-04-17 12:36 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Grant Likely, Rob Herring, linux-kernel, devicetree-discuss, software

Changes since v5:
- register accesses via base + constant
- no base irq number from device tree
- no empty irq-handler in patch 1
- change multi line comment style
- no talk of "virtual" irq or virq
- better description of the situation with irqs and underlying irqs
- add missing lock in irq-handler
- add warning printout in irq-handler if no gpio line matches irq

Andreas Larsson (2):
  gpio: grgpio: Add device driver for GRGPIO cores
  gpio: grgpio: Add irq support

 .../devicetree/bindings/gpio/gpio-grgpio.txt       |   26 +
 drivers/gpio/Kconfig                               |    9 +
 drivers/gpio/Makefile                              |    1 +
 drivers/gpio/gpio-grgpio.c                         |  505 ++++++++++++++++++++
 4 files changed, 541 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-grgpio.txt
 create mode 100644 drivers/gpio/gpio-grgpio.c

-- 
1.7.10.4


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

end of thread, other threads:[~2013-04-26  6:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17 12:36 [PATCH v6 0/2] gpio: Add device driver for GRGPIO cores Andreas Larsson
2013-04-17 12:36 ` [PATCH v6 1/2] gpio: grgpio: " Andreas Larsson
2013-04-26  6:51   ` Linus Walleij
2013-04-26  6:55     ` Andreas Larson
2013-04-17 12:36 ` [PATCH v6 2/2] gpio: grgpio: Add irq support Andreas Larsson
2013-04-26  6:53   ` Linus Walleij

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).