[PATCH 0/5] mfd: max597x: Add support for max597x

Naresh Solanki posted 5 patches 3 years, 9 months ago
Only 1 patches received!
There is a newer version of this series
.../devicetree/bindings/mfd/max5970.yaml      | 164 ++++++
drivers/iio/adc/Kconfig                       |   9 +
drivers/iio/adc/Makefile                      |   1 +
drivers/iio/adc/max597x-iio.c                 | 156 ++++++
drivers/leds/Kconfig                          |  10 +
drivers/leds/Makefile                         |   1 +
drivers/leds/leds-max597x.c                   | 130 +++++
drivers/mfd/Kconfig                           |  12 +
drivers/mfd/Makefile                          |   2 +
drivers/mfd/max597x.c                         | 109 ++++
drivers/regulator/Kconfig                     |  10 +
drivers/regulator/Makefile                    |   1 +
drivers/regulator/max597x-regulator.c         | 506 ++++++++++++++++++
include/linux/mfd/max597x.h                   | 100 ++++
14 files changed, 1211 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/max5970.yaml
create mode 100644 drivers/iio/adc/max597x-iio.c
create mode 100644 drivers/leds/leds-max597x.c
create mode 100644 drivers/mfd/max597x.c
create mode 100644 drivers/regulator/max597x-regulator.c
create mode 100644 include/linux/mfd/max597x.h
[PATCH 0/5] mfd: max597x: Add support for max597x
Posted by Naresh Solanki 3 years, 9 months ago
max597x is multifunction device with hot swap controller, fault
protection & upto four indication leds.

max5978 has single hot swap controller whereas max5970 has two hot swap
controllers.


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

Patrick Rudolph (4):
  mfd: max597x: Add support for MAX5970 and MAX5978
  regulator: max597x: Add support for max597x regulator
  iio: max597x: Add support for max597x
  leds: max597x: Add support for max597x

 .../devicetree/bindings/mfd/max5970.yaml      | 164 ++++++
 drivers/iio/adc/Kconfig                       |   9 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/max597x-iio.c                 | 156 ++++++
 drivers/leds/Kconfig                          |  10 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-max597x.c                   | 130 +++++
 drivers/mfd/Kconfig                           |  12 +
 drivers/mfd/Makefile                          |   2 +
 drivers/mfd/max597x.c                         | 109 ++++
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max597x-regulator.c         | 506 ++++++++++++++++++
 include/linux/mfd/max597x.h                   | 100 ++++
 14 files changed, 1211 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/max5970.yaml
 create mode 100644 drivers/iio/adc/max597x-iio.c
 create mode 100644 drivers/leds/leds-max597x.c
 create mode 100644 drivers/mfd/max597x.c
 create mode 100644 drivers/regulator/max597x-regulator.c
 create mode 100644 include/linux/mfd/max597x.h


base-commit: 88084a3df1672e131ddc1b4e39eeacfd39864acf
-- 
2.35.3