Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1307075
| From | Wenyou Yang <wenyou.yang@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD |
| Date | 2016-01-12 09:20 +0100 |
| Message-ID | <qQ2lj-6CM-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 v2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver
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 | 34 ++
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/act8945a_charger.c | 367 ++++++++++++++++++++
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Wenyou Yang <wenyou.yang@atmel.com> - 2016-01-12 09:20 +0100
[PATCH v3 2/2] power: add documentation for ACT8945A's charger DT bindings Wenyou Yang <wenyou.yang@atmel.com> - 2016-01-12 09:20 +0100
Re: [PATCH v3 2/2] power: add documentation for ACT8945A's charger DT bindings Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-13 03:10 +0100
RE: [PATCH v3 2/2] power: add documentation for ACT8945A's charger DT bindings "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2016-01-13 05:00 +0100
[PATCH v3 1/2] power: act8945a: add charger driver for ACT8945A Wenyou Yang <wenyou.yang@atmel.com> - 2016-01-12 09:20 +0100
Re: [PATCH v3 1/2] power: act8945a: add charger driver for ACT8945A Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-13 03:20 +0100
RE: [PATCH v3 1/2] power: act8945a: add charger driver for ACT8945A "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2016-01-13 05:00 +0100
Re: [PATCH v3 1/2] power: act8945a: add charger driver for ACT8945A Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-13 05:20 +0100
RE: [PATCH v3 1/2] power: act8945a: add charger driver for ACT8945A "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2016-01-13 05:40 +0100
Re: [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-13 02:50 +0100
Re: [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-13 03:20 +0100
csiph-web