]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
power: supply: max77759: add charger driver
authorAmit Sunil Dhamne <amitsd@google.com>
Wed, 25 Mar 2026 22:22:26 +0000 (22:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Mar 2026 14:58:33 +0000 (16:58 +0200)
commit70d7dd27f6dc9bada652c3a84ba7e6688a96f8db
tree7ca6d241351612eb909750528f0800b700bac3a8
parentf23388d0f6523cc3a72edf6e78cb11931a07da10
power: supply: max77759: add charger driver

Add support for MAX77759 battery charger driver. This is a 4A 1-Cell
Li+/LiPoly dual input switch mode charger. While the device can support
USB & wireless charger inputs, this implementation only supports USB
input. This implementation supports both buck and boost modes.

Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
Reviewed-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20260325-max77759-charger-v9-5-4486dd297adc@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
drivers/power/supply/Kconfig
drivers/power/supply/Makefile
drivers/power/supply/max77759_charger.c [new file with mode: 0644]