All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Daniel Golle <daniel@makrotopia.org>
Cc: "David S. Miller" <davem@davemloft.net>,
	"Eric Dumazet" <edumazet@google.com>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Felix Fietkau" <nbd@nbd.name>, "John Crispin" <john@phrozen.org>,
	"Sean Wang" <sean.wang@mediatek.com>,
	"Mark Lee" <Mark-MC.Lee@mediatek.com>,
	"Lorenzo Bianconi" <lorenzo@kernel.org>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Greg Ungerer" <gerg@kernel.org>, "Bjørn Mork" <bjorn@mork.no>,
	"Florian Fainelli" <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: Wed, 26 Jul 2023 22:07:30 -0700	[thread overview]
Message-ID: <20230726220730.6f78c790@kernel.org> (raw)
In-Reply-To: <cover.1690246066.git.daniel@makrotopia.org>

On Tue, 25 Jul 2023 01:51:00 +0100 Daniel Golle 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.
> 
> There are two SerDes units which can be operated in USXGMII, 10GBase-(K)R,
> 5GBase-R, 2500Base-X, 1000Base-X or SGMII interface mode.
> 
> This series adds initial support for NETSYS v3 and the first MAC of the
> MT7988 SoC connecting the built-in DSA switch.
> 
> The switch is supported since commit 110c18bfed414 ("net: dsa: mt7530:
> introduce driver for MT7988 built-in switch").
> 
> Basic support for the 1000M/100M/10M built-in PHYs connected to the
> switch ports is present since commit ("98c485eaf509b net: phy: add
> driver for MediaTek SoC built-in GE PHYs").

This was dangerously close to Russell's recent work.
Do double check that I haven't fumbled applying it..


WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Daniel Golle <daniel@makrotopia.org>
Cc: "David S. Miller" <davem@davemloft.net>,
	"Eric Dumazet" <edumazet@google.com>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Felix Fietkau" <nbd@nbd.name>, "John Crispin" <john@phrozen.org>,
	"Sean Wang" <sean.wang@mediatek.com>,
	"Mark Lee" <Mark-MC.Lee@mediatek.com>,
	"Lorenzo Bianconi" <lorenzo@kernel.org>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Greg Ungerer" <gerg@kernel.org>, "Bjørn Mork" <bjorn@mork.no>,
	"Florian Fainelli" <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: Wed, 26 Jul 2023 22:07:30 -0700	[thread overview]
Message-ID: <20230726220730.6f78c790@kernel.org> (raw)
In-Reply-To: <cover.1690246066.git.daniel@makrotopia.org>

On Tue, 25 Jul 2023 01:51:00 +0100 Daniel Golle 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.
> 
> There are two SerDes units which can be operated in USXGMII, 10GBase-(K)R,
> 5GBase-R, 2500Base-X, 1000Base-X or SGMII interface mode.
> 
> This series adds initial support for NETSYS v3 and the first MAC of the
> MT7988 SoC connecting the built-in DSA switch.
> 
> The switch is supported since commit 110c18bfed414 ("net: dsa: mt7530:
> introduce driver for MT7988 built-in switch").
> 
> Basic support for the 1000M/100M/10M built-in PHYs connected to the
> switch ports is present since commit ("98c485eaf509b net: phy: add
> driver for MediaTek SoC built-in GE PHYs").

This was dangerously close to Russell's recent work.
Do double check that I haven't fumbled applying it..

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-07-27  5:07 UTC|newest]

Thread overview: 16+ 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 ` Jakub Kicinski [this message]
2023-07-27  5:07   ` [PATCH net-next v6 0/8] " Jakub Kicinski
2023-07-27  5:10 ` patchwork-bot+netdevbpf
2023-07-27  5:10   ` patchwork-bot+netdevbpf
2023-07-27 12:43   ` Simon Horman
2023-07-27 12:43     ` Simon Horman

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=20230726220730.6f78c790@kernel.org \
    --to=kuba@kernel.org \
    --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=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=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 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.