[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230424101352.28117-1-Delphine_CC_Chiu@Wiwynn.com>
Date: Mon, 24 Apr 2023 18:13:48 +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>,
linux-i2c@...r.kernel.org, linux-hwmon@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/2] LTC4286 and LTC4287 driver support
v1 - 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 | 47 ++++++
MAINTAINERS | 9 ++
drivers/hwmon/pmbus/Kconfig | 9 ++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/ltc4286.c | 142 ++++++++++++++++++
5 files changed, 208 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
create mode 100644 drivers/hwmon/pmbus/ltc4286.c
--
2.17.1
Powered by blists - more mailing lists