public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/6] net: dsa: lantiq: add support for Intel GSW150
@ 2026-01-17  1:15 Daniel Golle
  2026-01-17  1:16 ` [PATCH net-next v4 1/6] dt-bindings: net: dsa: lantiq,gswip: use correct node name Daniel Golle
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Daniel Golle @ 2026-01-17  1:15 UTC (permalink / raw)
  To: Hauke Mehrtens, Andrew Lunn, Vladimir Oltean, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Russell King, netdev,
	devicetree, linux-kernel
  Cc: Chen Minqiang, Xinfa Deng

The Intel GSW150 Ethernet Switch (aka. Lantiq PEB7084) is the predecessor of
MaxLinear's GSW1xx series of switches. It shares most features, but has a
slightly different port layout and different MII interfaces.
Adding support for this switch to the mxl-gsw1xx driver is quite trivial.
---
Changes since v3:
 * spell out mii_cfg and mii_pcdu values in struct gswip_hw_info instead
   of using default initializer which requires diag exception

Changes since v2:
 * enclose the gswip_hw_info initializers in compiler diag exception
   to prevent triggering -Woverride-init

Changes since initial submission:
 * add patch fixing node naming convention for dt-bindings
 * introduce GSWIP_MAX_PORTS macro
 * don't assert SGMII PCS reset in case chip doesn't have SGMII
 * use case ranges in phylink_get_caps

Daniel Golle (6):
  dt-bindings: net: dsa: lantiq,gswip: use correct node name
  dt-bindings: net: dsa: lantiq,gswip: add Intel GSW150
  net: dsa: lantiq: allow arbitrary MII registers
  net: dsa: lantiq: clean up phylink_get_caps switch statement
  net: dsa: mxl-gsw1xx: only setup SerDes PCS if it exists
  net: dsa: mxl-gsw1xx: add support for Intel GSW150

 .../bindings/net/dsa/lantiq,gswip.yaml        |   6 +-
 drivers/net/dsa/lantiq/lantiq_gswip.c         |  47 ++++--
 drivers/net/dsa/lantiq/lantiq_gswip.h         |   6 +-
 drivers/net/dsa/lantiq/lantiq_gswip_common.c  |  27 +---
 drivers/net/dsa/lantiq/mxl-gsw1xx.c           | 146 ++++++++++++++----
 drivers/net/dsa/lantiq/mxl-gsw1xx.h           |   2 +
 6 files changed, 161 insertions(+), 73 deletions(-)

-- 
2.52.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-17 20:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-17  1:15 [PATCH net-next v4 0/6] net: dsa: lantiq: add support for Intel GSW150 Daniel Golle
2026-01-17  1:16 ` [PATCH net-next v4 1/6] dt-bindings: net: dsa: lantiq,gswip: use correct node name Daniel Golle
2026-01-17  1:16 ` [PATCH net-next v4 2/6] dt-bindings: net: dsa: lantiq,gswip: add Intel GSW150 Daniel Golle
2026-01-17  1:19 ` [PATCH net-next v4 3/6] net: dsa: lantiq: allow arbitrary MII registers Daniel Golle
2026-01-17 11:15   ` kernel test robot
2026-01-17 20:05   ` kernel test robot
2026-01-17  1:20 ` [PATCH net-next v4 4/6] net: dsa: lantiq: clean up phylink_get_caps switch statement Daniel Golle
2026-01-17  1:20 ` [PATCH net-next v4 5/6] net: dsa: mxl-gsw1xx: only setup SerDes PCS if it exists Daniel Golle
2026-01-17  1:21 ` [PATCH net-next v4 6/6] net: dsa: mxl-gsw1xx: add support for Intel GSW150 Daniel Golle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox