linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] New descriptor-based GPIO interface
@ 2013-10-17 17:21 Alexandre Courbot
  2013-10-17 17:21 ` [PATCH v3 1/3] gpiolib: export " Alexandre Courbot
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alexandre Courbot @ 2013-10-17 17:21 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Arnd Bergmann, Grant Likely, Mika Westerberg,
	gnurou-Re5JQEeQqe8AvxtiuMwx3w, Rafael J. Wysocki, Mathias Nyman,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arch-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Alexandre Courbot

Hi Linus,

This version should merge as-is in your tree (I hope!). A patch for
documentation will follow soon.

Changes since v2:
- rebased on top of Linus' for-next branch
- exported new gpiod_(un)lock_as_irq() functions in driver.h
- squashed a fix for a compilation error

Alexandre Courbot (3):
  gpiolib: export descriptor-based GPIO interface
  gpiolib: port of_ functions to use gpiod
  gpiolib: add gpiod_get() and gpiod_put() functions

 drivers/gpio/devres.c         |  83 ++++++
 drivers/gpio/gpiolib-of.c     |  28 +-
 drivers/gpio/gpiolib.c        | 623 +++++++++++++++++++++++++++++-------------
 include/asm-generic/gpio.h    | 222 +++++----------
 include/linux/gpio.h          |  11 +-
 include/linux/gpio/consumer.h | 253 +++++++++++++++++
 include/linux/gpio/driver.h   | 183 +++++++++++++
 include/linux/of_gpio.h       |  29 +-
 8 files changed, 1055 insertions(+), 377 deletions(-)
 create mode 100644 include/linux/gpio/consumer.h
 create mode 100644 include/linux/gpio/driver.h

-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-10-23  8:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 17:21 [PATCH v3 0/3] New descriptor-based GPIO interface Alexandre Courbot
2013-10-17 17:21 ` [PATCH v3 1/3] gpiolib: export " Alexandre Courbot
2013-10-17 17:21 ` [PATCH v3 2/3] gpiolib: port of_ functions to use gpiod Alexandre Courbot
2013-10-17 17:21 ` [PATCH v3 3/3] gpiolib: add gpiod_get() and gpiod_put() functions Alexandre Courbot
2013-10-18 11:23 ` [PATCH v3 0/3] New descriptor-based GPIO interface Linus Walleij
2013-10-18 17:37   ` Alexandre Courbot
2013-10-19 21:26     ` Linus Walleij
2013-10-20 22:18       ` Alexandre Courbot
2013-10-23  8:17         ` 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).