devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: palmas: add pincontrol driver
@ 2013-07-26 10:15 Laxman Dewangan
  2013-07-26 10:15 ` [PATCH 1/2] pinctrl: pinconf_generic: add utility functions for add map/configs Laxman Dewangan
  2013-07-26 10:15 ` [PATCH 2/2] pinctrl: palmas: add pincontrol driver Laxman Dewangan
  0 siblings, 2 replies; 14+ messages in thread
From: Laxman Dewangan @ 2013-07-26 10:15 UTC (permalink / raw)
  To: grant.likely, linus.walleij
  Cc: rob.herring, rob, sameo, lee.jones, devicetree-discuss, linux-doc,
	linux-kernel, gg, kishon, swarren, devicetree, Laxman Dewangan

This series add the pin control driver for palam device. It add some
common utility APIs in generic pinconf driver.

Laxman Dewangan (2):
  pinctrl: pinconf_generic: add utility functions for add map/configs
  pinctrl: palmas: add pincontrol driver

 .../devicetree/bindings/pinctrl/pinctrl-palmas.txt |   91 ++
 drivers/pinctrl/Kconfig                            |    9 +
 drivers/pinctrl/Makefile                           |    1 +
 drivers/pinctrl/pinconf-generic.c                  |  105 ++
 drivers/pinctrl/pinctrl-palmas.c                   | 1211 ++++++++++++++++++++
 include/linux/mfd/palmas.h                         |   35 +-
 include/linux/pinctrl/pinconf-generic.h            |   52 +
 7 files changed, 1493 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt
 create mode 100644 drivers/pinctrl/pinctrl-palmas.c


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

end of thread, other threads:[~2013-08-08  7:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26 10:15 [PATCH 0/2] pinctrl: palmas: add pincontrol driver Laxman Dewangan
2013-07-26 10:15 ` [PATCH 1/2] pinctrl: pinconf_generic: add utility functions for add map/configs Laxman Dewangan
2013-07-26 17:36   ` Stephen Warren
2013-07-27 10:14     ` Laxman Dewangan
2013-07-29 16:38       ` Stephen Warren
2013-08-07 18:27     ` Linus Walleij
2013-08-08  7:23       ` Laxman Dewangan
2013-07-26 10:15 ` [PATCH 2/2] pinctrl: palmas: add pincontrol driver Laxman Dewangan
2013-07-26 16:41   ` Mark Brown
2013-07-27 10:23     ` Laxman Dewangan
2013-07-28 12:20       ` Mark Brown
2013-07-26 19:09   ` Stephen Warren
2013-07-27 12:11     ` Laxman Dewangan
2013-07-29 16:45       ` Stephen Warren

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