[PATCH v2 0/2] Add Unisoc's SC2730 regulator support

From: Chunyan Zhang
Date: Thu Oct 07 2021 - 23:20:17 EST


From: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx>

Changes since v1:
* Addressed Mark's comments:
- Removed debugfs things from SC2730 driver and deleted sc2730_regulator_remove() which deal with debugfs only;
- Changed to use C++ style comments on the head of driver.
* Added Rob's Reviewed-by for bindings changes.

Chunyan Zhang (1):
dt-bindings: regulator: Add bindings for Unisoc's SC2730 regulator

Zhongfa Wang (1):
regulator: Add Unisoc's SC2730 regulator driver

.../regulator/sprd,sc2730-regulator.yaml | 61 +++
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/sc2730-regulator.c | 404 ++++++++++++++++++
4 files changed, 476 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/sprd,sc2730-regulator.yaml
create mode 100644 drivers/regulator/sc2730-regulator.c

--
2.25.1