diff options
author | Tobias Schramm <t.schramm@manjaro.org> | 2020-04-14 14:52:08 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2020-05-03 17:40:39 +0200 |
commit | b4c7715c10c106a041b0b3fabd26151c214ea394 (patch) | |
tree | 53210d399adbea4c44dc111f0638be37385db545 /MAINTAINERS | |
parent | dt-bindings: power: supply: add cw2015_battery bindings (diff) | |
download | linux-b4c7715c10c106a041b0b3fabd26151c214ea394.tar.xz linux-b4c7715c10c106a041b0b3fabd26151c214ea394.zip |
power: supply: add CellWise cw2015 fuel gauge driver
This patch adds a driver for the CellWise cw2015 fuel gauge.
The CellWise cw2015 is a shuntless, single-cell Li-Ion fuel gauge used
in the pine64 Pinebook Pro laptop and some Raspberry Pi UPS HATs.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9821691396f8..2774b8ba0eb5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3932,6 +3932,12 @@ F: arch/powerpc/include/uapi/asm/spu*.h F: arch/powerpc/oprofile/*cell* F: arch/powerpc/platforms/cell/ +CELLWISE CW2015 BATTERY DRIVER +M: Tobias Schrammm <t.schramm@manjaro.org> +S: Maintained +F: Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml +F: drivers/power/supply/cw2015_battery.c + CEPH COMMON CODE (LIBCEPH) M: Ilya Dryomov <idryomov@gmail.com> M: Jeff Layton <jlayton@kernel.org> |