public inbox for linux-arm-kernel@lists.infradead.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
  2016-01-08  2:13 ` [PATCH 1/2] power: act8945a: add charger driver for ACT8945A Wenyou Yang
  2016-01-08  2:13 ` [PATCH 2/2] power: add documentation for ACT8945A's charger DT bindings Wenyou Yang
  0 siblings, 2 replies; 10+ messages in thread
From: Wenyou Yang @ 2016-01-08  2:13 UTC (permalink / raw)
  To: linux-arm-kernel

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] 10+ messages in thread

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

Thread overview: 10+ 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 ` [PATCH 1/2] power: act8945a: add charger driver for ACT8945A Wenyou Yang
2016-01-08  3:55   ` Krzysztof Kozlowski
2016-01-08  6:43     ` Yang, Wenyou
2016-01-08  7:02       ` Krzysztof Kozlowski
2016-01-08  7:58         ` Yang, Wenyou
2016-01-08 15:00   ` Javier Martinez Canillas
2016-01-12  8:23     ` Yang, Wenyou
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox