]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: as3722: add regulator driver for AMS AS3722
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 20 Sep 2013 12:30:13 +0000 (18:00 +0530)
committerMark Brown <broonie@linaro.org>
Fri, 20 Sep 2013 17:08:00 +0000 (18:08 +0100)
commitbc407334e9a6a745de5360395282beb2690adf48
tree51595d0986cbeca5897a5a49eb9ef495dd6bd671
parent272b98c6455f00884f0350f775c5342358ebb73f
regulator: as3722: add regulator driver for AMS AS3722

The AMS AS3722 is a compact system PMU suitable for mobile phones,
tablets etc. It has 4 DCDC step down regulators, 3 DCDC step down
controller, 11 LDOs.

Add a driver to support accessing the DCDC/LDOs found on the AMS
AS3722 PMIC using regulators.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Florian Lobmaier <florian.lobmaier@ams.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/regulator/as3722-regulator.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/as3722-regulator.c [new file with mode: 0644]