power_supply: Support for Texas Instruments BQ27200 battery managers
authorRodolfo Giometti <giometti@linux.it>
Wed, 20 Aug 2008 23:52:58 +0000 (16:52 -0700)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 12 Feb 2010 16:21:58 +0000 (18:21 +0200)
commitb8b91ac7f35dd7dc09e24fe9583d0b8c6e37cf09
tree9a49f58e716c7716953c7551e28a1afa29ced1c9
parentdb56246ec6860d013d280d2a81712fe5e9f1169f
power_supply: Support for Texas Instruments BQ27200 battery managers

These battery managers came in two different packages: one for I2C
busses (BQ27200) and one for HDQ busses (BQ27000).

This driver currently supports only the I2C chip version but the code
is designed in order to easily allow the HDQ chip version integration.

[akpm@linux-foundation.org: coding-style fixes]
[akpm@linux-foundation.org: make things static, use kasprintf()]
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/bq27x00_battery.c [new file with mode: 0644]