linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: fec: add power-domains property
@ 2023-03-28  6:15 Peng Fan (OSS)
  2023-03-31  1:11 ` Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2023-03-28  6:15 UTC (permalink / raw)
  To: wei.fang, shenwei.wang, xiaoning.wang, davem, edumazet, kuba,
	pabeni, robh+dt, krzysztof.kozlowski+dt, shawnguo
  Cc: linux-imx, netdev, devicetree, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add optional power domains property

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index e6f2045f05de..b494e009326e 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -144,6 +144,9 @@ properties:
     description:
       Regulator that powers the Ethernet PHY.
 
+  power-domains:
+    maxItems: 1
+
   fsl,num-tx-queues:
     $ref: /schemas/types.yaml#/definitions/uint32
     description:
-- 
2.37.1


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

* Re: [PATCH] dt-bindings: net: fec: add power-domains property
  2023-03-28  6:15 [PATCH] dt-bindings: net: fec: add power-domains property Peng Fan (OSS)
@ 2023-03-31  1:11 ` Jakub Kicinski
  2023-03-31  8:52 ` Krzysztof Kozlowski
  2023-03-31 17:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-03-31  1:11 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt
  Cc: Peng Fan (OSS),
	wei.fang, shenwei.wang, xiaoning.wang, davem, edumazet, pabeni,
	shawnguo, linux-imx, netdev, devicetree, linux-kernel, Peng Fan

On Tue, 28 Mar 2023 14:15:18 +0800 Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power domains property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Rob, Krzysztof, this one still on your radar?

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

* Re: [PATCH] dt-bindings: net: fec: add power-domains property
  2023-03-28  6:15 [PATCH] dt-bindings: net: fec: add power-domains property Peng Fan (OSS)
  2023-03-31  1:11 ` Jakub Kicinski
@ 2023-03-31  8:52 ` Krzysztof Kozlowski
  2023-03-31 17:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-31  8:52 UTC (permalink / raw)
  To: Peng Fan (OSS),
	wei.fang, shenwei.wang, xiaoning.wang, davem, edumazet, kuba,
	pabeni, robh+dt, krzysztof.kozlowski+dt, shawnguo
  Cc: linux-imx, netdev, devicetree, linux-kernel, Peng Fan

On 28/03/2023 08:15, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power domains property

This we see from the diff. You should explain why.


> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: net: fec: add power-domains property
  2023-03-28  6:15 [PATCH] dt-bindings: net: fec: add power-domains property Peng Fan (OSS)
  2023-03-31  1:11 ` Jakub Kicinski
  2023-03-31  8:52 ` Krzysztof Kozlowski
@ 2023-03-31 17:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-03-31 17:50 UTC (permalink / raw)
  To: Peng Fan
  Cc: wei.fang, shenwei.wang, xiaoning.wang, davem, edumazet, kuba,
	pabeni, robh+dt, krzysztof.kozlowski+dt, shawnguo, linux-imx,
	netdev, devicetree, linux-kernel, peng.fan

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 28 Mar 2023 14:15:18 +0800 you wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power domains property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
>  1 file changed, 3 insertions(+)

Here is the summary with links:
  - dt-bindings: net: fec: add power-domains property
    https://git.kernel.org/netdev/net-next/c/99b3a769cd8a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-03-31 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  6:15 [PATCH] dt-bindings: net: fec: add power-domains property Peng Fan (OSS)
2023-03-31  1:11 ` Jakub Kicinski
2023-03-31  8:52 ` Krzysztof Kozlowski
2023-03-31 17:50 ` patchwork-bot+netdevbpf

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