]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mfd: twl4030: create some regulator devices
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 30 Nov 2008 23:43:58 +0000 (00:43 +0100)
committerSamuel Ortiz <samuel@sortiz.org>
Sun, 4 Jan 2009 11:17:39 +0000 (12:17 +0100)
commitdad759ff8ba79927766e3f0159bfc5fb6de0f982
tree06849276db93d8893d763175b8d3acb4b2b5e2f8
parent67460a7c26271fd7a32e5d51b2c806a84ce78a62
mfd: twl4030: create some regulator devices

Initial code to create twl4030 voltage regulator devices, using
the new regulator framework.  Note that this now starts to care
what name is used to declare the TWL chip:

 - TWL4030 is the "old" chip; newer ones have a bigger variety
   of VAUX2 voltages.

 - TWL5030 is the core "new" chip; TPS65950 is its catalog version.

 - The TPS65930 and TPS65920 are cost-reduced catalog versions of
   TWL5030 parts ... fewer regulators, no battery charger, etc.

Board-specific regulator configuration should be provided, listing
which regulators are used and their constraints (e.g. 1.8V only).

Code that could ("should"?) leverage the regulator stuff includes
TWL4030 USB transceiver support and MMC glue, LCD support for the
3430SDP and Labrador boards, and S-Video output.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/twl4030-core.c
include/linux/i2c/twl4030.h