]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Factor out WM831x I2C I/O from the core driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 19 Oct 2010 21:57:56 +0000 (23:57 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Oct 2010 22:30:24 +0000 (00:30 +0200)
commit0add2c431cd4e0d7ebe80ef486e3d02235814d52
tree162b0c3f058fb461515a06614711a717d6807bb8
parentba14e826f5b1601af1cbe9ffa65f27dba13cf606
mfd: Factor out WM831x I2C I/O from the core driver

In preparation for the addition of SPI support for the WM831x move the I2C
specific code into a separate file with a separate Kconfig option so the
I2C support can be excluded from the build.

Also update the 1133-EV1 PMIC module support for SMDK6410 to use the new
symbol.

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