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

Otto Pflüger posted 3 patches 1 month, 1 week ago
.../devicetree/bindings/mfd/sprd,sc2731.yaml       |  13 +
.../bindings/regulator/sprd,sc2730-regulator.yaml  |  51 +++
drivers/regulator/Kconfig                          |   7 +
drivers/regulator/Makefile                         |   1 +
drivers/regulator/sc2730-regulator.c               | 419 +++++++++++++++++++++
5 files changed, 491 insertions(+)
[PATCH 0/3] regulator: Add support for Unisoc SC2730 PMIC regulators
Posted by Otto Pflüger 1 month, 1 week ago
Add device tree bindings and a driver for the regulators found in the
Spreadtrum/Unisoc SC2730 PMIC.

Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
---
Otto Pflüger (3):
      dt-bindings: regulator: Document Unisoc SC2730 PMIC bindings
      dt-bindings: mfd: sprd,sc2731: Reference sprd,sc2730-regulator bindings
      regulator: Add regulator driver for Unisoc SC2730 PMIC

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

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