aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rn5t618-regulator.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-20regulator: rn5t618: Convert to new style DT parsingBeniamino Galvani1-47/+4
Use the simplified DT parsing method to remove some duplicated code. Since this is a MFD subdevice and its device object doesn't have an associated DT node, the configuration instance used to register the regulators has been changed to point to the parent device. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2014-08-30regulator: rn5t618: add driver for Ricoh RN5T618 regulatorsBeniamino Galvani1-0/+143
This driver supports the 3 DCDC and 7 LDO regulators available on Ricoh RN5T618 PMIC. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>