All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH net-next 00/11] net: dsa: microchip: lan937x: add switch cascade support
@ 2023-02-02 12:59 Rakesh Sankaranarayanan
  2023-02-02 12:59 ` [RFC PATCH net-next 01/11] net: dsa: microchip: lan937x: add cascade tailtag Rakesh Sankaranarayanan
                   ` (10 more replies)
  0 siblings, 11 replies; 28+ messages in thread
From: Rakesh Sankaranarayanan @ 2023-02-02 12:59 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: andrew, f.fainelli, olteanv, davem, edumazet, kuba, pabeni,
	woojung.huh, UNGLinuxDriver, linux

LAN937x switch series support cascade mode of operation, in which two
switch can be connected to work like a single switch having the
advantage of increased number of ports. Two switches can be connected
using SPI, and a dedicated port from each switch will be inter-connected 
forming a data path between two switches, known as cascaded port.

This patch series add support for cascade mode of operation using SPI
protocol and configures cascaded ports from each switches based on the
requirement.

Patch series tested on LAN9373 Dual Board, which is a custom board
with two LAN9373 switches connected in cascaded mode, and PORT 4
used as cascaded port from each switch.

Rakesh Sankaranarayanan (11):
  net: dsa: microchip: lan937x: add cascade tailtag
  net: dsa: microchip: lan937x: update SMI index
  net: dsa: microchip: lan937x: enable cascade port
  net: dsa: microchip: lan937x: update port number for LAN9373
  net: dsa: microchip: lan937x: add shared global interrupt
  net: dsa: microchip: lan937x: get cascade tag protocol
  net: dsa: microchip: lan937x: update switch register
  net: dsa: microchip: lan937x: avoid mib read for cascaded port
  net: dsa: microchip: lan937x: update port membership with dsa port
  net: dsa: microchip: lan937x: update vlan untag membership
  net: dsa: microchip: lan937x: update multicast table

 drivers/net/dsa/microchip/ksz9477.c      |  8 ++-
 drivers/net/dsa/microchip/ksz_common.c   | 47 ++++++++++----
 drivers/net/dsa/microchip/ksz_common.h   |  3 +
 drivers/net/dsa/microchip/lan937x.h      |  1 +
 drivers/net/dsa/microchip/lan937x_main.c | 33 +++++++++-
 drivers/net/dsa/microchip/lan937x_reg.h  |  3 +
 include/net/dsa.h                        | 17 +++++
 net/dsa/tag_ksz.c                        | 80 ++++++++++++++++++++++--
 8 files changed, 173 insertions(+), 19 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-02-06 14:39 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 12:59 [RFC PATCH net-next 00/11] net: dsa: microchip: lan937x: add switch cascade support Rakesh Sankaranarayanan
2023-02-02 12:59 ` [RFC PATCH net-next 01/11] net: dsa: microchip: lan937x: add cascade tailtag Rakesh Sankaranarayanan
2023-02-03 23:10   ` Vladimir Oltean
2023-02-04  8:35   ` kernel test robot
2023-02-02 12:59 ` [RFC PATCH net-next 02/11] net: dsa: microchip: lan937x: update SMI index Rakesh Sankaranarayanan
2023-02-03 23:18   ` Vladimir Oltean
2023-02-02 12:59 ` [RFC PATCH net-next 03/11] net: dsa: microchip: lan937x: enable cascade port Rakesh Sankaranarayanan
2023-02-03 23:24   ` Vladimir Oltean
2023-02-02 12:59 ` [RFC PATCH net-next 04/11] net: dsa: microchip: lan937x: update port number for LAN9373 Rakesh Sankaranarayanan
2023-02-02 15:19   ` Andrew Lunn
2023-02-03 10:43     ` Rakesh.Sankaranarayanan
2023-02-03 23:26       ` Vladimir Oltean
2023-02-06 14:38         ` Arun.Ramadoss
2023-02-02 12:59 ` [RFC PATCH net-next 05/11] net: dsa: microchip: lan937x: add shared global interrupt Rakesh Sankaranarayanan
2023-02-02 15:25   ` Andrew Lunn
2023-02-02 12:59 ` [RFC PATCH net-next 06/11] net: dsa: microchip: lan937x: get cascade tag protocol Rakesh Sankaranarayanan
2023-02-03 23:30   ` Vladimir Oltean
2023-02-02 12:59 ` [RFC PATCH net-next 07/11] net: dsa: microchip: lan937x: update switch register Rakesh Sankaranarayanan
2023-02-02 15:40   ` Andrew Lunn
2023-02-03 10:48     ` Rakesh.Sankaranarayanan
2023-02-03 23:37     ` Vladimir Oltean
2023-02-02 12:59 ` [RFC PATCH net-next 08/11] net: dsa: microchip: lan937x: avoid mib read for cascaded port Rakesh Sankaranarayanan
2023-02-02 15:45   ` Andrew Lunn
2023-02-02 12:59 ` [RFC PATCH net-next 09/11] net: dsa: microchip: lan937x: update port membership with dsa port Rakesh Sankaranarayanan
2023-02-03 23:47   ` Vladimir Oltean
2023-02-02 12:59 ` [RFC PATCH net-next 10/11] net: dsa: microchip: lan937x: update vlan untag membership Rakesh Sankaranarayanan
2023-02-03 23:48   ` Vladimir Oltean
2023-02-02 12:59 ` [RFC PATCH net-next 11/11] net: dsa: microchip: lan937x: update multicast table Rakesh Sankaranarayanan

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.