]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Add support for ams AS3722 PMIC
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 22 Oct 2013 07:38:46 +0000 (13:08 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:22:33 +0000 (16:22 +0100)
commit291d469818d30446f4e10acc068aaef739932d87
treea6e2a066f43df97206dfa9faa1e4e5d9d425c98a
parentfdafe538f31d328e0df420756e1897a3779c414a
mfd: Add support for ams AS3722 PMIC

The ams AS3722 is a compact system PMU suitable for mobile phones,
tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
controller, 11 LDOs, RTC, automatic battery, temperature and
over-current monitoring, 8 GPIOs, ADC and a watchdog.

Add MFD core driver for the AS3722 to support core functionality.

Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Florian Lobmaier <florian.lobmaier@ams.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/as3722.txt [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/as3722.c [new file with mode: 0644]
include/dt-bindings/mfd/as3722.h [new file with mode: 0644]
include/linux/mfd/as3722.h [new file with mode: 0644]