]> git.karo-electronics.de Git - karo-tx-linux.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)
commit33f9d8c0b49c1e63d6efc6e60a52afcf85f5de65
tree7069c77515954927e93aecb054503f4babd94837
parent796f5692daac4ea47fa5252af742976cd1955f0b
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]