]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: power: Add support for TPS65090 FETs
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:59 +0000 (18:15 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:14 +0000 (08:17 +0200)
commitf10a68ca4413795e09966576c85b35c4fa89c3fb
tree9cce4e17ae80d9a7ea4ababa176ed02ac45dd39f
parent95e2e0af602403c5e210810a4423198a4505b8a1
dm: power: Add support for TPS65090 FETs

The TPS65090 has 7 FETs which are modelled as regulators. This allows them
to be controlled by drivers easier, accessed through the 'regulator' command
and used by other drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/tps65090_regulator.c [new file with mode: 0644]