power: regulator: s2mps11: add a regulator driver for s2mps11
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 16 Jan 2018 06:33:50 +0000 (15:33 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 24 Jan 2018 07:07:19 +0000 (16:07 +0900)
commit60599ea6cd4a55ea95470d8299e68104d463bfef
treee520eb6708eee1f5a0dcab5e7780fd83f6edc226
parentb9b4f146c9bbfb31c50fc1378d3ae44215003bac
power: regulator: s2mps11: add a regulator driver for s2mps11

exynos5422 has the s2mps11 PMIC.
s2mps11 pmic has the 10-BUCK and 38-LDO regulators.
Each IP and devices in exynos5422 can be controlled by each regulators.
This patch is support for s2mps11 regulator driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Anand Moon <linux.amoon@gmail.com>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/s2mps11_regulator.c [new file with mode: 0644]
include/power/s2mps11.h