]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: OMAP: add convenience function to set TWL4030 regulator voltages
authorSteve Sakoman <steve@sakoman.com>
Tue, 10 Aug 2010 19:58:39 +0000 (12:58 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Wed, 8 Sep 2010 18:50:23 +0000 (14:50 -0400)
commit5a0a82f42bd6cb67fecaba3e9e08d542090d6a94
tree9bdf970f9a9b1ad59606b9006a299bf346a12b8d
parent0e7b62179fa56dc01baccc52ba0bcce8f7e07397
ARMV7: OMAP: add convenience function to set TWL4030 regulator voltages

This patch adds a function to allow one to easily set the target
voltage for the TWL4030 regulators.  It also modifies the existing
code to use this new function.  Applicable definitions are moved
out of the driver file and into the header file so that they are
generally accessible

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
drivers/power/twl4030.c
include/twl4030.h