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)
commitd460a6f3d67a8558fb58299518077888b7dbf5f3
treea6e2a066f43df97206dfa9faa1e4e5d9d425c98a
parent71c7f93ea0036eddb86ccd268945555419bb1cbb
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]