[PATCH v2 0/3] regulator: Add support for Unisoc SC2730 PMIC regulators

Otto Pflüger posted 3 patches 6 days, 12 hours ago
There is a newer version of this series
.../devicetree/bindings/mfd/sprd,sc2731.yaml       |   4 +-
.../bindings/regulator/sprd,sc2730-regulator.yaml  |  51 +++
drivers/regulator/Kconfig                          |   7 +
drivers/regulator/Makefile                         |   1 +
drivers/regulator/sc2730-regulator.c               | 413 +++++++++++++++++++++
5 files changed, 475 insertions(+), 1 deletion(-)
[PATCH v2 0/3] regulator: Add support for Unisoc SC2730 PMIC regulators
Posted by Otto Pflüger 6 days, 12 hours ago
Add device tree bindings and a driver for the regulators found in the
Spreadtrum/Unisoc SC2730 PMIC.

The second patch in this series depends on the first patch.

Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
---
Changes in v2:
- Use lowercase names without underscores for device tree nodes
- Use oneOf for binding reference instead of making it conditional
- Remove some excess line breaks
- Fix author name in driver and add original Signed-off-by
- Link to v1: https://lore.kernel.org/r/20260220-sc2730-regulators-v1-0-3f2bbc9ecf14@abscue.de

---
Otto Pflüger (3):
      regulator: dt-bindings: Add Unisoc SC2730 PMIC
      dt-bindings: mfd: sprd,sc2731: Include SC2730 regulator bindings
      regulator: Add regulator driver for Unisoc SC2730 PMIC

 .../devicetree/bindings/mfd/sprd,sc2731.yaml       |   4 +-
 .../bindings/regulator/sprd,sc2730-regulator.yaml  |  51 +++
 drivers/regulator/Kconfig                          |   7 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/sc2730-regulator.c               | 413 +++++++++++++++++++++
 5 files changed, 475 insertions(+), 1 deletion(-)
---
base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
change-id: 20260216-sc2730-regulators-13ba789641a4

Best regards,
-- 
Otto Pflüger <otto.pflueger@abscue.de>