linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: act8945a: add regulator driver for the sub-device of ACT8945A MFD
@ 2016-01-08  2:08 Wenyou Yang
  2016-01-08  2:08 ` [PATCH 1/2] regulator: act8945a: add regulator driver for ACT8945A Wenyou Yang
  2016-01-08  2:08 ` [PATCH 2/2] regulator: add documentation for ACT8945A's regulator DT bindings Wenyou Yang
  0 siblings, 2 replies; 9+ messages in thread
From: Wenyou Yang @ 2016-01-08  2:08 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala
  Cc: Nicolas Ferre, linux-arm-kernel, linux-kernel, devicetree, Wenyou Yang

The ACT8945A is a Multi Function Device with the following subdevices:
 - Regulator
 - Charger

This patch set is to add regulator driver for ACT8945A.
It is based on the patch set:
	[PATCH] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver


Wenyou Yang (2):
  regulator: act8945a: add regulator driver for ACT8945A
  regulator: add documentation for ACT8945A's regulator DT bindings

 .../bindings/regulator/act8945a-regulator.txt      |   78 +++++
 drivers/regulator/Kconfig                          |    7 +
 drivers/regulator/Makefile                         |    1 +
 drivers/regulator/act8945a-regulator.c             |  299 ++++++++++++++++++++
 4 files changed, 385 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/act8945a-regulator.txt
 create mode 100644 drivers/regulator/act8945a-regulator.c

-- 
1.7.9.5

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

end of thread, other threads:[~2016-01-20  7:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-08  2:08 [PATCH 0/2] regulator: act8945a: add regulator driver for the sub-device of ACT8945A MFD Wenyou Yang
2016-01-08  2:08 ` [PATCH 1/2] regulator: act8945a: add regulator driver for ACT8945A Wenyou Yang
2016-01-15 17:57   ` Mark Brown
2016-01-20  7:12     ` Yang, Wenyou
2016-01-08  2:08 ` [PATCH 2/2] regulator: add documentation for ACT8945A's regulator DT bindings Wenyou Yang
2016-01-09 15:35   ` Rob Herring
2016-01-12  7:55     ` Yang, Wenyou
2016-01-15 17:59   ` Mark Brown
2016-01-18  1:31     ` Yang, Wenyou

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