]> git.baikalelectronics.ru Git - kernel.git/commit
MFD: DA9052/53 MFD core module
authorAshish Jangam <ashish.jangam@kpitcummins.com>
Mon, 12 Dec 2011 14:36:56 +0000 (20:06 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 14 Dec 2011 11:53:32 +0000 (19:53 +0800)
commit25f7488aad377f0081cfba958c654f4f0ad5fdbb
tree267728e9f324d478c870182587bdae87d3348501
parent776594a9bb4e56c0f8dfe77fd3a3c40dfc52633d
MFD: DA9052/53 MFD core module

The DA9052/53 is a highly integrated PMIC subsystem with supply domain
flexibility to support wide range of high performance application.

It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery
control and other functionality.

This patch is functionally tested on Samsung SMDKV6410.

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