All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
@ 2016-01-13  4:28 ` Wenyou Yang
  0 siblings, 0 replies; 17+ messages in thread
From: Wenyou Yang @ 2016-01-13  4:28 UTC (permalink / raw)
  To: Sebastian Reichel, Dmitry Eremin-Solenikov, David Woodhouse,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Krzysztof Kozlowski
  Cc: linux-kernel, Javier Martinez Canillas, linux-pm,
	linux-arm-kernel, Nicolas Ferre, Lee Jones, 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:
	http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/399102.html

Changes in v4:
 - use spaces after #define, not tabs.
 - use BIT(n) macros to substitute (0x01 << x).
 - change dt properties with more legible name.
 - change the properties with more legible name, clearer description.

Changes in v3:
 - update the file header with short version license and author line.
 - remove unused member of struct act8945a_charger, dev.
 - action due to removing the member of stuct act8945a_dev, dev.
 - remove the unnecessary print out.
 - remove the unnecessary act8945a_charger_remove().
 - fix align of the code-style.

Changes in v2:
 1./ Substitute of_property_read_bool() for of_get_property().
 2./ Substitute devm_power_supply_register() for power_supply_register().
 3./ Use module_platform_driver(), instead of subsys_initcall().
 4./ Substitute MODULE_LICENSE("GPL") for MODULE_LICENSE("GPL v2").

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 |   33 ++
 drivers/power/Kconfig                              |    7 +
 drivers/power/Makefile                             |    1 +
 drivers/power/act8945a_charger.c                   |  368 ++++++++++++++++++++
 4 files changed, 409 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] 17+ messages in thread

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13  4:28 [PATCH v4 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Wenyou Yang
2016-01-13  4:28 ` Wenyou Yang
2016-01-13  4:28 ` Wenyou Yang
2016-01-13  4:28 ` [PATCH v4 1/2] power: act8945a: add charger driver for ACT8945A Wenyou Yang
2016-01-13  4:28   ` Wenyou Yang
2016-01-13  4:28   ` Wenyou Yang
2016-01-18  8:19   ` Krzysztof Kozlowski
2016-01-18  8:19     ` Krzysztof Kozlowski
2016-01-20  7:24     ` Yang, Wenyou
2016-01-20  7:24       ` Yang, Wenyou
2016-01-20 12:18       ` Javier Martinez Canillas
2016-01-20 12:18         ` Javier Martinez Canillas
2016-01-13  4:28 ` [PATCH v4 2/2] power: add documentation for ACT8945A's charger DT bindings Wenyou Yang
2016-01-13  4:28   ` Wenyou Yang
2016-01-13  4:28   ` Wenyou Yang
2016-01-18  8:20   ` Krzysztof Kozlowski
2016-01-18  8:20     ` Krzysztof Kozlowski

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.