[PATCH 0/2] Add Richtek RT5190A PMIC support

cy_huang posted 2 patches 4 years, 3 months ago
There is a newer version of this series
.../regulator/richtek,rt5190a-regulator.yaml       | 138 ++++++
drivers/regulator/Kconfig                          |  10 +
drivers/regulator/Makefile                         |   1 +
drivers/regulator/rt5190a-regulator.c              | 461 +++++++++++++++++++++
4 files changed, 610 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5190a-regulator.yaml
create mode 100644 drivers/regulator/rt5190a-regulator.c
[PATCH 0/2] Add Richtek RT5190A PMIC support
Posted by cy_huang 4 years, 3 months ago
From: ChiYuan Huang <cy_huang@richtek.com>

This patch series add Richtek RT5190A PMIC support.

ChiYuan Huang (2):
  dt-bindings: regulator: Add bindings for Richtek RT5190A PMIC
  regulator: rt5190a: Add support for Richtek RT5190A PMIC

 .../regulator/richtek,rt5190a-regulator.yaml       | 138 ++++++
 drivers/regulator/Kconfig                          |  10 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/rt5190a-regulator.c              | 461 +++++++++++++++++++++
 4 files changed, 610 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5190a-regulator.yaml
 create mode 100644 drivers/regulator/rt5190a-regulator.c

-- 
2.7.4