2023-10-22 18:52:43

by Vegard Nossum

[permalink] [raw]
Subject: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file

This file was renamed but left a dangling reference. Fix it.

Fixes: 0f48b0ed356d ("dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml")
Cc: Johan Jonker <[email protected]>
Cc: Vinod Koul <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Heiko Stuebner <[email protected]>
Signed-off-by: Vegard Nossum <[email protected]>
---
Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
index 291844c8f3e1..c983dfe0f629 100644
--- a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
@@ -15,7 +15,7 @@ description:
Phy documentation is provided in the following places.

USB2.0 PHY
- Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
+ Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml

Type-C PHY
Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt
--
2.34.1


2023-10-22 20:44:47

by Johan Jonker

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file



On 10/22/23 20:51, Vegard Nossum wrote:
> This file was renamed but left a dangling reference. Fix it.
>
> Fixes: 0f48b0ed356d ("dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml")

> Cc: Johan Jonker <[email protected]>

[PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
https://lore.kernel.org/linux-rockchip/[email protected]/

Already Acked.

> Cc: Vinod Koul <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Heiko Stuebner <[email protected]>
> Signed-off-by: Vegard Nossum <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
> index 291844c8f3e1..c983dfe0f629 100644
> --- a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
> +++ b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml
> @@ -15,7 +15,7 @@ description:
> Phy documentation is provided in the following places.
>
> USB2.0 PHY
> - Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
> + Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
>
> Type-C PHY
> Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt

2023-10-24 20:02:32

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file

On Sun, Oct 22, 2023 at 10:44:10PM +0200, Johan Jonker wrote:
>
>
> On 10/22/23 20:51, Vegard Nossum wrote:
> > This file was renamed but left a dangling reference. Fix it.
> >
> > Fixes: 0f48b0ed356d ("dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml")
>
> > Cc: Johan Jonker <[email protected]>
>
> [PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
> https://lore.kernel.org/linux-rockchip/[email protected]/
>
> Already Acked.

I was assuming Greg would pick that up. I've applied the linked patch
now.

Rob

2023-10-25 08:22:42

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file

On 24/10/2023 22:02, Rob Herring wrote:
> On Sun, Oct 22, 2023 at 10:44:10PM +0200, Johan Jonker wrote:
>>
>>
>> On 10/22/23 20:51, Vegard Nossum wrote:
>>> This file was renamed but left a dangling reference. Fix it.
>>>
>>> Fixes: 0f48b0ed356d ("dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml")
>>
>>> Cc: Johan Jonker <[email protected]>
>>
>> [PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
>> https://lore.kernel.org/linux-rockchip/[email protected]/
>>
>> Already Acked.
>
> I was assuming Greg would pick that up. I've applied the linked patch

Would be easier for Greg to pick this up, if he was Cc-ed in original
patch. His name is the first one listed in output of get_maintainers.pl,
but hey, what do I know...

Best regards,
Krzysztof

2023-10-25 09:21:53

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file

On Wed, Oct 25, 2023 at 10:21:54AM +0200, Krzysztof Kozlowski wrote:
> On 24/10/2023 22:02, Rob Herring wrote:
> > On Sun, Oct 22, 2023 at 10:44:10PM +0200, Johan Jonker wrote:
> >>
> >>
> >> On 10/22/23 20:51, Vegard Nossum wrote:
> >>> This file was renamed but left a dangling reference. Fix it.
> >>>
> >>> Fixes: 0f48b0ed356d ("dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml")
> >>
> >>> Cc: Johan Jonker <[email protected]>
> >>
> >> [PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
> >> https://lore.kernel.org/linux-rockchip/[email protected]/
> >>
> >> Already Acked.
> >
> > I was assuming Greg would pick that up. I've applied the linked patch
>
> Would be easier for Greg to pick this up, if he was Cc-ed in original
> patch. His name is the first one listed in output of get_maintainers.pl,
> but hey, what do I know...

Yeah, that's why I missed it.