linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
@ 2022-12-29 11:39 Johan Jonker
  2023-01-08 18:48 ` Rob Herring
  2023-02-01 17:43 ` Heiko Stuebner
  0 siblings, 2 replies; 5+ messages in thread
From: Johan Jonker @ 2022-12-29 11:39 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-kernel,
	linux-arm-kernel, linux-rockchip, linux-phy, vkoul, kishon

Rename phy-rockchip-inno-usb2.yaml to a more common format of
rockchip,inno-usb2phy.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---

Apply after:
  dt-bindings: soc: rockchip: grf: add rockchip,rk3288-dp-phy.yaml
---
 .../{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} | 2 +-
 Documentation/devicetree/bindings/soc/rockchip/grf.yaml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename Documentation/devicetree/bindings/phy/{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} (98%)

diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
similarity index 98%
rename from Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
rename to Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
index f71920082..0d6b8c28b 100644
--- a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
+++ b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/phy/phy-rockchip-inno-usb2.yaml#
+$id: http://devicetree.org/schemas/phy/rockchip,inno-usb2phy.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#

 title: Rockchip USB2.0 phy with inno IP block
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index 8dc141410..39d8c3b5d 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -192,7 +192,7 @@ allOf:
       patternProperties:
         "usb2phy@[0-9a-f]+$":
           type: object
-          $ref: /schemas/phy/phy-rockchip-inno-usb2.yaml#
+          $ref: /schemas/phy/rockchip,inno-usb2phy.yaml#
           unevaluatedProperties: false

   - if:
--
2.20.1


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

* Re: [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
  2022-12-29 11:39 [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml Johan Jonker
@ 2023-01-08 18:48 ` Rob Herring
  2023-01-31 10:39   ` Johan Jonker
  2023-02-01 17:43 ` Heiko Stuebner
  1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2023-01-08 18:48 UTC (permalink / raw)
  To: Johan Jonker
  Cc: linux-kernel, devicetree, vkoul, robh+dt, linux-rockchip,
	linux-arm-kernel, kishon, heiko, linux-phy,
	krzysztof.kozlowski+dt


On Thu, 29 Dec 2022 12:39:17 +0100, Johan Jonker wrote:
> Rename phy-rockchip-inno-usb2.yaml to a more common format of
> rockchip,inno-usb2phy.yaml
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> 
> Apply after:
>   dt-bindings: soc: rockchip: grf: add rockchip,rk3288-dp-phy.yaml
> ---
>  .../{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} | 2 +-
>  Documentation/devicetree/bindings/soc/rockchip/grf.yaml         | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename Documentation/devicetree/bindings/phy/{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} (98%)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
  2023-01-08 18:48 ` Rob Herring
@ 2023-01-31 10:39   ` Johan Jonker
  2023-01-31 10:59     ` Vinod Koul
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Jonker @ 2023-01-31 10:39 UTC (permalink / raw)
  To: vkoul
  Cc: linux-kernel, devicetree, robh+dt, linux-rockchip,
	linux-arm-kernel, heiko, linux-phy, krzysztof.kozlowski+dt,
	Rob Herring



On 1/8/23 19:48, Rob Herring wrote:
> 
> On Thu, 29 Dec 2022 12:39:17 +0100, Johan Jonker wrote:
>> Rename phy-rockchip-inno-usb2.yaml to a more common format of
>> rockchip,inno-usb2phy.yaml
>>
>> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
>> ---
>>

>> Apply after:
>>   dt-bindings: soc: rockchip: grf: add rockchip,rk3288-dp-phy.yaml

Hi Vinod, Heiko,

This patch has been acked from the device tree side.
If it suits you is there Ack from the phy side possible, so that Heiko can merge it to grf.yaml in the order that he likes.

Johan


>> ---
>>  .../{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} | 2 +-
>>  Documentation/devicetree/bindings/soc/rockchip/grf.yaml         | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>  rename Documentation/devicetree/bindings/phy/{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} (98%)
>>
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
  2023-01-31 10:39   ` Johan Jonker
@ 2023-01-31 10:59     ` Vinod Koul
  0 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2023-01-31 10:59 UTC (permalink / raw)
  To: Johan Jonker
  Cc: linux-kernel, devicetree, robh+dt, linux-rockchip,
	linux-arm-kernel, heiko, linux-phy, krzysztof.kozlowski+dt,
	Rob Herring

On 31-01-23, 11:39, Johan Jonker wrote:
> 
> 
> On 1/8/23 19:48, Rob Herring wrote:
> > 
> > On Thu, 29 Dec 2022 12:39:17 +0100, Johan Jonker wrote:
> >> Rename phy-rockchip-inno-usb2.yaml to a more common format of
> >> rockchip,inno-usb2phy.yaml
> >>
> >> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> >> ---
> >>
> 
> >> Apply after:
> >>   dt-bindings: soc: rockchip: grf: add rockchip,rk3288-dp-phy.yaml
> 
> Hi Vinod, Heiko,
> 
> This patch has been acked from the device tree side.
> If it suits you is there Ack from the phy side possible, so that Heiko can merge it to grf.yaml in the order that he likes.

Yes, lgtm:

Acked-By: Vinod Koul <vkoul@kernel.org>

-- 
~Vinod

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

* Re: [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
  2022-12-29 11:39 [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml Johan Jonker
  2023-01-08 18:48 ` Rob Herring
@ 2023-02-01 17:43 ` Heiko Stuebner
  1 sibling, 0 replies; 5+ messages in thread
From: Heiko Stuebner @ 2023-02-01 17:43 UTC (permalink / raw)
  To: Johan Jonker
  Cc: Heiko Stuebner, linux-kernel, linux-phy, vkoul,
	krzysztof.kozlowski+dt, devicetree, linux-arm-kernel,
	linux-rockchip, kishon, robh+dt

On Thu, 29 Dec 2022 12:39:17 +0100, Johan Jonker wrote:
> Rename phy-rockchip-inno-usb2.yaml to a more common format of
> rockchip,inno-usb2phy.yaml
> 
> 

Applied, thanks!

[1/1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml
      commit: 0f48b0ed356d8868f62f7c6814fc2edcd70d1816

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

end of thread, other threads:[~2023-02-01 17:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 11:39 [PATCH v1] dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml Johan Jonker
2023-01-08 18:48 ` Rob Herring
2023-01-31 10:39   ` Johan Jonker
2023-01-31 10:59     ` Vinod Koul
2023-02-01 17:43 ` Heiko Stuebner

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).