linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Richtek RT5759 buck converter support
@ 2022-03-25  1:06 cy_huang
  2022-03-25  1:06 ` [PATCH 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter cy_huang
  2022-03-25  1:06 ` [PATCH 2/2] regulator: rt5759: Add support " cy_huang
  0 siblings, 2 replies; 21+ messages in thread
From: cy_huang @ 2022-03-25  1:06 UTC (permalink / raw)
  To: broonie, robh+dt; +Cc: lgirdwood, cy_huang, gene_chen, linux-kernel, devicetree

From: ChiYuan Huang <cy_huang@richtek.com>

This patch series add Richtek RT5759 buck coverter support.

ChiYuan Huang (2):
  dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter
  regulator: rt5759: Add support for Richtek RT5759 DCDC converter

 .../regulator/richtek,rt5759-regulator.yaml        |  90 +++++
 drivers/regulator/Kconfig                          |  10 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/rt5759-regulator.c               | 372 +++++++++++++++++++++
 4 files changed, 473 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5759-regulator.yaml
 create mode 100644 drivers/regulator/rt5759-regulator.c

-- 
2.7.4


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

end of thread, other threads:[~2022-03-26  8:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25  1:06 [PATCH 0/2] Add Richtek RT5759 buck converter support cy_huang
2022-03-25  1:06 ` [PATCH 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter cy_huang
2022-03-25 12:14   ` Krzysztof Kozlowski
2022-03-25 13:44     ` ChiYuan Huang
2022-03-25 14:46       ` Krzysztof Kozlowski
2022-03-25 14:53         ` ChiYuan Huang
2022-03-25  1:06 ` [PATCH 2/2] regulator: rt5759: Add support " cy_huang
2022-03-25 12:17   ` Krzysztof Kozlowski
2022-03-25 14:10     ` ChiYuan Huang
2022-03-25 14:47       ` Krzysztof Kozlowski
2022-03-25 14:59         ` ChiYuan Huang
2022-03-25 15:37           ` Krzysztof Kozlowski
2022-03-25 15:50             ` ChiYuan Huang
2022-03-25 15:55               ` Krzysztof Kozlowski
2022-03-25 16:05                 ` Mark Brown
2022-03-25 16:08                   ` Krzysztof Kozlowski
2022-03-26  0:58                     ` ChiYuan Huang
2022-03-26  1:07                       ` Mark Brown
2022-03-26  7:55                         ` ChiYuan Huang
2022-03-26  8:13                           ` Krzysztof Kozlowski
2022-03-26  8:24                             ` ChiYuan Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).