
17 Jan
2018
17 Jan
'18
9:06 p.m.
On 15 January 2018 at 22:33, Jaehoon Chung jh80.chung@samsung.com wrote:
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
drivers/power/regulator/Kconfig | 8 + drivers/power/regulator/Makefile | 1 + drivers/power/regulator/s2mps11_regulator.c | 597 ++++++++++++++++++++++++++++ include/power/s2mps11.h | 55 +++ 4 files changed, 661 insertions(+) create mode 100644 drivers/power/regulator/s2mps11_regulator.c
Reviewed-by: Simon Glass sjg@chromium.org