[PATCH 0/4] Add supply names for PM6350 RPMh regulators on Fairphone 4

Luca Weiss posted 4 patches 3 weeks, 4 days ago
.../bindings/regulator/qcom,rpmh-regulator.yaml    | 16 +++++++
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts  | 46 +++++++++++++++++++
drivers/regulator/qcom-rpmh-regulator.c            | 53 ++++++++++++----------
3 files changed, 90 insertions(+), 25 deletions(-)
[PATCH 0/4] Add supply names for PM6350 RPMh regulators on Fairphone 4
Posted by Luca Weiss 3 weeks, 4 days ago
During bringup no parent supply names were added to the RPMh regulator
driver. Add them now.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (4):
      regulator: dt-bindings: qcom,rpmh: Add supply names for PM6350
      regulator: qcom-rpmh: Add supply names for PM6350
      regulator: qcom-rpmh: Add missing regulators in PM6350
      arm64: dts: qcom: sm7225-fairphone-fp4: Add parent supply for regulators

 .../bindings/regulator/qcom,rpmh-regulator.yaml    | 16 +++++++
 arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts  | 46 +++++++++++++++++++
 drivers/regulator/qcom-rpmh-regulator.c            | 53 ++++++++++++----------
 3 files changed, 90 insertions(+), 25 deletions(-)
---
base-commit: 89c07d98716a13454ec3fd9f97689e812cc71bd4
change-id: 20260901-fp4-regulator-supply-7f6b999e9624

Best regards,
--  
Luca Weiss <luca.weiss@fairphone.com>
Re: (subset) [PATCH 0/4] Add supply names for PM6350 RPMh regulators on Fairphone 4
Posted by Mark Brown 3 weeks ago
On Tue, 01 Sep 2026 10:58:55 +0200, Luca Weiss wrote:
> Add supply names for PM6350 RPMh regulators on Fairphone 4
> 
> During bringup no parent supply names were added to the RPMh regulator
> driver. Add them now.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-7.4

Thanks!

[1/4] regulator: dt-bindings: qcom,rpmh: Add supply names for PM6350
      https://git.kernel.org/broonie/regulator/c/f0944054a0e0
[2/4] regulator: qcom-rpmh: Add supply names for PM6350
      https://git.kernel.org/broonie/regulator/c/05e0f510e299
[3/4] regulator: qcom-rpmh: Add missing regulators in PM6350
      https://git.kernel.org/broonie/regulator/c/fd744eb396a3

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark