linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Driver for 74xx-ICs with MMIO access
@ 2014-09-19  7:40 Alexander Shiyan
  2014-09-19  7:40 ` [PATCH 1/2] GPIO: Add driver " Alexander Shiyan
  2014-09-19  7:40 ` [PATCH 2/2] GPIO: 74xx-mmio: Add DT bindings documentation Alexander Shiyan
  0 siblings, 2 replies; 8+ messages in thread
From: Alexander Shiyan @ 2014-09-19  7:40 UTC (permalink / raw)
  To: linux-gpio; +Cc: Alexandre Courbot, Linus Walleij, devicetree, Alexander Shiyan

This driver is an attempt to resolve a dispute about adding "generic"
memory-mapped GPIO support for DT:
http://comments.gmane.org/gmane.linux.kernel.gpio/2

Alexander Shiyan (2):
  GPIO: Add driver for 74xx-ICs with MMIO access
  GPIO: 74xx-mmio: Add DT bindings documentation

 .../devicetree/bindings/gpio/gpio-74xx-mmio.txt    |  30 ++++
 drivers/gpio/Kconfig                               |  14 ++
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-74xx-mmio.c                      | 170 +++++++++++++++++++++
 4 files changed, 215 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-74xx-mmio.txt
 create mode 100644 drivers/gpio/gpio-74xx-mmio.c

-- 
1.8.5.5


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

end of thread, other threads:[~2014-09-29 12:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19  7:40 [PATCH 0/2] Driver for 74xx-ICs with MMIO access Alexander Shiyan
2014-09-19  7:40 ` [PATCH 1/2] GPIO: Add driver " Alexander Shiyan
2014-09-29 12:04   ` Linus Walleij
2014-09-29 12:10     ` Alexander Shiyan
2014-09-19  7:40 ` [PATCH 2/2] GPIO: 74xx-mmio: Add DT bindings documentation Alexander Shiyan
2014-09-22 11:39   ` Geert Uytterhoeven
2014-09-23 16:51     ` Alexander Shiyan
2014-09-24 11:26       ` 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).