[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241029130137.31284-1-cedricjustine.encarnacion@analog.com>
Date: Tue, 29 Oct 2024 21:01:35 +0800
From: Cedric Encarnacion <cedricjustine.encarnacion@...log.com>
To: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-i2c@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-hwmon@...r.kernel.org>
CC: Guenter Roeck <linux@...ck-us.net>, Jean Delvare <jdelvare@...e.com>,
Jonathan Corbet <corbet@....net>,
Delphine CC Chiu
<Delphine_CC_Chiu@...ynn.com>,
Rob Herring <robh@...nel.org>,
"Krzysztof
Kozlowski" <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Peter
Yin <peteryin.openbmc@...il.com>,
Noah Wang <noahwang.wang@...look.com>, "Marek Vasut" <marex@...x.de>,
Lukas Wunner <lukas@...ner.de>,
Cedric
Encarnacion <cedricjustine.encarnacion@...log.com>
Subject: [PATCH 0/2] Add driver for LTP8800-1A, LTP8800-2 and LTP8800-4A
The LTP8800-1A/-2/-4A is a 150A/135A/200A step-down μModule regulator that
provides microprocessor core voltage from 54V power distribution
architecture. It features remote configurability and telemetry monitoring
of power management parameters over PMBus. This patch series adds driver
and bindings for these devices.
Cedric Encarnacion (2):
dt-bindings: trivial-devices: add ltp8800
hwmon: pmbus: add driver for ltp8800-1a, ltp8800-4a, and ltp8800-2
.../devicetree/bindings/trivial-devices.yaml | 6 +
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/ltp8800.rst | 103 ++++++++++++++++++
MAINTAINERS | 7 ++
drivers/hwmon/pmbus/Kconfig | 18 +++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/ltp8800.c | 74 +++++++++++++
7 files changed, 210 insertions(+)
create mode 100644 Documentation/hwmon/ltp8800.rst
create mode 100644 drivers/hwmon/pmbus/ltp8800.c
base-commit: 893acae4cdaf34fdde0e7285d5922af70775e5f7
--
2.39.2
Powered by blists - more mailing lists