regulator: Add WM8400 regulator support
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 11 Sep 2008 10:12:01 +0000 (11:12 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 13 Oct 2008 20:51:53 +0000 (21:51 +0100)
commit42fad570b666256a3fd009e23e74cbb365a29ca8
tree73257001bdb14a56ed69b504106e8fe392ef2f7c
parent1d9f9f040035da73d6ee5d2b3b3a25483a980da3
regulator: Add WM8400 regulator support

The WM8400 provides two programmable DCDC step-down (buck) convertors
and four low-dropout (LDO) regulators. This driver provides support for
runtime managment of these in the standard regulator API.

Support for configuration of the suspend and hibernate mode behaviour
of the regulators is not yet included.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/wm8400-regulator.c [new file with mode: 0644]
include/linux/mfd/wm8400-private.h
include/linux/mfd/wm8400.h [new file with mode: 0644]