From: "Ramon Cristopher M. Calam" <ramoncristopher.calam@analog.com>
To: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Cristopher Calam <ramoncristopher.calam@analog.com>
Subject: [PATCH 0/2] Add driver for LT8722 regulator
Date: Fri, 8 Nov 2024 17:35:42 +0800 [thread overview]
Message-ID: <20241108093544.9492-1-ramoncristopher.calam@analog.com> (raw)
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
next reply other threads:[~2024-11-08 9:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-08 9:35 Ramon Cristopher M. Calam [this message]
2024-11-08 9:35 ` [PATCH 1/2] regulator: lt8722: Add driver for LT8722 Ramon Cristopher M. Calam
2024-11-08 12:51 ` Mark Brown
2024-11-15 1:00 ` Calam, Ramon Cristopher
2024-11-08 16:13 ` kernel test robot
2024-11-08 17:36 ` kernel test robot
2024-11-15 6:05 ` anish kumar
2024-11-08 9:35 ` [PATCH 2/2] dt-bindings: regulator: Add adi,lt8722-regulator.yaml Ramon Cristopher M. Calam
2024-11-08 10:17 ` Rob Herring (Arm)
2024-11-11 4:19 ` Calam, Ramon Cristopher
2024-11-08 11:43 ` Krzysztof Kozlowski
2024-11-11 4:58 ` Calam, Ramon Cristopher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241108093544.9492-1-ramoncristopher.calam@analog.com \
--to=ramoncristopher.calam@analog.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®