public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <simon.horman@corigine.com>
To: patchwork-bot+netdevbpf@kernel.org
Cc: Daniel Golle <daniel@makrotopia.org>,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	nbd@nbd.name, john@phrozen.org, sean.wang@mediatek.com,
	Mark-MC.Lee@mediatek.com, lorenzo@kernel.org,
	matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com,
	linux@armlinux.org.uk, gerg@kernel.org, bjorn@mork.no,
	f.fainelli@gmail.com, netdev@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH net-next v6 0/8] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
Date: Thu, 27 Jul 2023 14:43:41 +0200	[thread overview]
Message-ID: <ZMJmffbj+K22BgIq@corigine.com> (raw)
In-Reply-To: <169043462350.30073.405534761855593169.git-patchwork-notify@kernel.org>

On Thu, Jul 27, 2023 at 05:10:23AM +0000, patchwork-bot+netdevbpf@kernel.org wrote:
> Hello:
> 
> This series was applied to netdev/net-next.git (main)
> by Jakub Kicinski <kuba@kernel.org>:
> 
> On Tue, 25 Jul 2023 01:51:00 +0100 you wrote:
> > The MediaTek MT7988 SoC introduces a new version (3) of the NETSYS
> > block and comes with three instead of two MACs.
> > 
> > The first MAC can be internally connected to a built-in Gigabit
> > Ethernet switch with four 1000M/100M/10M twisted pair user ports.
> > 
> > The second MAC can be internally connected to a built-in 2500Base-T
> > Ethernet PHY.
> > 
> > [...]
> 
> Here is the summary with links:
>   - [net-next,v6,1/8] dt-bindings: net: mediatek,net: add missing mediatek,mt7621-eth
>     https://git.kernel.org/netdev/net-next/c/1cbf487d7d3a
>   - [net-next,v6,2/8] dt-bindings: net: mediatek,net: add mt7988-eth binding
>     https://git.kernel.org/netdev/net-next/c/c94a9aabec36
>   - [net-next,v6,3/8] net: ethernet: mtk_eth_soc: add version in mtk_soc_data
>     https://git.kernel.org/netdev/net-next/c/a008e2a84e6b
>   - [net-next,v6,4/8] net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3
>     https://git.kernel.org/netdev/net-next/c/6ca265571b9e
>   - [net-next,v6,5/8] net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNT
>     https://git.kernel.org/netdev/net-next/c/e05fd6274ee6
>   - [net-next,v6,6/8] net: ethernet: mtk_eth_soc: add NETSYS_V3 version support
>     https://git.kernel.org/netdev/net-next/c/1953f134a1a8
>   - [net-next,v6,7/8] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64
>     https://git.kernel.org/netdev/net-next/c/51a4df60db5c
>   - [net-next,v6,8/8] net: ethernet: mtk_eth_soc: convert clock bitmap to u64
>     https://git.kernel.org/netdev/net-next/c/c75e416ccfd2
>   - [v6,net-next,9/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
>     (no matching commit)

This last one seems to be:
	https://git.kernel.org/netdev/net-next/c/445eb6448ed3

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

      reply	other threads:[~2023-07-27 12:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25  0:51 [PATCH net-next v6 0/8] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC Daniel Golle
2023-07-25  0:51 ` [PATCH net-next v6 1/8] dt-bindings: net: mediatek,net: add missing mediatek,mt7621-eth Daniel Golle
2023-07-25  0:51 ` [PATCH net-next v6 2/8] dt-bindings: net: mediatek,net: add mt7988-eth binding Daniel Golle
2023-07-25  0:52 ` [PATCH net-next v6 3/8] net: ethernet: mtk_eth_soc: add version in mtk_soc_data Daniel Golle
2023-07-25  0:52 ` [PATCH net-next v6 4/8] net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3 Daniel Golle
2023-07-25  0:52 ` [PATCH net-next v6 5/8] net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNT Daniel Golle
2023-07-25  0:52 ` [PATCH net-next v6 6/8] net: ethernet: mtk_eth_soc: add NETSYS_V3 version support Daniel Golle
2023-07-25  0:53 ` [PATCH net-next v6 7/8] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64 Daniel Golle
2023-07-25  0:53 ` [PATCH net-next v6 8/8] net: ethernet: mtk_eth_soc: convert clock bitmap " Daniel Golle
2023-07-25  0:57 ` [PATCH v6 net-next 9/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC Daniel Golle
2023-07-27  5:07 ` [PATCH net-next v6 0/8] " Jakub Kicinski
2023-07-27  5:10 ` patchwork-bot+netdevbpf
2023-07-27 12:43   ` Simon Horman [this message]

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=ZMJmffbj+K22BgIq@corigine.com \
    --to=simon.horman@corigine.com \
    --cc=Mark-MC.Lee@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bjorn@mork.no \
    --cc=conor+dt@kernel.org \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=gerg@kernel.org \
    --cc=john@phrozen.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=lorenzo@kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=nbd@nbd.name \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=patchwork-bot+netdevbpf@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sean.wang@mediatek.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox