mfd: Core support for the WM8350 AudioPlus PMIC
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 10 Oct 2008 14:58:10 +0000 (15:58 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 13 Oct 2008 20:51:55 +0000 (21:51 +0100)
commit89b4012befb1abca5e86d232bc0e2a797b0d9825
tree948e0ed0c35df087f0069356650da431a9fe50ff
parent213f326810b6852bc54f38fd8bb71793f70f2c7a
mfd: Core support for the WM8350 AudioPlus PMIC

The WM8350 is an integrated audio and power management subsystem
intended for use as the primary PMIC in mobile multimedia applications.
The WM8350 can be controlled via either I2C or SPI - the control
interface is provided by a separate module in order to allow greatest
flexibility in configuring the kernel.

This driver was originally written by Liam Girdwood and has since been
updated to current kernel APIs and split up for submission by me.  All
the heavy lifting here was done by Liam.

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/wm8350-core.c [new file with mode: 0644]
drivers/mfd/wm8350-regmap.c [new file with mode: 0644]
include/linux/mfd/wm8350/core.h [new file with mode: 0644]