regulator: max14577: Add regulator driver for Maxim 14577
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 6 Dec 2013 11:32:13 +0000 (12:32 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 18 Dec 2013 19:23:28 +0000 (19:23 +0000)
commitb0902bbeb7684f2cf8dd1c54fe2616cc2ab1b91d
treef50dc5b506986b589639237e7e717df1dc975e18
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
regulator: max14577: Add regulator driver for Maxim 14577

MAX14577 chip is a multi-function device which includes MUIC,
charger and voltage regulator. The driver is located in drivers/mfd.

This patch adds regulator driver for MAX14577 chip. There are two
regulators in this chip:
1. Safeout LDO with constant voltage output of 4.9V. It can be only
   enabled or disabled.
2. Current regulator for the charger. It provides current from 90mA up
   to 950mA.
Driver supports Device Tree.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/max14577.c [new file with mode: 0644]
This page took 0.030136 seconds and 5 git commands to generate.