]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: add pbias regulator support
authorBalaji T K <balajitk@ti.com>
Wed, 19 Feb 2014 14:56:40 +0000 (20:26 +0530)
committerChris Ball <chris@printf.net>
Tue, 4 Mar 2014 16:44:47 +0000 (11:44 -0500)
commit2336332bae8661d3490dbe250043c8a4021d06d7
tree62ead13af6af8dba9426277a2cfced9bc5b48d4f
parent4a5e1b6c8aaa48b240845384fc9ffcb15475fbf1
regulator: add pbias regulator support

pbias register controls internal power supply to sd card i/o pads
in most OMAPs (OMAP2-5, DRA7).
Control bits for selecting voltage level and
enabling/disabling are in the same PBIAS register.

Signed-off-by: Balaji T K <balajitk@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Mark Brown <broonie@linaro.org>
Tested-by: Florian Vaussard <florian.vaussard@epfl.ch>
Tested-by: Stefan Roese <sr@denx.de>
Signed-off-by: Chris Ball <chris@printf.net>
Documentation/devicetree/bindings/regulator/pbias-regulator.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/pbias-regulator.c [new file with mode: 0644]