diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-09-24 13:56:19 +0200 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2021-10-12 17:38:47 +0200 |
commit | 7462a894bd53b3d149c01518c82562d20368f960 (patch) | |
tree | 189d210e0a01f6c1fe922ab53abc39dcfcf77c64 | |
parent | 744bbdb7958d424f469863f2b402040fcbf0e76d (diff) |
MAINTAINERS: power: supply: max17040: add entry with reviewers
The Maxim max17040 fuel gauge driver supports several devices used on
multiple different boards. 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: Iskren Chernev <[email protected]>
Cc: Marek Szyprowski <[email protected]>
Cc: Matheus Castello <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 51a9f6e50812..a6d670c58f3e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11366,6 +11366,16 @@ S: Maintained F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml F: drivers/iio/proximity/mb1232.c +MAXIM MAX17040 FAMILY FUEL GAUGE DRIVERS +R: Iskren Chernev <[email protected]> +R: Krzysztof Kozlowski <[email protected]> +R: Marek Szyprowski <[email protected]> +R: Matheus Castello <[email protected]> +S: Maintained +F: Documentation/devicetree/bindings/power/supply/maxim,max17040.yaml +F: drivers/power/supply/max17040_battery.c + MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS R: Hans de Goede <[email protected]> R: Krzysztof Kozlowski <[email protected]> |