mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Daniel Golle <daniel@makrotopia.org>
Cc: hauke@hauke-m.de, andrew@lunn.ch, olteanv@gmail.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, horms@kernel.org, linux@armlinux.org.uk,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, andreas.schirm@siemens.com,
	lukas.stockmann@siemens.com, alexander.sverdlin@siemens.com,
	peter.christen@siemens.com, ajayaraman@maxlinear.com,
	bxu@maxlinear.com, lxu@maxlinear.com, jpovazanec@maxlinear.com,
	fchan@maxlinear.com, yweng@maxlinear.com, lrosu@maxlinear.com,
	john@phrozen.org
Subject: Re: [PATCH net-next v7 00/12] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
Date: Thu, 06 Nov 2025 22:50:26 +0000	[thread overview]
Message-ID: <176246942627.378775.17231043041165490395.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1762170107.git.daniel@makrotopia.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 3 Nov 2025 12:16:57 +0000 you wrote:
> This patch series extends the existing lantiq_gswip DSA driver to
> support the MaxLinear GSW1xx family of dedicated Ethernet switch ICs.
> These switches are based on the same IP as the Lantiq/Intel GSWIP found
> in VR9 and xRX MIPS router SoCs which are currently supported by the
> lantiq_gswip driver, but they are dedicated ICs connected via MDIO
> rather than built-in components of a SoC accessible via memory-mapped
> I/O.
> 
> [...]

Here is the summary with links:
  - [net-next,v7,01/12] net: dsa: lantiq_gswip: split into common and MMIO parts
    https://git.kernel.org/netdev/net-next/c/322a1e6f3d68
  - [net-next,v7,02/12] net: dsa: lantiq_gswip: support enable/disable learning
    https://git.kernel.org/netdev/net-next/c/a7d4b05f9d74
  - [net-next,v7,03/12] net: dsa: lantiq_gswip: support Energy Efficient Ethernet
    https://git.kernel.org/netdev/net-next/c/9ec1fc0bf2b0
  - [net-next,v7,04/12] net: dsa: lantiq_gswip: set link parameters also for CPU port
    https://git.kernel.org/netdev/net-next/c/3e5ef3b1709a
  - [net-next,v7,05/12] net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID
    https://git.kernel.org/netdev/net-next/c/0c56a98560c1
  - [net-next,v7,06/12] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property
    https://git.kernel.org/netdev/net-next/c/e836824116b5
  - [net-next,v7,07/12] net: dsa: lantiq_gswip: add vendor property to setup MII refclk output
    https://git.kernel.org/netdev/net-next/c/319fd7e9d446
  - [net-next,v7,08/12] dt-bindings: net: dsa: lantiq,gswip: add support for MII delay properties
    https://git.kernel.org/netdev/net-next/c/bea0c1778611
  - [net-next,v7,09/12] net: dsa: lantiq_gswip: allow adjusting MII delays
    https://git.kernel.org/netdev/net-next/c/cdef8e47b638
  - [net-next,v7,10/12] dt-bindings: net: dsa: lantiq,gswip: add support for MaxLinear GSW1xx switches
    https://git.kernel.org/netdev/net-next/c/e1bb4b36a7ae
  - [net-next,v7,11/12] net: dsa: add tagging driver for MaxLinear GSW1xx switch family
    https://git.kernel.org/netdev/net-next/c/c6230446b1a6
  - [net-next,v7,12/12] net: dsa: add driver for MaxLinear GSW1xx switch family
    https://git.kernel.org/netdev/net-next/c/22335939ec90

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



      parent reply	other threads:[~2025-11-06 22:50 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-03 12:16 Daniel Golle
2025-11-03 12:18 ` [PATCH net-next v7 01/12] net: dsa: lantiq_gswip: split into common and MMIO parts Daniel Golle
2025-11-03 12:18 ` [PATCH net-next v7 02/12] net: dsa: lantiq_gswip: support enable/disable learning Daniel Golle
2025-11-03 12:19 ` [PATCH net-next v7 03/12] net: dsa: lantiq_gswip: support Energy Efficient Ethernet Daniel Golle
2025-11-03 12:19 ` [PATCH net-next v7 04/12] net: dsa: lantiq_gswip: set link parameters also for CPU port Daniel Golle
2025-11-03 12:19 ` [PATCH net-next v7 05/12] net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID Daniel Golle
2025-11-03 12:19 ` [PATCH net-next v7 06/12] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property Daniel Golle
2025-11-04  7:47   ` Krzysztof Kozlowski
2025-11-03 12:19 ` [PATCH net-next v7 07/12] net: dsa: lantiq_gswip: add vendor property to setup MII refclk output Daniel Golle
2025-11-03 12:19 ` [PATCH net-next v7 08/12] dt-bindings: net: dsa: lantiq,gswip: add support for MII delay properties Daniel Golle
2025-11-03 12:20 ` [PATCH net-next v7 09/12] net: dsa: lantiq_gswip: allow adjusting MII delays Daniel Golle
2025-11-03 12:20 ` [PATCH net-next v7 10/12] dt-bindings: net: dsa: lantiq,gswip: add support for MaxLinear GSW1xx switches Daniel Golle
2025-11-04  7:48   ` Krzysztof Kozlowski
2025-11-03 12:20 ` [PATCH net-next v7 11/12] net: dsa: add tagging driver for MaxLinear GSW1xx switch family Daniel Golle
2025-11-03 12:20 ` [PATCH net-next v7 12/12] net: dsa: add " Daniel Golle
2025-11-04  8:03   ` Sverdlin, Alexander
2025-11-06 14:38     ` Paolo Abeni
2025-11-06 15:26       ` Sverdlin, Alexander
2025-11-06 15:30       ` Vladimir Oltean
2025-11-06 15:27     ` Vladimir Oltean
2025-11-06 16:26       ` Sverdlin, Alexander
2025-11-06 16:36         ` Sverdlin, Alexander
2025-11-06 17:29           ` Vladimir Oltean
2025-11-06 17:36             ` Sverdlin, Alexander
2025-11-06 22:50 ` patchwork-bot+netdevbpf [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=176246942627.378775.17231043041165490395.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ajayaraman@maxlinear.com \
    --cc=alexander.sverdlin@siemens.com \
    --cc=andreas.schirm@siemens.com \
    --cc=andrew@lunn.ch \
    --cc=bxu@maxlinear.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=fchan@maxlinear.com \
    --cc=hauke@hauke-m.de \
    --cc=horms@kernel.org \
    --cc=john@phrozen.org \
    --cc=jpovazanec@maxlinear.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=lrosu@maxlinear.com \
    --cc=lukas.stockmann@siemens.com \
    --cc=lxu@maxlinear.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=peter.christen@siemens.com \
    --cc=robh@kernel.org \
    --cc=yweng@maxlinear.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