aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2021-09-24 13:56:18 +0200
committerSebastian Reichel <[email protected]>2021-10-12 17:38:47 +0200
commit744bbdb7958d424f469863f2b402040fcbf0e76d (patch)
tree8ec68c51f9565b88089de68680968226a6327658
parent1d422ecfc48ee683ae1ccc9217764f6310c0ffce (diff)
MAINTAINERS: power: supply: max17042: add entry with reviewers
The Maxim max17042 fuel gauge driver supports several devices used on multiple different boards - both devicetree and ACPI based. The driver is incomplete and has few known issues. Fixing these might break other platforms so mention recent contributors who can provide feedback. This way most of interested parties might help reviewing the patches. Cc: Hans de Goede <[email protected]> Cc: Marek Szyprowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Sebastian Krzyszkowiak <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index eeb4c70b3d5b..51a9f6e50812 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11366,6 +11366,17 @@ S: Maintained
F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
F: drivers/iio/proximity/mb1232.c
+MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
+R: Hans de Goede <[email protected]>
+R: Krzysztof Kozlowski <[email protected]>
+R: Marek Szyprowski <[email protected]>
+R: Sebastian Krzyszkowiak <[email protected]>
+R: Purism Kernel Team <[email protected]>
+S: Maintained
+F: Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
+F: drivers/power/supply/max17042_battery.c
+
MAXIM MAX77650 PMIC MFD DRIVER
M: Bartosz Golaszewski <[email protected]>