Hi Jangam, On Fri, Sep 14, 2012 at 06:54:50PM +0530, Ashish Jangam wrote: > 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 <dc...@diasemi.com> > Signed-off-by: Ashish Jangam <ashish.jan...@kpitcummins.com> > --- > drivers/mfd/Kconfig | 17 + > drivers/mfd/Makefile | 3 + > drivers/mfd/da9055-core.c | 423 +++++++++++++++++++++++ > drivers/mfd/da9055-i2c.c | 93 +++++ > include/linux/mfd/da9055/core.h | 94 +++++ > include/linux/mfd/da9055/pdata.h | 32 ++ > include/linux/mfd/da9055/reg.h | 699 > ++++++++++++++++++++++++++++++++++++++ > 7 files changed, 1361 insertions(+), 0 deletions(-) > create mode 100644 drivers/mfd/da9055-core.c > create mode 100644 drivers/mfd/da9055-i2c.c > create mode 100644 include/linux/mfd/da9055/core.h > create mode 100644 include/linux/mfd/da9055/pdata.h > create mode 100644 include/linux/mfd/da9055/reg.h Looks good to me, patch applied.
Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/