]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
twl4030: regulator driver
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 12 Nov 2008 02:01:32 +0000 (18:01 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 14 Nov 2008 00:43:00 +0000 (16:43 -0800)
commit5ecf98b76fa95078277c9037bb01640fd3de5e2c
tree1bc9ba07996deabeac6b4247bdbbb070ceb3d78b
parent1a6a3f846057a57ee6d41346e4f2b21b5b8907fe
twl4030: regulator driver

Initial twl4030 "regulator framework" support.  Costs a bit over 2KB
memory at runtime, mostly data.  (Plus about 11KB for that framework.)

This only exports the LDO regulators for now, not the buck converters.
(Two of those buck converters should interact with cpufreq to reduce
voltage along with frequencies ...)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/twl4030-regulator.c [new file with mode: 0644]
include/linux/i2c/twl4030.h