]> www.infradead.org Git - users/jedix/linux-maple.git/commit
power: supply: add support for MAX1720x standalone fuel gauge
authorDimitri Fedrau <dima.fedrau@gmail.com>
Tue, 2 Jul 2024 09:03:08 +0000 (11:03 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 4 Jul 2024 08:25:04 +0000 (10:25 +0200)
commit479b6d04964b5abe66c9f5080fad3389b34e2a70
tree6771cd76236ede154456aa01058dabe73dd4e8ac
parentad0aa2361c8c0d1f29db3d6da4a11be41813296d
power: supply: add support for MAX1720x standalone fuel gauge

The MAX17201 monitors a single cell pack. The MAX17205 monitors and
balances a 2S or 3S pack or monitors a multiple-series cell pack. Both
devices use a I2C interface.

Signed-off-by: Dimitri Fedrau <dima.fedrau@gmail.com>
Link: https://lore.kernel.org/r/20240702090308.8848-3-dima.fedrau@gmail.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/Kconfig
drivers/power/supply/Makefile
drivers/power/supply/max1720x_battery.c [new file with mode: 0644]