]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Sep 2008 17:58:42 +0000 (18:58 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 13 Oct 2008 20:51:52 +0000 (21:51 +0100)
commitf4c34f85a02fdef4538569ce2bcac66958e44bfc
treede6decdace491997d40fba0908661fa9ffda5b9c
parentfb6fe8409b47dc62abf06d7846dce38fc1d2d61e
mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU

The WM8400 is a highly integrated audio CODEC and power management unit
optimised for use in mobile multimedia applications.  This patch adds
core support for the WM8400 to the MFD subsystem.

Both I2C and SPI access are supported by the hardware but currently only
I2C access is implemented.  The code is structured to allow SPI support
to be slotted in later.

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