All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add driver for LT8722 regulator
@ 2024-11-08  9:35 Ramon Cristopher M. Calam
  2024-11-08  9:35 ` [PATCH 1/2] regulator: lt8722: Add driver for LT8722 Ramon Cristopher M. Calam
  2024-11-08  9:35 ` [PATCH 2/2] dt-bindings: regulator: Add adi,lt8722-regulator.yaml Ramon Cristopher M. Calam
  0 siblings, 2 replies; 12+ messages in thread
From: Ramon Cristopher M. Calam @ 2024-11-08  9:35 UTC (permalink / raw)
  To: linux-kernel, devicetree
  Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Cristopher Calam

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-11-15  6:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08  9:35 [PATCH 0/2] Add driver for LT8722 regulator Ramon Cristopher M. Calam
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.