summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/rn5t618.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: rn5t618: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-3/+2
| | | | | | | | | | Use devm_mfd_add_devices() for MFD devices registration and remove the call of mfd_remove_devices() from .remove callback to remove MFD child-devices. This is done by managed device framework. CC: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: Add Ricoh RN5T618 PMIC core driverBeniamino Galvani2014-09-261-0/+134
Ricoh RN5T618 is a power management IC which integrates 3 step-down DCDC converters, 7 low-dropout regulators, a Li-ion battery charger, fuel gauge, ADC, GPIOs and a watchdog timer. This commit adds a MFD core driver to support the I2C communication with the device. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
OpenPOWER on IntegriCloud