devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Richtek RT5759 buck converter support
@ 2022-03-26 11:39 cy_huang
  2022-03-26 11:39 ` [PATCH v2 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter cy_huang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: cy_huang @ 2022-03-26 11:39 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 converter support.

since V2
- Fix typo in title description.
- Put allOf and if/then to be together.
- Change node name to generic 'regulator'.
- Remove seperate wdt_enable variable.
- Add of_match_ptr in struct driver of_match_table declaration.

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               | 369 +++++++++++++++++++++
 4 files changed, 470 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] 5+ messages in thread

end of thread, other threads:[~2022-04-07 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-26 11:39 [PATCH v2 0/2] Add Richtek RT5759 buck converter support cy_huang
2022-03-26 11:39 ` [PATCH v2 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter cy_huang
2022-03-27 19:01   ` Krzysztof Kozlowski
2022-03-26 11:39 ` [PATCH v2 2/2] regulator: rt5759: Add support " cy_huang
2022-04-07 12:52 ` [PATCH v2 0/2] Add Richtek RT5759 buck converter support Mark Brown

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).