From: Naresh Solanki <naresh.solanki@9elements.com>
To: Patrick Rudolph <patrick.rudolph@9elements.com>,
linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org
Cc: Naresh Solanki <Naresh.Solanki@9elements.com>
Subject: [PATCH 0/5] mfd: max597x: Add support for max597x
Date: Mon, 6 Jun 2022 13:25:54 +0200 [thread overview]
Message-ID: <20220606112559.3863149-1-Naresh.Solanki@9elements.com> (raw)
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
next reply other threads:[~2022-06-06 11:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 11:25 Naresh Solanki [this message]
2022-07-04 9:00 Naresh Solanki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220606112559.3863149-1-Naresh.Solanki@9elements.com \
--to=naresh.solanki@9elements.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=patrick.rudolph@9elements.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®