mfd: DA9055 core driver
authorAshish Jangam <ashish.jangam@kpitcummins.com>
Fri, 14 Sep 2012 13:24:50 +0000 (18:54 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 28 Sep 2012 23:25:28 +0000 (01:25 +0200)
commit2896434cf272acace1b7093d5e4ba8022ed11ac8
treee81902cfebd1fa1cc7096206b88e4a7bacffa3e0
parent5863eabb2a317ef499d340aa7201233a4fc9211e
mfd: DA9055 core driver

This is the DA9055 MFD core driver that instantiate all the dependent
component drivers and provides them the device access via I2C.

This patch is functionally tested on Samsung SMDK6410.

Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/da9055-core.c [new file with mode: 0644]
drivers/mfd/da9055-i2c.c [new file with mode: 0644]
include/linux/mfd/da9055/core.h [new file with mode: 0644]
include/linux/mfd/da9055/pdata.h [new file with mode: 0644]
include/linux/mfd/da9055/reg.h [new file with mode: 0644]