linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks
@ 2023-04-04 19:01 Krzysztof Kozlowski
  2023-04-04 19:01 ` [PATCH 2/5] dt-bindings: phy: cadence-torrent: " Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-04 19:01 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Swapnil Jakhade, Yuti Amonkar, Abraham I,
	linux-phy, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The meta schema from DT schema already defines assigned-clocks, so there
is no need for device schema to mention it at all.  There are also no
benefits of having it here and a board could actually need more of clock
assignments than the schema allows.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/phy/phy-cadence-sierra.yaml       | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
index 6a09472740ed..1de699fe5306 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
@@ -61,14 +61,6 @@ properties:
       - const: pll0_refclk
       - const: pll1_refclk
 
-  assigned-clocks:
-    minItems: 1
-    maxItems: 2
-
-  assigned-clock-parents:
-    minItems: 1
-    maxItems: 2
-
   cdns,autoconf:
     type: boolean
     description:
-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [PATCH 2/5] dt-bindings: phy: cadence-torrent: drop assigned-clocks
  2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
@ 2023-04-04 19:01 ` Krzysztof Kozlowski
  2023-04-06 16:47   ` Rob Herring
  2023-04-04 19:01 ` [PATCH 3/5] dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-04 19:01 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Swapnil Jakhade, Yuti Amonkar, Abraham I,
	linux-phy, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The meta schema from DT schema already defines assigned-clocks, so there
is no need for device schema to mention it at all.  There are also no
benefits of having it here and a board could actually need more of clock
assignments than the schema allows.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/phy/phy-cadence-torrent.yaml        | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
index 2ad1faadda2a..033a24172b01 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
@@ -44,12 +44,6 @@ properties:
       - const: refclk
       - const: phy_en_refclk
 
-  assigned-clocks:
-    maxItems: 3
-
-  assigned-clock-parents:
-    maxItems: 3
-
   reg:
     minItems: 1
     items:
-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [PATCH 3/5] dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type
  2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
  2023-04-04 19:01 ` [PATCH 2/5] dt-bindings: phy: cadence-torrent: " Krzysztof Kozlowski
@ 2023-04-04 19:01 ` Krzysztof Kozlowski
  2023-04-06 16:48   ` Rob Herring
  2023-04-04 19:01 ` [PATCH 4/5] dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-04 19:01 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Swapnil Jakhade, Yuti Amonkar, Abraham I,
	linux-phy, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The meta schema from DT schema already defines assigned-clocks, so there
is no need for device schema to mention it at all.  The specific
parenting of the first input and output clock is apparently important,
thus keep them as required, but without defining type.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/phy/ti,phy-am654-serdes.yaml         | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/ti,phy-am654-serdes.yaml b/Documentation/devicetree/bindings/phy/ti,phy-am654-serdes.yaml
index 738c92bb7518..854e554eae67 100644
--- a/Documentation/devicetree/bindings/phy/ti,phy-am654-serdes.yaml
+++ b/Documentation/devicetree/bindings/phy/ti,phy-am654-serdes.yaml
@@ -34,11 +34,6 @@ properties:
       Three input clocks referring to left input reference clock, refclk and right input reference
       clock.
 
-  assigned-clocks:
-    $ref: "/schemas/types.yaml#/definitions/phandle-array"
-  assigned-clock-parents:
-    $ref: "/schemas/types.yaml#/definitions/phandle-array"
-
   '#phy-cells':
     const: 2
     description:
-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [PATCH 4/5] dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks
  2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
  2023-04-04 19:01 ` [PATCH 2/5] dt-bindings: phy: cadence-torrent: " Krzysztof Kozlowski
  2023-04-04 19:01 ` [PATCH 3/5] dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type Krzysztof Kozlowski
@ 2023-04-04 19:01 ` Krzysztof Kozlowski
  2023-04-06 16:47   ` Rob Herring
  2023-04-04 19:01 ` [PATCH 5/5] dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-04 19:01 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Swapnil Jakhade, Yuti Amonkar, Abraham I,
	linux-phy, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The meta schema from DT schema already defines assigned-clocks, so there
is no need for device schema to mention it at all.  There are also no
benefits of having it here and a board could actually need more of clock
assignments than the schema allows.

Keep however the assigned-clocks in children nodes, as apparently their
proper parenting is required.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/phy/ti,phy-j721e-wiz.yaml    | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
index c54b36c104ab..4f3841e6a307 100644
--- a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
+++ b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
@@ -54,18 +54,6 @@ properties:
 
   ranges: true
 
-  assigned-clocks:
-    minItems: 1
-    maxItems: 2
-
-  assigned-clock-parents:
-    minItems: 1
-    maxItems: 2
-
-  assigned-clock-rates:
-    minItems: 1
-    maxItems: 2
-
   typec-dir-gpios:
     maxItems: 1
     description:
-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [PATCH 5/5] dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names
  2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-04-04 19:01 ` [PATCH 4/5] dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks Krzysztof Kozlowski
@ 2023-04-04 19:01 ` Krzysztof Kozlowski
  2023-04-06 16:48   ` Rob Herring
  2023-04-06 16:46 ` [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Rob Herring
  2023-04-12 16:21 ` Vinod Koul
  5 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-04 19:01 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Swapnil Jakhade, Yuti Amonkar, Abraham I,
	linux-phy, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Document the clock-output-names property of clock children, even though
the nodes are actually deprecated, to fix dtbs_check warnings like:

  k3-j7200-common-proc-board.dtb: wiz@5060000: refclk-dig: 'clock-output-names' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/phy/ti,phy-j721e-wiz.yaml        | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
index 4f3841e6a307..651f23580930 100644
--- a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
+++ b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
@@ -89,6 +89,9 @@ properties:
       "#clock-cells":
         const: 0
 
+      clock-output-names:
+        maxItems: 1
+
       assigned-clocks:
         maxItems: 1
 
@@ -122,6 +125,9 @@ patternProperties:
       "#clock-cells":
         const: 0
 
+      clock-output-names:
+        maxItems: 1
+
       assigned-clocks:
         maxItems: 1
 
@@ -150,6 +156,9 @@ patternProperties:
       "#clock-cells":
         const: 0
 
+      clock-output-names:
+        maxItems: 1
+
     required:
       - clocks
       - "#clock-cells"
-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks
  2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2023-04-04 19:01 ` [PATCH 5/5] dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names Krzysztof Kozlowski
@ 2023-04-06 16:46 ` Rob Herring
  2023-04-12 16:21 ` Vinod Koul
  5 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2023-04-06 16:46 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Vinod Koul, Swapnil Jakhade, Abraham I, linux-kernel,
	Rob Herring, devicetree, Yuti Amonkar, Krzysztof Kozlowski,
	Kishon Vijay Abraham I, linux-phy


On Tue, 04 Apr 2023 21:01:11 +0200, Krzysztof Kozlowski wrote:
> The meta schema from DT schema already defines assigned-clocks, so there
> is no need for device schema to mention it at all.  There are also no
> benefits of having it here and a board could actually need more of clock
> assignments than the schema allows.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/phy/phy-cadence-sierra.yaml       | 8 --------
>  1 file changed, 8 deletions(-)
> 

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


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 2/5] dt-bindings: phy: cadence-torrent: drop assigned-clocks
  2023-04-04 19:01 ` [PATCH 2/5] dt-bindings: phy: cadence-torrent: " Krzysztof Kozlowski
@ 2023-04-06 16:47   ` Rob Herring
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2023-04-06 16:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Abraham I, Yuti Amonkar, linux-phy, Kishon Vijay Abraham I,
	Vinod Koul, devicetree, Swapnil Jakhade, linux-kernel,
	Krzysztof Kozlowski, Rob Herring


On Tue, 04 Apr 2023 21:01:12 +0200, Krzysztof Kozlowski wrote:
> The meta schema from DT schema already defines assigned-clocks, so there
> is no need for device schema to mention it at all.  There are also no
> benefits of having it here and a board could actually need more of clock
> assignments than the schema allows.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/phy/phy-cadence-torrent.yaml        | 6 ------
>  1 file changed, 6 deletions(-)
> 

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


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 4/5] dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks
  2023-04-04 19:01 ` [PATCH 4/5] dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks Krzysztof Kozlowski
@ 2023-04-06 16:47   ` Rob Herring
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2023-04-06 16:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, linux-kernel, Kishon Vijay Abraham I, linux-phy,
	Vinod Koul, Abraham I, Swapnil Jakhade, devicetree, Yuti Amonkar,
	Krzysztof Kozlowski


On Tue, 04 Apr 2023 21:01:14 +0200, Krzysztof Kozlowski wrote:
> The meta schema from DT schema already defines assigned-clocks, so there
> is no need for device schema to mention it at all.  There are also no
> benefits of having it here and a board could actually need more of clock
> assignments than the schema allows.
> 
> Keep however the assigned-clocks in children nodes, as apparently their
> proper parenting is required.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/phy/ti,phy-j721e-wiz.yaml    | 12 ------------
>  1 file changed, 12 deletions(-)
> 

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


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 3/5] dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type
  2023-04-04 19:01 ` [PATCH 3/5] dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type Krzysztof Kozlowski
@ 2023-04-06 16:48   ` Rob Herring
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2023-04-06 16:48 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Vinod Koul, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	Swapnil Jakhade, Yuti Amonkar, Abraham I, linux-phy, devicetree,
	linux-kernel

On Tue, Apr 04, 2023 at 09:01:13PM +0200, Krzysztof Kozlowski wrote:
> The meta schema from DT schema already defines assigned-clocks, so there
> is no need for device schema to mention it at all.  The specific
> parenting of the first input and output clock is apparently important,
> thus keep them as required, but without defining type.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/phy/ti,phy-am654-serdes.yaml         | 5 -----
>  1 file changed, 5 deletions(-)

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

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 5/5] dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names
  2023-04-04 19:01 ` [PATCH 5/5] dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names Krzysztof Kozlowski
@ 2023-04-06 16:48   ` Rob Herring
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2023-04-06 16:48 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Yuti Amonkar,
	Abraham I, devicetree, Swapnil Jakhade, linux-kernel,
	Kishon Vijay Abraham I, linux-phy


On Tue, 04 Apr 2023 21:01:15 +0200, Krzysztof Kozlowski wrote:
> Document the clock-output-names property of clock children, even though
> the nodes are actually deprecated, to fix dtbs_check warnings like:
> 
>   k3-j7200-common-proc-board.dtb: wiz@5060000: refclk-dig: 'clock-output-names' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/phy/ti,phy-j721e-wiz.yaml        | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 

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


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks
  2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2023-04-06 16:46 ` [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Rob Herring
@ 2023-04-12 16:21 ` Vinod Koul
  5 siblings, 0 replies; 11+ messages in thread
From: Vinod Koul @ 2023-04-12 16:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski,
	Swapnil Jakhade, Yuti Amonkar, Abraham I, linux-phy, devicetree,
	linux-kernel

On 04-04-23, 21:01, Krzysztof Kozlowski wrote:
> The meta schema from DT schema already defines assigned-clocks, so there
> is no need for device schema to mention it at all.  There are also no
> benefits of having it here and a board could actually need more of clock
> assignments than the schema allows.

Applied all, thanks

> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/phy/phy-cadence-sierra.yaml       | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
> index 6a09472740ed..1de699fe5306 100644
> --- a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
> +++ b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
> @@ -61,14 +61,6 @@ properties:
>        - const: pll0_refclk
>        - const: pll1_refclk
>  
> -  assigned-clocks:
> -    minItems: 1
> -    maxItems: 2
> -
> -  assigned-clock-parents:
> -    minItems: 1
> -    maxItems: 2
> -
>    cdns,autoconf:
>      type: boolean
>      description:
> -- 
> 2.34.1

-- 
~Vinod

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2023-04-12 16:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 19:01 [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Krzysztof Kozlowski
2023-04-04 19:01 ` [PATCH 2/5] dt-bindings: phy: cadence-torrent: " Krzysztof Kozlowski
2023-04-06 16:47   ` Rob Herring
2023-04-04 19:01 ` [PATCH 3/5] dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type Krzysztof Kozlowski
2023-04-06 16:48   ` Rob Herring
2023-04-04 19:01 ` [PATCH 4/5] dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks Krzysztof Kozlowski
2023-04-06 16:47   ` Rob Herring
2023-04-04 19:01 ` [PATCH 5/5] dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names Krzysztof Kozlowski
2023-04-06 16:48   ` Rob Herring
2023-04-06 16:46 ` [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Rob Herring
2023-04-12 16:21 ` Vinod Koul

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