[PATCH PARTIAL-RESEND v3 0/3] mfd: sc27xx: Use MFD cells and devm_mfd_add_devices()

Otto Pflüger posted 3 patches 1 week, 3 days ago
Documentation/devicetree/bindings/mfd/sprd,sc2731.yaml         |  2 --
.../devicetree/bindings/regulator/sprd,sc2731-regulator.yaml   |  4 +---
drivers/power/reset/sc27xx-poweroff.c                          |  8 ++++++++
drivers/regulator/sc2731-regulator.c                           | 10 +++++++++-
4 files changed, 18 insertions(+), 6 deletions(-)
[PATCH PARTIAL-RESEND v3 0/3] mfd: sc27xx: Use MFD cells and devm_mfd_add_devices()
Posted by Otto Pflüger 1 week, 3 days ago
This is a resend of the remaining patches in a partially applied series
switching the SC27xx series of PMICs to use MFD cells instead of purely
OF-based device probing. There are no dependencies between the patches
in this series, but they are part of a single logical change.

Link to original series (v3): https://lore.kernel.org/r/20260329-sc27xx-mfd-cells-v3-0-9158dee41f74@abscue.de

---
Otto Pflüger (3):
      regulator: dt-bindings: sc2731: Deprecate compatible property
      power: reset: sc27xx: Add platform_device_id table
      regulator: sc2731: Add platform_device_id table

 Documentation/devicetree/bindings/mfd/sprd,sc2731.yaml         |  2 --
 .../devicetree/bindings/regulator/sprd,sc2731-regulator.yaml   |  4 +---
 drivers/power/reset/sc27xx-poweroff.c                          |  8 ++++++++
 drivers/regulator/sc2731-regulator.c                           | 10 +++++++++-
 4 files changed, 18 insertions(+), 6 deletions(-)
---
base-commit: e7d700e14934e68f86338c5610cf2ae76798b663
change-id: 20260221-sc27xx-mfd-cells-dab7905f3aae

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

Re: (subset) [PATCH PARTIAL-RESEND v3 0/3] mfd: sc27xx: Use MFD cells and devm_mfd_add_devices()
Posted by Sebastian Reichel 4 days, 16 hours ago
On Thu, 28 May 2026 18:18:22 +0200, Otto Pflüger wrote:
> This is a resend of the remaining patches in a partially applied series
> switching the SC27xx series of PMICs to use MFD cells instead of purely
> OF-based device probing. There are no dependencies between the patches
> in this series, but they are part of a single logical change.
> 
> Link to original series (v3): https://lore.kernel.org/r/20260329-sc27xx-mfd-cells-v3-0-9158dee41f74@abscue.de
> 
> [...]

Applied, thanks!

[2/3] power: reset: sc27xx: Add platform_device_id table
      commit: b6c7feeb604262f31a4279bd66aa300ad0903255

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>