power: regulator: stpmu1: Introduce stpmu1 driver
authorChristophe Kerello <christophe.kerello@st.com>
Thu, 26 Apr 2018 15:13:09 +0000 (17:13 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 May 2018 13:07:38 +0000 (09:07 -0400)
commit069f0b63547456e9744e8bd1cdc4c62551b24b9a
tree7f25c798f88c49847679369cdf47505f30cf7624
parent7c339bbae6629d4d7a717ee553fc53e7fbc6dfa5
power: regulator: stpmu1: Introduce stpmu1 driver

Enable support for the regulator functions of the STPMU1X PMIC. The
driver implements get/set api for the various BUCKS and LDOs supported
by the PMIC device. This driver is controlled by a device tree node
which includes voltage limits.

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/stpmu1.c [new file with mode: 0644]