]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: max77759: Add Maxim MAX77759 core driver
authorAndré Draszik <andre.draszik@linaro.org>
Fri, 9 May 2025 13:22:39 +0000 (14:22 +0100)
committerLee Jones <lee@kernel.org>
Fri, 9 May 2025 14:22:30 +0000 (15:22 +0100)
commitbb71e40db1b7a7822f434d211b4a94bab9996cc6
treeff7ae40271df6138296e0ad1f4107b2e89acc0dc
parent81fec13be95345a57cd97b7f2b823ca1ef7c9dd5
mfd: max77759: Add Maxim MAX77759 core 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.

Fuel Gauge and TCPC have separate and independent I2C addresses,
register maps, and interrupt lines and are therefore excluded from the
MFD core device driver here.

The GPIO and NVMEM interfaces are accessed via specific commands to the
built-in microprocessor. This driver implements an API that client
drivers can use for accessing those.

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