mfd: Add support for RICOH PMIC RC5T583
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 28 Feb 2012 13:05:17 +0000 (18:35 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 16 Mar 2012 19:05:45 +0000 (20:05 +0100)
commit1b1247dd75aa5cf5fae54a3bec7280046e9c7957
treeb2a63af28a30582f7e429f4f6627ad179a831df4
parentbc628fd19d2d1d053b88fa225bb599be026c048b
mfd: Add support for RICOH PMIC RC5T583

Ricoh power management IC  RC5T583 contains is multi
functional device having multiple sub devices inside this.
This device has multiple dcdc/ldo regulators, gpios, interrupt
controllers, on-key, RTCs, ADCs.
This device have 4 DCDCs, 8 LDOs, 8 GPIOs, 6 ADCs, 3 RTCs etc.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/rc5t583-irq.c [new file with mode: 0644]
drivers/mfd/rc5t583.c [new file with mode: 0644]
include/linux/mfd/rc5t583.h [new file with mode: 0644]