regulator: max77620: add regulator driver for max77620/max20024
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 11 Feb 2016 11:56:34 +0000 (17:26 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 19 Feb 2016 16:01:17 +0000 (01:01 +0900)
commit5b1c20286fc962d8c19601b7378a4fc32be8fd9e
treef02c68ce8f792684cc22f4b242179e71a714f752
parent004dd4e4c44e55bd41f20aff457c61b5a791818c
regulator: max77620: add regulator driver for max77620/max20024

MAXIM Semiconductor's PMIC, MAX77620 and MAX20024 have the
multiple DCDC and LDOs. This supplies the power to different
components of the system.
Also these rails has configuration for ramp time, flexible
power sequence, slew rate etc.

Add regulator driver to access these rails via regulator APIs.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/max77620-regulator.c [new file with mode: 0644]