]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: max77759: Add Maxim MAX77759 gpio driver
authorAndré Draszik <andre.draszik@linaro.org>
Fri, 9 May 2025 13:22:40 +0000 (14:22 +0100)
committerLee Jones <lee@kernel.org>
Fri, 9 May 2025 14:23:01 +0000 (15:23 +0100)
commit89a796b950edfa290ebd9f7d9b6a837093c9005e
treed46432281e4b5f8d6c7859dcc74f3f7f5fe2d2c2
parentbb71e40db1b7a7822f434d211b4a94bab9996cc6
gpio: max77759: Add Maxim MAX77759 gpio driver

The Maxim MAX77759 is a companion PMIC for USB Type-C applications and
includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C
Port Controller (TCPC), NVMEM, and a GPIO expander.

This driver supports the GPIO functions using the platform device
registered by the core MFD driver.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20250509-max77759-mfd-v10-2-962ac15ee3ef@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-max77759.c [new file with mode: 0644]