]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/power/pmic: Add tps65217 driver
authorGreg Guyotte <gguyotte@ti.com>
Fri, 30 Aug 2013 20:28:42 +0000 (16:28 -0400)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 15:01:26 +0000 (11:01 -0400)
commit8b65b12a04e5665922697576538e75215d5b7a0f
tree85cb94563f3a2a9b643fd04f9e2fc6b422d96915
parentfd070d811d47d122b7a08cc417689d952c61f386
drivers/power/pmic: Add tps65217 driver

Add a driver for the TPS65217 PMIC that is found in the Beaglebone
family of boards.

Signed-off-by: Greg Guyotte <gguyotte@ti.com>
[trini: Split and rework Greg's changes into new drivers/power
framework]
Signed-off-by: Tom Rini <trini@ti.com>
drivers/power/pmic/Makefile
drivers/power/pmic/pmic_tps65217.c [new file with mode: 0644]
include/power/tps65217.h [new file with mode: 0644]