[PATCH V4 0/3] Add the fec node on i.MX8ULP platform

wei.fang@nxp.com posted 3 patches 3 years, 8 months ago
.../devicetree/bindings/net/fsl,fec.yaml      |  5 ++
arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 57 +++++++++++++++++++
arch/arm64/boot/dts/freescale/imx8ulp.dtsi    | 11 ++++
3 files changed, 73 insertions(+)
[PATCH V4 0/3] Add the fec node on i.MX8ULP platform
Posted by wei.fang@nxp.com 3 years, 8 months ago
From: Wei Fang <wei.fang@nxp.com>

Add the fec node on i.MX8ULP platfroms.
And enable the fec support on i.MX8ULP EVK boards.

Wei Fang (3):
  dt-bindings: net: fsl,fec: Add i.MX8ULP FEC items
  arm64: dts: imx8ulp: Add the fec support
  arm64: dts: imx8ulp-evk: Add the fec support

 .../devicetree/bindings/net/fsl,fec.yaml      |  5 ++
 arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 57 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    | 11 ++++
 3 files changed, 73 insertions(+)

-- 
2.25.1
Re: [PATCH V4 0/3] Add the fec node on i.MX8ULP platform
Posted by patchwork-bot+netdevbpf@kernel.org 3 years, 8 months ago
Hello:

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

On Wed, 27 Jul 2022 00:38:50 +1000 you wrote:
> From: Wei Fang <wei.fang@nxp.com>
> 
> Add the fec node on i.MX8ULP platfroms.
> And enable the fec support on i.MX8ULP EVK boards.
> 
> Wei Fang (3):
>   dt-bindings: net: fsl,fec: Add i.MX8ULP FEC items
>   arm64: dts: imx8ulp: Add the fec support
>   arm64: dts: imx8ulp-evk: Add the fec support
> 
> [...]

Here is the summary with links:
  - [V4,1/3] dt-bindings: net: fsl,fec: Add i.MX8ULP FEC items
    https://git.kernel.org/netdev/net-next/c/ad3564ccc367
  - [V4,2/3] arm64: dts: imx8ulp: Add the fec support
    (no matching commit)
  - [V4,3/3] arm64: dts: imx8ulp-evk: Add the fec support
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH V4 0/3] Add the fec node on i.MX8ULP platform
Posted by Jakub Kicinski 3 years, 8 months ago
On Wed, 27 Jul 2022 00:38:50 +1000 wei.fang@nxp.com wrote:
> From: Wei Fang <wei.fang@nxp.com>
> 
> Add the fec node on i.MX8ULP platfroms.
> And enable the fec support on i.MX8ULP EVK boards.

FWIW the dts patches do not apply cleanly to netdev so if someone wants
to take the whole thing please LMK/LUK otherwise we can take the schema
in separately for 5.20 and leave the rest to whoever.