All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
@ 2022-12-29 19:15 luca
  2022-12-29 22:50 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: luca @ 2022-12-29 19:15 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Rob Herring,
	Andy Gross, Bjorn Andersson, Konrad Dybcio, Liam Girdwood,
	Mark Brown, Rob Herring, Krzysztof Kozlowski, Wesley Cheng,
	linux-kernel, devicetree

From: Luca Weiss <luca@z3ntu.xyz>

usb-vbus-regulator is a better generic node name than dcdc to change the
example to match.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Changes in v3:
- No change, resend since all other patches from series have been merged

 .../devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml
index dbe78cd4adba..b1cff3adb21b 100644
--- a/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/qcom,usb-vbus-regulator.yaml
@@ -33,7 +33,7 @@ examples:
      pm8150b {
         #address-cells = <1>;
         #size-cells = <0>;
-        pm8150b_vbus: dcdc@1100 {
+        pm8150b_vbus: usb-vbus-regulator@1100 {
             compatible = "qcom,pm8150b-vbus-reg";
             reg = <0x1100>;
         };
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
  2022-12-29 19:15 [PATCH v3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name luca
@ 2022-12-29 22:50 ` Mark Brown
  2022-12-30 17:56   ` Luca Weiss
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2022-12-29 22:50 UTC (permalink / raw)
  To: linux-arm-msm, luca
  Cc: ~postmarketos/upstreaming, phone-devel, Rob Herring, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Liam Girdwood, Rob Herring,
	Krzysztof Kozlowski, Wesley Cheng, linux-kernel, devicetree

On Thu, 29 Dec 2022 20:15:43 +0100, luca@z3ntu.xyz wrote:
> usb-vbus-regulator is a better generic node name than dcdc to change the
> example to match.
> 
> 

Applied to

   broonie/regulator.git for-next

Thanks!

[1/1] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
      commit: d13da2f4c81602fc22cdf2cb13b15283b260e0d5

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
  2022-12-29 22:50 ` Mark Brown
@ 2022-12-30 17:56   ` Luca Weiss
  0 siblings, 0 replies; 3+ messages in thread
From: Luca Weiss @ 2022-12-30 17:56 UTC (permalink / raw)
  To: linux-arm-msm, Mark Brown
  Cc: ~postmarketos/upstreaming, phone-devel, Rob Herring, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Liam Girdwood, Rob Herring,
	Krzysztof Kozlowski, Wesley Cheng, linux-kernel, devicetree

On Donnerstag, 29. Dezember 2022 23:50:24 CET Mark Brown wrote:
> On Thu, 29 Dec 2022 20:15:43 +0100, luca@z3ntu.xyz wrote:
> > usb-vbus-regulator is a better generic node name than dcdc to change the
> > example to match.
> 
> Applied to
> 
>    broonie/regulator.git for-next
> 
> Thanks!
> 
> [1/1] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name
>       commit: d13da2f4c81602fc22cdf2cb13b15283b260e0d5
> 

Thank you and sorry about the mess on the v2.

Regards
Luca

> 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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-30 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 19:15 [PATCH v3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name luca
2022-12-29 22:50 ` Mark Brown
2022-12-30 17:56   ` Luca Weiss

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.