* [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file
@ 2023-10-22 18:51 Vegard Nossum
2023-10-22 20:44 ` Johan Jonker
0 siblings, 1 reply; 5+ messages in thread
From: Vegard Nossum @ 2023-10-22 18:51 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner
Cc: linux-usb, devicetree, linux-arm-kernel, linux-rockchip,
linux-doc, linux-kernel, Vegard Nossum, Johan Jonker, Vinod Koul,
Rob Herring
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 <jbx6244@gmail.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file
2023-10-22 18:51 [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file Vegard Nossum
@ 2023-10-22 20:44 ` Johan Jonker
2023-10-24 20:02 ` Rob Herring
0 siblings, 1 reply; 5+ messages in thread
From: Johan Jonker @ 2023-10-22 20:44 UTC (permalink / raw)
To: Vegard Nossum, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Heiko Stuebner
Cc: linux-usb, devicetree, linux-arm-kernel, linux-rockchip,
linux-doc, linux-kernel, Vinod Koul, Rob Herring
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 <jbx6244@gmail.com>
[PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
https://lore.kernel.org/linux-rockchip/f8747552-d23b-c4cd-cb17-5033fb7f8eb6@gmail.com/
Already Acked.
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Heiko Stuebner <heiko@sntech.de>
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
> ---
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file
2023-10-22 20:44 ` Johan Jonker
@ 2023-10-24 20:02 ` Rob Herring
2023-10-25 8:21 ` Krzysztof Kozlowski
0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2023-10-24 20:02 UTC (permalink / raw)
To: Johan Jonker
Cc: Vegard Nossum, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner,
linux-usb, devicetree, linux-arm-kernel, linux-rockchip,
linux-doc, linux-kernel, Vinod Koul
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 <jbx6244@gmail.com>
>
> [PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
> https://lore.kernel.org/linux-rockchip/f8747552-d23b-c4cd-cb17-5033fb7f8eb6@gmail.com/
>
> Already Acked.
I was assuming Greg would pick that up. I've applied the linked patch
now.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file
2023-10-24 20:02 ` Rob Herring
@ 2023-10-25 8:21 ` Krzysztof Kozlowski
2023-10-25 9:11 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-25 8:21 UTC (permalink / raw)
To: Rob Herring, Johan Jonker
Cc: Vegard Nossum, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner,
linux-usb, devicetree, linux-arm-kernel, linux-rockchip,
linux-doc, linux-kernel, Vinod Koul
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 <jbx6244@gmail.com>
>>
>> [PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
>> https://lore.kernel.org/linux-rockchip/f8747552-d23b-c4cd-cb17-5033fb7f8eb6@gmail.com/
>>
>> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file
2023-10-25 8:21 ` Krzysztof Kozlowski
@ 2023-10-25 9:11 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2023-10-25 9:11 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Johan Jonker, Vegard Nossum, Krzysztof Kozlowski,
Conor Dooley, Heiko Stuebner, linux-usb, devicetree,
linux-arm-kernel, linux-rockchip, linux-doc, linux-kernel,
Vinod Koul
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 <jbx6244@gmail.com>
> >>
> >> [PATCH v1] dt-bindings: usb: rockchip,dwc3: update inno usb2 phy binding name
> >> https://lore.kernel.org/linux-rockchip/f8747552-d23b-c4cd-cb17-5033fb7f8eb6@gmail.com/
> >>
> >> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-25 9:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-22 18:51 [PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file Vegard Nossum
2023-10-22 20:44 ` Johan Jonker
2023-10-24 20:02 ` Rob Herring
2023-10-25 8:21 ` Krzysztof Kozlowski
2023-10-25 9:11 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).