[PATCH 0/2] Add Richtek RT5190A PMIC support
From: cy_huang
Date: Mon Mar 07 2022 - 05:50:05 EST
From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
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