[PATCH 0/2] Add Richtek RT5759 buck converter support

cy_huang posted 2 patches 4 years, 2 months ago
There is a newer version of this series
.../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
[PATCH 0/2] Add Richtek RT5759 buck converter support
Posted by cy_huang 4 years, 2 months ago
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