Netdev List
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@nxp.com>
To: Shawn Guo <shawnguo2@yeah.net>
Cc: Jakub Kicinski <kuba@kernel.org>, Joy Zou <joy.zou@nxp.com>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com,
	richardcochran@gmail.com, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, pabeni@redhat.com,
	mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com,
	frieder.schrempf@kontron.de, primoz.fiser@norik.com,
	othacehe@gnu.org, Markus.Niebel@ew.tq-group.com,
	alexander.stein@ew.tq-group.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org, linux@ew.tq-group.com,
	netdev@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH v10 0/6] Add i.MX91 platform support
Date: Wed, 10 Sep 2025 22:36:06 -0400	[thread overview]
Message-ID: <aMI1ljdUkC3qxGU9@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <aMI0PJtHJyPom68X@dragon>

On Thu, Sep 11, 2025 at 10:30:20AM +0800, Shawn Guo wrote:
> On Wed, Sep 03, 2025 at 11:40:17PM +0000, patchwork-bot+netdevbpf@kernel.org wrote:
> > Hello:
> >
> > This series was applied to netdev/net-next.git (main)
> > by Jakub Kicinski <kuba@kernel.org>:
>
> Jakub,
>
> Can you stop applying DTS changes via net tree?

shawn:
	Suppose Jaku only pick patch 6.

        - [v10,6/6] net: stmmac: imx: add i.MX91 support
          https://git.kernel.org/netdev/net-next/c/59aec9138f30

other patches is "(no matching commit)"

Frank

>
> Shawn
>
> > On Mon,  1 Sep 2025 18:36:26 +0800 you wrote:
> > > The design of i.MX91 platform is very similar to i.MX93.
> > > Extracts the common parts in order to reuse code.
> > >
> > > The mainly difference between i.MX91 and i.MX93 is as follows:
> > > - i.MX91 removed some clocks and modified the names of some clocks.
> > > - i.MX91 only has one A core.
> > > - i.MX91 has different pinmux.
> > >
> > > [...]
> >
> > Here is the summary with links:
> >   - [v10,1/6] arm64: dts: freescale: move aliases from imx93.dtsi to board dts
> >     (no matching commit)
> >   - [v10,2/6] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them
> >     (no matching commit)
> >   - [v10,3/6] arm64: dts: imx91: add i.MX91 dtsi support
> >     (no matching commit)
> >   - [v10,4/6] arm64: dts: freescale: add i.MX91 11x11 EVK basic support
> >     (no matching commit)
> >   - [v10,5/6] arm64: dts: imx93-11x11-evk: remove fec property eee-broken-1000t
> >     (no matching commit)
> >   - [v10,6/6] net: stmmac: imx: add i.MX91 support
> >     https://git.kernel.org/netdev/net-next/c/59aec9138f30
> >
> > You are awesome, thank you!
> > --
> > Deet-doot-dot, I am a bot.
> > https://korg.docs.kernel.org/patchwork/pwbot.html
> >
> >
>

  reply	other threads:[~2025-09-11  2:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-01 10:36 [PATCH v10 0/6] Add i.MX91 platform support Joy Zou
2025-09-01 10:36 ` [PATCH v10 1/6] arm64: dts: freescale: move aliases from imx93.dtsi to board dts Joy Zou
2025-09-01 10:36 ` [PATCH v10 2/6] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them Joy Zou
2025-09-01 10:36 ` [PATCH v10 3/6] arm64: dts: imx91: add i.MX91 dtsi support Joy Zou
2025-09-01 10:36 ` [PATCH v10 4/6] arm64: dts: freescale: add i.MX91 11x11 EVK basic support Joy Zou
2025-09-01 10:36 ` [PATCH v10 5/6] arm64: dts: imx93-11x11-evk: remove fec property eee-broken-1000t Joy Zou
2025-09-01 10:36 ` [PATCH v10 6/6] net: stmmac: imx: add i.MX91 support Joy Zou
2025-09-03 23:40 ` [PATCH v10 0/6] Add i.MX91 platform support patchwork-bot+netdevbpf
2025-09-11  2:30   ` Shawn Guo
2025-09-11  2:36     ` Frank Li [this message]
2025-09-11  2:55       ` Shawn Guo
2025-09-11 13:24         ` Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aMI1ljdUkC3qxGU9@lizhi-Precision-Tower-5810 \
    --to=frank.li@nxp.com \
    --cc=Markus.Niebel@ew.tq-group.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=imx@lists.linux.dev \
    --cc=joy.zou@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@ew.tq-group.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=othacehe@gnu.org \
    --cc=pabeni@redhat.com \
    --cc=primoz.fiser@norik.com \
    --cc=richardcochran@gmail.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo2@yeah.net \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox