]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: tps65912: Add regulator driver for the TPS65912 PMIC
authorAndrew F. Davis <afd@ti.com>
Mon, 25 Jan 2016 15:43:46 +0000 (09:43 -0600)
committerLee Jones <lee.jones@linaro.org>
Thu, 11 Feb 2016 16:31:06 +0000 (16:31 +0000)
commitb010852cfd15ad9ca3c7e5481b1235633d47d370
tree7069c77515954927e93aecb054503f4babd94837
parent0ff790de19db14279011d51d0a486260737390ee
regulator: tps65912: Add regulator driver for the TPS65912 PMIC

This patch adds support for TPS65912 PMIC regulators.

The regulators set consists of 4 DCDCs and 10 LDOs. The output
voltages are configurable and are meant to supply power to the
main processor and other components.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/tps65912-regulator.c [new file with mode: 0644]