power_supply: Add support for bq24735 charger
authorDarbha Sriharsha <dsriharsha@nvidia.com>
Fri, 11 Oct 2013 21:15:43 +0000 (17:15 -0400)
committerAnton Vorontsov <anton@enomsg.org>
Fri, 25 Oct 2013 22:56:51 +0000 (15:56 -0700)
commitce77399226313a72578b5b0d67e289d3f165b8ba
treef9538d6d47edfa9988d523ad96f77b90d97af371
parent83bd57aeb06b1d6db2729082dd90a0286f3e3674
power_supply: Add support for bq24735 charger

Adds support for the bq24735 charger chipset. The bq24735 is a
high-efficiency, synchronous battery charger.

It allows control of the charging current, input current, and the charger
voltage DAC's through SMBus.

Signed-off-by: Darbha Sriharsha <dsriharsha@nvidia.com>
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Thanks-to: Stephen Warren <swarren@wwwdotorg.org>
Thanks-to: Thierry Reding <thierry.reding@gmail.com>
Thanks-to: Manish Badarkhe <badarkhe.manish@gmail.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Documentation/devicetree/bindings/power_supply/ti,bq24735.txt [new file with mode: 0644]
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/bq24735-charger.c [new file with mode: 0644]
include/linux/power/bq24735-charger.h [new file with mode: 0644]