regulator: max77693: Add max77693 regualtor driver.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Tue, 25 Jun 2013 01:08:38 +0000 (10:08 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 25 Jun 2013 10:31:29 +0000 (11:31 +0100)
commit80b022e29bfdffb6c9ac0a283bcad3e1030c4c7e
treeda245ac34d194fc608aad26c5f162860a8754397
parent9e895ace5d82df8929b16f58e9f515f6d54ab82d
regulator: max77693: Add max77693 regualtor driver.

This patch adds new regulator driver to support max77693 chip's regulators.
max77693 has two linear voltage regulators and one current regulator which
can be controlled through I2C bus. This driver also supports device tree.

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/mfd/max77693.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/max77693.c [new file with mode: 0644]
include/linux/mfd/max77693-private.h
include/linux/mfd/max77693.h