]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
power: Add support for the TPS65218 PMIC
authorTom Rini <trini@ti.com>
Thu, 5 Jun 2014 15:15:29 +0000 (11:15 -0400)
committerTom Rini <trini@ti.com>
Fri, 6 Jun 2014 21:46:16 +0000 (17:46 -0400)
commit86db550b3864bcb3c9567fbdb67b49a244f5263e
tree14b6cafe45b6975e8f63cf5caa07b6bdebf6f076
parent64ce2fbd6c9ebb68e274ae1b3c449e1cae86c5b6
power: Add support for the TPS65218 PMIC

Add a driver for the TPS65218 PMIC which is used by TI AM43xx SoCs and
may be used by TI AM335x SoCs.

Signed-off-by: Tom Rini <trini@ti.com>
drivers/power/pmic/Makefile
drivers/power/pmic/pmic_tps65218.c [new file with mode: 0644]
include/power/tps65218.h [new file with mode: 0644]