diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2021-11-08 17:27:06 +0100 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-11-16 16:10:07 +0100 |
commit | 715ecbc10d6a77cce1c3bec8ba10e59be5233b4f (patch) | |
tree | 28bf4f55f4f32f01c87b5d3e62eeb5e98f5a7a1f /MAINTAINERS | |
parent | power: supply: core: add POWER_SUPPLY_HEALTH_NO_BATTERY (diff) | |
download | linux-715ecbc10d6a77cce1c3bec8ba10e59be5233b4f.tar.xz linux-715ecbc10d6a77cce1c3bec8ba10e59be5233b4f.zip |
power: supply: max77976: add Maxim MAX77976 charger driver
Add support for the MAX77976 3.5/5.5A 1-Cell Li+ Battery Charger.
This is a simple implementation enough to be used as a simple battery
charger without OTG and boost.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b2347950360e..96f748c09b62 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11584,6 +11584,7 @@ MAXIM MAX77976 BATTERY CHARGER M: Luca Ceresoli <luca@lucaceresoli.net> S: Supported F: Documentation/devicetree/bindings/power/supply/maxim,max77976.yaml +F: drivers/power/supply/max77976_charger.c MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS M: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> |