]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7ff3d978d166fce1a5391df1b7e1bb485ff8b4e
tree659100bfbfaf64a3b385573a4d4fb7fb50468eb7
parent64585cbf0a7424a32e3ee5402b9db68de4b47aad
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]