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)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:18 +0000 (12:00 +0900)
commit490e596b6789b8273cadccfe06e295a3a03de1f1
tree08037f2138419ec4c04b6116f1689d2982b0fe6b
parentbdaad9f1b62cd41ca2c0048cff1359584b1e7192
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]