lkml.org 
[lkml]   [2016]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
Date
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

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 | 34 ++
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/act8945a_charger.c | 386 ++++++++++++++++++++
4 files changed, 428 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/act8945a-charger.txt
create mode 100644 drivers/power/act8945a_charger.c

--
1.7.9.5

\
 
 \ /
  Last update: 2016-01-08 10:41    [W:0.042 / U:1.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site