aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/max77759-nvmem.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-09nvmem: max77759: Add Maxim MAX77759 NVMEM driverAndré Draszik1-0/+145
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 exposes the non volatile memory using the platform device registered by the core MFD driver. Signed-off-by: André Draszik <andre.draszik@linaro.org> Acked-by: Srinivas Kandagatla <srini@kernel.org> Acked-by: Peter Griffin <peter.griffin@linaro.org> Link: https://lore.kernel.org/r/20250509-max77759-mfd-v10-3-962ac15ee3ef@linaro.org Signed-off-by: Lee Jones <lee@kernel.org>