public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: dsa: microchip: add SGMII port support to KSZ9477 switch
@ 2024-08-09 23:38 Tristram.Ha
  2024-08-09 23:38 ` [PATCH net-next 1/4] dt-bindings: " Tristram.Ha
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Tristram.Ha @ 2024-08-09 23:38 UTC (permalink / raw)
  To: Woojung Huh, UNGLinuxDriver, devicetree, Andrew Lunn,
	Florian Fainelli, Vladimir Oltean, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Marek Vasut, netdev, linux-kernel, Tristram Ha

From: Tristram Ha <tristram.ha@microchip.com>

This series of patches is to add SGMII port support to KSZ9477 switch.

As the SGMII module has its own interrupt for link indication the common
code needs to be prepared to allow KSZ9477 to handle other interrupts
that are not passed to other drivers such as PHY.

The SGMII port is simulated as having a regular PHY as there is not much
to do with that port except reporting link on/off and connecting speed.

Tristram Ha (4):
  dt-bindings: net: dsa: microchip: add SGMII port support to KSZ9477
    switch
  net: dsa: microchip: support global switch interrupt in KSZ DSA driver
  net: dsa: microchip: handle most interrupts in KSZ9477/KSZ9893 switch
    families
  net: dsa: microchip: add SGMII port support to KSZ9477 switch

 .../bindings/net/dsa/microchip,ksz.yaml       |  12 +
 drivers/net/dsa/microchip/ksz9477.c           | 404 +++++++++++++++++-
 drivers/net/dsa/microchip/ksz9477.h           |   6 +-
 drivers/net/dsa/microchip/ksz9477_reg.h       |  10 +-
 drivers/net/dsa/microchip/ksz_common.c        |  45 +-
 drivers/net/dsa/microchip/ksz_common.h        |  11 +-
 6 files changed, 477 insertions(+), 11 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-08-15 22:51 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 23:38 [PATCH net-next 0/4] net: dsa: microchip: add SGMII port support to KSZ9477 switch Tristram.Ha
2024-08-09 23:38 ` [PATCH net-next 1/4] dt-bindings: " Tristram.Ha
2024-08-10  0:20   ` Rob Herring (Arm)
2024-08-10 11:48   ` Krzysztof Kozlowski
2024-08-13 23:09     ` Tristram.Ha
2024-08-14  6:12       ` Krzysztof Kozlowski
2024-08-14 22:32         ` Tristram.Ha
2024-08-10 17:26   ` Andrew Lunn
2024-08-13 21:14     ` Tristram.Ha
2024-08-13 21:32       ` Andrew Lunn
2024-08-13 22:17         ` Tristram.Ha
2024-08-14 13:50           ` Andrew Lunn
2024-08-14 22:30             ` Tristram.Ha
2024-08-14 22:40               ` Andrew Lunn
2024-08-15 21:54                 ` Tristram.Ha
2024-08-15 22:50                   ` Andrew Lunn
2024-08-09 23:38 ` [PATCH net-next 2/4] net: dsa: microchip: support global switch interrupt in KSZ DSA driver Tristram.Ha
2024-08-09 23:38 ` [PATCH net-next 3/4] net: dsa: microchip: handle most interrupts in KSZ9477/KSZ9893 switch families Tristram.Ha
2024-08-10 17:43   ` Sai Krishna Gajula
2024-08-10 17:44   ` Andrew Lunn
2024-08-13 22:24     ` Tristram.Ha
2024-08-14 13:55       ` Andrew Lunn
2024-08-09 23:38 ` [PATCH net-next 4/4] net: dsa: microchip: add SGMII port support to KSZ9477 switch Tristram.Ha
2024-08-10 17:52   ` Andrew Lunn
2024-08-13 20:59     ` Tristram.Ha
2024-08-11 16:32   ` Andrew Lunn
2024-08-13 20:54     ` Tristram.Ha

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