]> git.karo-electronics.de Git - mv-sheeva.git/commit
regulator: Add Anatop regulator driver
authorYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Wed, 14 Mar 2012 02:29:12 +0000 (10:29 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 14 Mar 2012 12:37:35 +0000 (12:37 +0000)
commite3e5aff714c0da06201576304f1b41dcdd142ef4
tree47ab3649ca7a65d115b116a78a4d7affa0623ed2
parentc567556e75534316f1ae800b0a0fbbc687d0662e
regulator: Add Anatop regulator driver

Anatop is an integrated regulator inside i.MX6 SoC.
There are 3 digital regulators which controls PU, CORE (ARM), and SOC.
And 3 analog regulators which controls 1P1, 2P5, 3P0 (USB).
This patch adds the Anatop regulator driver.

Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/anatop-regulator.c [new file with mode: 0644]