summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTobias Schramm <t.schramm@manjaro.org>2020-04-14 14:52:08 +0200
committerSebastian Reichel <sre@kernel.org>2020-05-03 17:40:39 +0200
commitb4c7715c10c106a041b0b3fabd26151c214ea394 (patch)
tree53210d399adbea4c44dc111f0638be37385db545 /MAINTAINERS
parent6e776188635ace8d1f5c032d8c8e8f0d4fa33b64 (diff)
downloadlinux-stable-b4c7715c10c106a041b0b3fabd26151c214ea394.tar.gz
linux-stable-b4c7715c10c106a041b0b3fabd26151c214ea394.tar.bz2
linux-stable-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--MAINTAINERS6
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>