regulator: add new lp8788 regulator driver
authorKim, Milo <Milo.Kim@ti.com>
Wed, 18 Jul 2012 14:32:57 +0000 (14:32 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 20 Jul 2012 10:12:15 +0000 (11:12 +0100)
commitade7515fefad9af13f6dd469f35bb413b6a5b473
tree3234f46bde310a3df94fa835e72688faf29eb94c
parentc798881e88000b6d45397ba0f40b88fe07f2fccd
regulator: add new lp8788 regulator driver

TI LP8788 PMU has 4 BUCKS and 22 LDOs.
The voltage of BUCK1 and BUCK2 can be controlled by external gpios.
And some LDOs also can be enabled by external gpios.
The regmap interface is used for regulator operations.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/lp8788-buck.c [new file with mode: 0644]
drivers/regulator/lp8788-ldo.c [new file with mode: 0644]