linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] net: ti: am65-cpsw-nuss: Add switchdev driver
@ 2021-02-11 10:56 Vignesh Raghavendra
  2021-02-11 10:56 ` [PATCH v2 1/4] net: ti: am65-cpsw-nuss: Add devlink support Vignesh Raghavendra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vignesh Raghavendra @ 2021-02-11 10:56 UTC (permalink / raw)
  To: David S Miller, Jakub Kicinski, Jonathan Corbet, Jiri Pirko
  Cc: Andrew Lunn, Grygorii Strashko, Vignesh Raghavendra, linux-doc,
	netdev, linux-kernel, Linux ARM Mailing List

This series adds switchdev support for AM65 CPSW NUSS driver to support
multi port CPSW present on J721e and AM64 SoCs.
It adds devlink hook to switch b/w switch mode and multi mac mode.

v2:
Rebased on latest net-next
Update patch 1/4 with rationale for using devlink

Vignesh Raghavendra (4):
  net: ti: am65-cpsw-nuss: Add devlink support
  net: ti: am65-cpsw-nuss: Add netdevice notifiers
  net: ti: am65-cpsw-nuss: Add switchdev support
  docs: networking: ti: Add driver doc for AM65 NUSS switch driver

 .../device_drivers/ethernet/index.rst         |   1 +
 .../ethernet/ti/am65_nuss_cpsw_switchdev.rst  | 143 +++++
 .../devlink/am65-nuss-cpsw-switch.rst         |  26 +
 Documentation/networking/devlink/index.rst    |   1 +
 drivers/net/ethernet/ti/Kconfig               |  10 +
 drivers/net/ethernet/ti/Makefile              |   1 +
 drivers/net/ethernet/ti/am65-cpsw-nuss.c      | 511 ++++++++++++++++-
 drivers/net/ethernet/ti/am65-cpsw-nuss.h      |  26 +
 drivers/net/ethernet/ti/am65-cpsw-switchdev.c | 533 ++++++++++++++++++
 drivers/net/ethernet/ti/am65-cpsw-switchdev.h |  34 ++
 10 files changed, 1267 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/networking/device_drivers/ethernet/ti/am65_nuss_cpsw_switchdev.rst
 create mode 100644 Documentation/networking/devlink/am65-nuss-cpsw-switch.rst
 create mode 100644 drivers/net/ethernet/ti/am65-cpsw-switchdev.c
 create mode 100644 drivers/net/ethernet/ti/am65-cpsw-switchdev.h

-- 
2.30.0


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

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

end of thread, other threads:[~2021-02-12  2:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 10:56 [PATCH v2 0/4] net: ti: am65-cpsw-nuss: Add switchdev driver Vignesh Raghavendra
2021-02-11 10:56 ` [PATCH v2 1/4] net: ti: am65-cpsw-nuss: Add devlink support Vignesh Raghavendra
2021-02-11 10:56 ` [PATCH v2 2/4] net: ti: am65-cpsw-nuss: Add netdevice notifiers Vignesh Raghavendra
2021-02-11 10:56 ` [PATCH v2 3/4] net: ti: am65-cpsw-nuss: Add switchdev support Vignesh Raghavendra
2021-02-11 10:56 ` [PATCH v2 4/4] docs: networking: ti: Add driver doc for AM65 NUSS switch driver Vignesh Raghavendra
2021-02-12  2:10 ` [PATCH v2 0/4] net: ti: am65-cpsw-nuss: Add switchdev driver patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).