]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
power_supply: Add support for tps65217-charger.
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Thu, 24 Sep 2015 19:44:21 +0000 (21:44 +0200)
committerSebastian Reichel <sre@kernel.org>
Thu, 24 Sep 2015 20:43:13 +0000 (22:43 +0200)
commit3636859b280ca595da4556274a509223f47e9a39
treec5535606434651787a91f4e5a4d5fdf30ec3ffdd
parent8e97a88c5b5864004ec5e87e7088dba7dcf79fdc
power_supply: Add support for tps65217-charger.

This patch adds support for the tps65217 charger driver. This driver is
responsible for controlling the charger aspect of the tps65217 mfd.
Currently, this mainly consists of turning on and off the charger, but
some other features of the charger can be supported through this driver.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/tps65217_charger.c [new file with mode: 0644]