mbox series

[V2,0/3] Add the fec node on i.MX8ULP platform

Message ID 20220711094434.369377-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series Add the fec node on i.MX8ULP platform | expand

Message

Wei Fang July 11, 2022, 9:44 a.m. UTC
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(+)

Comments

Jakub Kicinski July 14, 2022, 2:46 a.m. UTC | #1
On Mon, 11 Jul 2022 19:44:31 +1000 Wei Fang wrote:
> Add the fec node on i.MX8ULP platfroms.
> And enable the fec support on i.MX8ULP EVK boards.

Something odd happened to this posting, there are multiple emails
with the same Message-ID. Could you please collect the acks and post 
a clean v3? If the intention is for the patches to go via the
networking tree please repost them with the tree name in the subject 
tag i.e. [PATCH net-next]
Wei Fang July 14, 2022, 2:57 a.m. UTC | #2
> -----Original Message-----
> From: Jakub Kicinski <kuba@kernel.org>
> Sent: 2022年7月14日 10:47
> To: Wei Fang <wei.fang@nxp.com>
> Cc: davem@davemloft.net; edumazet@google.com; pabeni@redhat.com;
> robh+dt@kernel.org; krzysztof.kozlowski+dt@linaro.org;
> shawnguo@kernel.org; s.hauer@pengutronix.de; netdev@vger.kernel.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org;
> kernel@pengutronix.de; festevam@gmail.com; dl-linux-imx
> <linux-imx@nxp.com>; Peng Fan <peng.fan@nxp.com>; Jacky Bai
> <ping.bai@nxp.com>; sudeep.holla@arm.com;
> linux-arm-kernel@lists.infradead.org; Aisheng Dong <aisheng.dong@nxp.com>
> Subject: [EXT] Re: [PATCH V2 0/3] Add the fec node on i.MX8ULP platform
> 
> Caution: EXT Email
> 
> On Mon, 11 Jul 2022 19:44:31 +1000 Wei Fang wrote:
> > Add the fec node on i.MX8ULP platfroms.
> > And enable the fec support on i.MX8ULP EVK boards.
> 
> Something odd happened to this posting, there are multiple emails with the
> same Message-ID. Could you please collect the acks and post a clean v3? If the
> intention is for the patches to go via the networking tree please repost them
> with the tree name in the subject tag i.e. [PATCH net-next]

Ok, I'll repost the patches. Thank you.