From: Kim Seer Paller <kimseer.paller@analog.com>
To: Kim Seer Paller <kimseer.paller@analog.com>,
Guenter Roeck <linux@roeck-us.net>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jonathan Corbet <corbet@lwn.net>
Cc: <linux-hwmon@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-doc@vger.kernel.org>
Subject: [PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device
Date: Tue, 30 Sep 2025 13:02:19 +0800 [thread overview]
Message-ID: <20250930-upstream-max17616-v1-0-1525a85f126c@analog.com> (raw)
The MAX17616/MAX17616A is a current-limiter with overvoltage/surge,
undervoltage, reverse polarity, loss of ground protection with PMBus
interface. The PMBus interface allows monitoring of input/output
voltages, output current and temperature.
More info: https://www.analog.com/media/en/technical-documentation/data-sheets/max17616-max17616a.pdf
Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>
---
Kim Seer Paller (2):
dt-bindings: hwmon: pmbus: add max17616
hwmon: (pmbus/max17616): add driver for max17616
.../bindings/hwmon/pmbus/adi,max17616.yaml | 48 ++++++++++++++
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/max17616.rst | 62 ++++++++++++++++++
MAINTAINERS | 9 +++
drivers/hwmon/pmbus/Kconfig | 9 +++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/max17616.c | 73 ++++++++++++++++++++++
7 files changed, 203 insertions(+)
---
base-commit: 76bb6969a8cfc5e00ca142fdad86ffd0a6ed9ecd
change-id: 20250930-upstream-max17616-cd10988eb77a
Best regards,
--
Kim Seer Paller <kimseer.paller@analog.com>
next reply other threads:[~2025-09-30 5:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-30 5:02 Kim Seer Paller [this message]
2025-09-30 5:02 ` [PATCH 1/2] dt-bindings: hwmon: pmbus: add max17616 Kim Seer Paller
2025-09-30 18:54 ` Conor Dooley
2025-10-02 20:55 ` Guenter Roeck
2025-10-02 22:15 ` Marcelo Schmitt
2025-09-30 5:02 ` [PATCH 2/2] hwmon: (pmbus/max17616): add driver for max17616 Kim Seer Paller
2025-09-30 10:26 ` Guenter Roeck
2025-10-01 8:17 ` Paller, Kim Seer
2025-10-02 20:55 ` Guenter Roeck
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=20250930-upstream-max17616-v1-0-1525a85f126c@analog.com \
--to=kimseer.paller@analog.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).