lkml.org 
[lkml]   [2022]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] mfd: max597x: Add support for max597x
Date
max597x is multifunction device with power switch for output voltage
control, voltage/current monitor & 4 leds.

max5978 has single power switch wehereas max5970 has dual switch.

Additionally the chip also provide fault protection like over voltage,
over current & under voltage protection.


Marcello Sylvester Bauer (1):
dt-bindings: mfd: Add bindings for MAX5970 and MAX5978

Naresh Solanki (2):
leds: Add driver_data for led_classdev
mfd: max597x: Add led support

Patrick Rudolph (2):
mfd: max597x: Add support for MAX5970 and MAX5978
mfd: max597x: Add IIO support

.../devicetree/bindings/mfd/max5970.yaml | 151 +++++
MAINTAINERS | 7 +
drivers/mfd/Kconfig | 18 +
drivers/mfd/Makefile | 3 +
drivers/mfd/max597x.c | 594 ++++++++++++++++++
drivers/mfd/max597x.h | 117 ++++
drivers/regulator/max597x_iio.c | 138 ++++
include/linux/leds.h | 2 +-
8 files changed, 1029 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/mfd/max5970.yaml
create mode 100644 drivers/mfd/max597x.c
create mode 100644 drivers/mfd/max597x.h
create mode 100644 drivers/regulator/max597x_iio.c


base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
--
2.35.3

\
 
 \ /
  Last update: 2022-06-06 13:28    [W:0.038 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site