mfd: Add initial WM8994 support
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 29 Jan 2010 18:20:29 +0000 (18:20 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 7 Mar 2010 21:17:13 +0000 (22:17 +0100)
commit9e50108668a70a9927257298bd4e679300124420
tree659100bfbfaf64a3b385573a4d4fb7fb50468eb7
parent1c4d3b70a40c666331052adf77933e6994590b74
mfd: Add initial WM8994 support

The WM8994 is a highly integrated ultra low power audio hub CODEC.
Since it includes on-board regulators and GPIOs it is represented
as a multi-function device, though the overwhelming majority of
the functionality is provided by the ASoC CODEC driver.

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