]> asedeno.scripts.mit.edu Git - linux.git/commit
power: supply: Add support for MAX1721x standalone fuel gauge
authorAlex A. Mihaylov <minimumlaw@rambler.ru>
Thu, 6 Jul 2017 13:10:16 +0000 (16:10 +0300)
committerSebastian Reichel <sre@kernel.org>
Mon, 24 Jul 2017 12:09:34 +0000 (14:09 +0200)
commit10e48b7d73487114bdd13bc1ebd10b6ba62de25b
tree1a33e6a00a7a7dc2b2a806293e380aab78562fa8
parent980092efd497dd691438e086dd929c1b04ecc529
power: supply: Add support for MAX1721x standalone fuel gauge

The MAX17211 monitor a single cell pack. The MAX17215 monitor and
balance a 2S or 3S pack or monitor a multiple-series cell pack.
Both device use 1-Wire interfce.

Signed-off-by: Alex A. Mihaylov <minimumlaw@rambler.ru>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/Kconfig
drivers/power/supply/Makefile
drivers/power/supply/max1721x_battery.c [new file with mode: 0644]