Message ID | 20231022185150.919293-1-vegard.nossum@oracle.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a389c8f3928b0df73419284861c20daf8362a341 |
Headers | show |
Series | dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file | expand |
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
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
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
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.
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
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(-)