mfd: Initial core support for WM831x series devices
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 27 Jul 2009 13:45:52 +0000 (14:45 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 17 Sep 2009 07:46:57 +0000 (09:46 +0200)
commitd2bedfe7a8b2f34beee2cad9cae74a088ee8ed07
tree51b84067f1185887a8bb7f95f47240d8367864a5
parent3bed6e415fc2cbf8d706848a62a48aebe84435e5
mfd: Initial core support for WM831x series devices

The WM831x series of devices are register compatible processor power
management subsystems, providing regulator and power path management
facilities along with other services like watchdog, RTC and touch
panel controllers.

This patch adds very basic support, providing basic single register
I2C access, handling of the security key and registration of the
devices.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm831x-core.c [new file with mode: 0644]
include/linux/mfd/wm831x/core.h [new file with mode: 0644]
include/linux/mfd/wm831x/pdata.h [new file with mode: 0644]