]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/power/pmic: Add tps65910 driver
authorPhilip, Avinash <avinashphilip@ti.com>
Fri, 30 Aug 2013 20:28:43 +0000 (16:28 -0400)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 15:01:26 +0000 (11:01 -0400)
commitb04601a7f0f29138bd4a14c383cdeefe83b5a7ee
tree3fc13dc15a5028eabd9937398422c8c72d662ffe
parent8b65b12a04e5665922697576538e75215d5b7a0f
drivers/power/pmic: Add tps65910 driver

Add a driver for the TPS65910 PMIC that is found in the AM335x GP EVM,
AM335x EVM SK and others.

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
[trini: Split and rework Avinash's changes into new drivers/power
framework]
Signed-off-by: Tom Rini <trini@ti.com>
drivers/power/pmic/Makefile
drivers/power/pmic/pmic_tps65910.c [new file with mode: 0644]
include/power/tps65910.h [new file with mode: 0644]