[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221115110932.637091-1-Naresh.Solanki@9elements.com>
Date: Tue, 15 Nov 2022 12:09:30 +0100
From: Naresh Solanki <naresh.solanki@...ements.com>
To: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Cc: Naresh Solanki <Naresh.Solanki@...ements.com>
Subject: [PATCH v10 0/2] mfd: max597x: Add support for max597x
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.
Changes in V10:
- Cleanup unused properties
- removed superfluous comments
- Update description for regulators property
- Fix typo
- Update 4 spaces indentation in example
Changes in V9:
- Update properties description
- update required property
Change in V8:
- Set additionalproperties to false
Change in V7:
- Update id
- Remove empty line
Changes in V6:
- Update missing vendor prefix
- Update indentation in example
Changes in V5:
- Fix dt schema error
Changes in V4:
- Add NULL entry for of_device_id
- Memory allocation check
Changes in V3:
- Address code review comment
Changes in V2:
- Update depends in Kconfig.
Marcello Sylvester Bauer (1):
dt-bindings: mfd: Add MAX5970 and MAX5978
Patrick Rudolph (1):
mfd: max597x: Add support for MAX5970 and MAX5978
.../bindings/mfd/maxim,max5970.yaml | 154 ++++++++++++++++++
drivers/mfd/Kconfig | 12 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/max597x.c | 93 +++++++++++
include/linux/mfd/max597x.h | 102 ++++++++++++
5 files changed, 362 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max5970.yaml
create mode 100644 drivers/mfd/max597x.c
create mode 100644 include/linux/mfd/max597x.h
base-commit: 6b780408be034213edfb5946889882cb29f8f159
--
2.37.3
Powered by blists - more mailing lists