lkml.org 
[lkml]   [2022]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] staging: drivers: mfd: Add MAX77541 MFD and related device drivers
Date
This patchset adds mfd, regulator and adc driver and related bindings.The patches 
are required to be applied in sequence.

Okan Sahin (5):
staging: drivers: mfd: Add MAX77541/MAX77540 PMIC Support
staging: dt-bindings: mfd: adi,max77541.yaml Add MAX77541 bindings
staging: drivers: regulator: Add MAX77541 Regulator Support
staging: dt-bindings: regulator: adi,max77541.yaml Add MAX77541
Regulator bindings
staging: drivers: iio: adc: Adc MAX77541 ADC Support

.../devicetree/bindings/mfd/adi,max77541.yaml | 134 ++++++++++
.../bindings/regulator/adi,max77541.yaml | 44 ++++
MAINTAINERS | 11 +
drivers/iio/adc/Kconfig | 11 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/max77541-adc.c | 224 +++++++++++++++++
drivers/mfd/Kconfig | 13 +
drivers/mfd/Makefile | 1 +
drivers/mfd/max77541.c | 236 ++++++++++++++++++
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/max77541-regulator.c | 181 ++++++++++++++
include/linux/mfd/max77541.h | 150 +++++++++++
13 files changed, 1016 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/adi,max77541.yaml
create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77541.yaml
create mode 100644 drivers/iio/adc/max77541-adc.c
create mode 100644 drivers/mfd/max77541.c
create mode 100644 drivers/regulator/max77541-regulator.c
create mode 100644 include/linux/mfd/max77541.h

--
2.30.2

\
 
 \ /
  Last update: 2022-12-07 10:11    [W:0.545 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site