linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add dt support for extcon gpio driver
@ 2014-09-09  4:14 George Cherian
  2014-09-09  4:14 ` [PATCH 1/5] extcon: gpio: Minor cleanups George Cherian
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: George Cherian @ 2014-09-09  4:14 UTC (permalink / raw)
  To: cw00.choi, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
	galak, myungjoo.ham, grant.likely, rongjun.ying, linux
  Cc: devicetree, linux-kernel, George Cherian

This series
        - Convert extcon-gpio driver to use gpiod_* API's
        - Adds dt support to extcon-gpio driver.
	- Add cable name support in case of dt.

George Cherian (5):
  extcon: gpio: Minor cleanups
  extcon: gpio: Convert the driver to use gpio desc API's
  extcon: gpio: Add dt support for the driver.
  extcon: gpio: Always use  gpio_get_value_cansleep
  extcon: gpio: Add support for using cable names

 .../devicetree/bindings/extcon/extcon-gpio.txt     |  23 +++++
 drivers/extcon/extcon-gpio.c                       | 100 +++++++++++++--------
 include/linux/extcon/extcon-gpio.h                 |   4 +-
 3 files changed, 89 insertions(+), 38 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-gpio.txt

-- 
1.8.3.1


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

end of thread, other threads:[~2014-09-23  5:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-09  4:14 [PATCH 0/5] Add dt support for extcon gpio driver George Cherian
2014-09-09  4:14 ` [PATCH 1/5] extcon: gpio: Minor cleanups George Cherian
2014-09-22  7:54   ` Chanwoo Choi
2014-09-09  4:14 ` [PATCH 2/5] extcon: gpio: Convert the driver to use gpio desc API's George Cherian
2014-09-22  8:07   ` Chanwoo Choi
2014-09-22  9:51     ` George Cherian
2014-09-22 23:14       ` Chanwoo Choi
2014-09-23  5:14         ` George Cherian
2014-09-09  4:14 ` [PATCH 3/5] extcon: gpio: Add dt support for the driver George Cherian
2014-09-09  4:14 ` [PATCH 4/5] extcon: gpio: Always use gpio_get_value_cansleep George Cherian
2014-09-09  4:14 ` [PATCH 5/5] extcon: gpio: Add support for using cable names George Cherian
2014-09-16  6:41 ` [PATCH 0/5] Add dt support for extcon gpio driver George Cherian

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