[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241108093544.9492-1-ramoncristopher.calam@analog.com>
Date: Fri, 8 Nov 2024 17:35:42 +0800
From: "Ramon Cristopher M. Calam" <ramoncristopher.calam@...log.com>
To: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>
CC: Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Rob
Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor
Dooley <conor+dt@...nel.org>,
Cristopher Calam
<ramoncristopher.calam@...log.com>
Subject: [PATCH 0/2] Add driver for LT8722 regulator
The Analog Devices LT8722 is a high performance, high efficiency,
15V input, 4A monolithic full bridge DC/DC converter. This converter
has 92.5% efficiency with high power output of 54W for fine control
TEC driving applications.
Ramon Cristopher M. Calam (2):
regulator: lt8722: Add driver for LT8722
dt-bindings: regulator: Add adi,lt8722-regulator.yaml
.../regulator/adi,lt8722-regulator.yaml | 178 +++++
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/lt8722-regulator.c | 701 ++++++++++++++++++
4 files changed, 890 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/adi,lt8722-regulator.yaml
create mode 100644 drivers/regulator/lt8722-regulator.c
base-commit: e18da71634d12a94a15138947538ef2f0ac22746
--
2.47.0
Powered by blists - more mailing lists