[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231123015440.199822-1-Delphine_CC_Chiu@Wiwynn.com>
Date: Thu, 23 Nov 2023 09:54:35 +0800
From: Delphine CC Chiu <Delphine_CC_Chiu@...ynn.com>
To: patrick@...cx.xyz
Cc: Delphine CC Chiu <Delphine_CC_Chiu@...ynn.com>,
Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-i2c@...r.kernel.org,
linux-hwmon@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [PATCH v7 0/2] LTC4286 and LTC4287 driver support
v7 - Add LTC4286 and LTC4287 binding document
- Add LTC4286 and LTC4287 driver
Delphine CC Chiu (2):
dt-bindings: hwmon: Add lltc ltc4286 driver bindings
hwmon: pmbus: Add ltc4286 driver
.../bindings/hwmon/lltc,ltc4286.yaml | 50 +++++
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/ltc4286.rst | 95 ++++++++++
MAINTAINERS | 10 +
drivers/hwmon/pmbus/Kconfig | 10 +
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/ltc4286.c | 176 ++++++++++++++++++
7 files changed, 343 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
create mode 100644 Documentation/hwmon/ltc4286.rst
create mode 100644 drivers/hwmon/pmbus/ltc4286.c
--
2.25.1
Powered by blists - more mailing lists