All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
@ 2016-01-08  2:13 ` Wenyou Yang
  0 siblings, 0 replies; 29+ messages in thread
From: Wenyou Yang @ 2016-01-08  2:13 UTC (permalink / raw)
  To: Sebastian Reichel, Dmitry Eremin-Solenikov, David Woodhouse,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Nicolas Ferre, linux-arm-kernel, linux-kernel, linux-pm
  Cc: 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):
  power: act8945a: add charger driver for ACT8945A
  power: add documentation for ACT8945A's charger DT bindings

 .../devicetree/bindings/power/act8945a-charger.txt |   34 ++
 drivers/power/Kconfig                              |    7 +
 drivers/power/Makefile                             |    1 +
 drivers/power/act8945a_charger.c                   |  397 ++++++++++++++++++++
 4 files changed, 439 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/act8945a-charger.txt
 create mode 100644 drivers/power/act8945a_charger.c

-- 
1.7.9.5

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

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

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-08  2:13 [PATCH 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Wenyou Yang
2016-01-08  2:13 ` Wenyou Yang
2016-01-08  2:13 ` Wenyou Yang
2016-01-08  2:13 ` [PATCH 1/2] power: act8945a: add charger driver for ACT8945A Wenyou Yang
2016-01-08  2:13   ` Wenyou Yang
2016-01-08  2:13   ` Wenyou Yang
2016-01-08  3:55   ` Krzysztof Kozlowski
2016-01-08  3:55     ` Krzysztof Kozlowski
2016-01-08  6:43     ` Yang, Wenyou
2016-01-08  6:43       ` Yang, Wenyou
2016-01-08  6:43       ` Yang, Wenyou
2016-01-08  7:02       ` Krzysztof Kozlowski
2016-01-08  7:02         ` Krzysztof Kozlowski
2016-01-08  7:02         ` Krzysztof Kozlowski
2016-01-08  7:58         ` Yang, Wenyou
2016-01-08  7:58           ` Yang, Wenyou
2016-01-08  7:58           ` Yang, Wenyou
2016-01-08 15:00   ` Javier Martinez Canillas
2016-01-08 15:00     ` Javier Martinez Canillas
2016-01-08 15:00     ` Javier Martinez Canillas
2016-01-12  8:23     ` Yang, Wenyou
2016-01-12  8:23       ` Yang, Wenyou
2016-01-12  8:23       ` Yang, Wenyou
2016-01-12 14:03       ` Javier Martinez Canillas
2016-01-12 14:03         ` Javier Martinez Canillas
2016-01-12 14:03         ` Javier Martinez Canillas
2016-01-08  2:13 ` [PATCH 2/2] power: add documentation for ACT8945A's charger DT bindings Wenyou Yang
2016-01-08  2:13   ` Wenyou Yang
2016-01-08  2:13   ` Wenyou Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.