[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250923090926.619-1-Yuxi.Wang@monolithicpower.com>
Date: Tue, 23 Sep 2025 17:09:23 +0800
From: Yuxi Wang <Yuxi.Wang@...olithicpower.com>
To: <Yuxi.Wang@...olithicpower.com>, <corbet@....net>, <linux@...ck-us.net>,
<jdelvare@...e.com>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>
CC: <wyx137120466@...il.com>, <linux-kernel@...r.kernel.org>,
<linux-doc@...r.kernel.org>, <linux-hwmon@...r.kernel.org>,
<devicetree@...r.kernel.org>
Subject: [PATCH 0/2] hwmon: Add support for MPS mp5998 chip
Add mp5998 driver in hwmon and add dt-binding for it.
Yuxi Wang (2):
dt-bindings: hwmon: Add MPS mp5998
hwmon: add mp5998 driver
.../devicetree/bindings/trivial-devices.yaml | 2 +
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/mp5998.rst | 92 ++++++++++
MAINTAINERS | 7 +
drivers/hwmon/pmbus/Kconfig | 9 +
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/mp5998.c | 162 ++++++++++++++++++
7 files changed, 274 insertions(+)
create mode 100644 Documentation/hwmon/mp5998.rst
create mode 100644 drivers/hwmon/pmbus/mp5998.c
--
2.39.2
Powered by blists - more mailing lists