From: Jakub Kicinski <kuba@kernel.org>
To: Joey Lu <a0987203069@gmail.com>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, mcoquelin.stm32@gmail.com,
richardcochran@gmail.com, alexandre.torgue@foss.st.com,
joabreu@synopsys.com, ychuang3@nuvoton.com, schung@nuvoton.com,
yclu4@nuvoton.com, peppe.cavallaro@st.com,
linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
openbmc@lists.ozlabs.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH net-next v6 0/3] Add support for Nuvoton MA35D1 GMAC
Date: Mon, 6 Jan 2025 16:30:54 -0800 [thread overview]
Message-ID: <20250106163054.79cdd533@kernel.org> (raw)
In-Reply-To: <20250103063241.2306312-1-a0987203069@gmail.com>
On Fri, 3 Jan 2025 14:32:38 +0800 Joey Lu wrote:
> This patch series is submitted to add GMAC support for Nuvoton MA35D1
> SoC platform. This work involves implementing a GMAC driver glue layer
> based on Synopsys DWMAC driver framework to leverage MA35D1's dual GMAC
> interface capabilities.
Would be good if you could reply to Christophe's question.
Then please rebase on top of net-next/main and repost.
The first patch doesn't currently apply cleanly.
Please leave out the second patch, it has to go via
the appropriate platform tree, rather than the networking
tree.
--
pw-bot: cr
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Joey Lu <a0987203069@gmail.com>
Cc: robh@kernel.org, conor+dt@kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
devicetree@vger.kernel.org, openbmc@lists.ozlabs.org,
netdev@vger.kernel.org, richardcochran@gmail.com,
ychuang3@nuvoton.com, alexandre.torgue@foss.st.com,
linux-kernel@vger.kernel.org, andrew+netdev@lunn.ch,
edumazet@google.com, joabreu@synopsys.com,
linux-arm-kernel@lists.infradead.org, mcoquelin.stm32@gmail.com,
schung@nuvoton.com, peppe.cavallaro@st.com, krzk+dt@kernel.org,
pabeni@redhat.com, davem@davemloft.net, yclu4@nuvoton.com
Subject: Re: [PATCH net-next v6 0/3] Add support for Nuvoton MA35D1 GMAC
Date: Mon, 6 Jan 2025 16:30:54 -0800 [thread overview]
Message-ID: <20250106163054.79cdd533@kernel.org> (raw)
In-Reply-To: <20250103063241.2306312-1-a0987203069@gmail.com>
On Fri, 3 Jan 2025 14:32:38 +0800 Joey Lu wrote:
> This patch series is submitted to add GMAC support for Nuvoton MA35D1
> SoC platform. This work involves implementing a GMAC driver glue layer
> based on Synopsys DWMAC driver framework to leverage MA35D1's dual GMAC
> interface capabilities.
Would be good if you could reply to Christophe's question.
Then please rebase on top of net-next/main and repost.
The first patch doesn't currently apply cleanly.
Please leave out the second patch, it has to go via
the appropriate platform tree, rather than the networking
tree.
--
pw-bot: cr
next prev parent reply other threads:[~2025-01-07 0:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 6:32 [PATCH net-next v6 0/3] Add support for Nuvoton MA35D1 GMAC Joey Lu
2025-01-03 6:32 ` Joey Lu
2025-01-03 6:32 ` [PATCH net-next v6 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC Joey Lu
2025-01-03 6:32 ` Joey Lu
2025-01-03 16:55 ` Rob Herring (Arm)
2025-01-03 16:55 ` Rob Herring (Arm)
2025-01-07 6:36 ` Joey Lu
2025-01-07 6:36 ` Joey Lu
2025-01-03 6:32 ` [PATCH net-next v6 2/3] arm64: dts: nuvoton: Add Ethernet nodes Joey Lu
2025-01-03 6:32 ` Joey Lu
2025-01-03 6:32 ` [PATCH net-next v6 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family Joey Lu
2025-01-03 6:32 ` Joey Lu
2025-01-03 16:27 ` Andrew Lunn
2025-01-03 16:27 ` Andrew Lunn
2025-01-03 16:38 ` Christophe JAILLET
2025-01-03 16:38 ` Christophe JAILLET
2025-01-07 3:55 ` Joey Lu
2025-01-07 3:55 ` Joey Lu
2025-01-07 0:30 ` Jakub Kicinski [this message]
2025-01-07 0:30 ` [PATCH net-next v6 0/3] Add support for Nuvoton MA35D1 GMAC Jakub Kicinski
2025-01-07 6:38 ` Joey Lu
2025-01-07 6:38 ` Joey Lu
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=20250106163054.79cdd533@kernel.org \
--to=kuba@kernel.org \
--cc=a0987203069@gmail.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=joabreu@synopsys.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=openbmc@lists.ozlabs.org \
--cc=pabeni@redhat.com \
--cc=peppe.cavallaro@st.com \
--cc=richardcochran@gmail.com \
--cc=robh@kernel.org \
--cc=schung@nuvoton.com \
--cc=ychuang3@nuvoton.com \
--cc=yclu4@nuvoton.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.