]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvmem: max77759: Add Maxim MAX77759 NVMEM driver
authorAndré Draszik <andre.draszik@linaro.org>
Fri, 9 May 2025 13:22:41 +0000 (14:22 +0100)
committerLee Jones <lee@kernel.org>
Fri, 9 May 2025 14:23:18 +0000 (15:23 +0100)
commit8824dc7f947ac5916cf166bb8289af48c2b50bc7
tree907b72c1b77a8b3008b97865b82967a99d29c189
parent89a796b950edfa290ebd9f7d9b6a837093c9005e
nvmem: max77759: Add Maxim MAX77759 NVMEM 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 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>
MAINTAINERS
drivers/nvmem/Kconfig
drivers/nvmem/Makefile
drivers/nvmem/max77759-nvmem.c [new file with mode: 0644]