mbox series

[0/4] net: ethernet: ti: am65-cpsw: Fix set channel operation

Message ID 20221116164915.13236-1-rogerq@kernel.org (mailing list archive)
Headers show
Series net: ethernet: ti: am65-cpsw: Fix set channel operation | expand

Message

Roger Quadros Nov. 16, 2022, 4:49 p.m. UTC
Hi,

This contains a critical bug fix for the recently merged suspend/resume
support that broke set channel operation. (ethtool -L eth0 tx <n>)

Remaining patches are optimizations.

cheers,
-roger

Roger Quadros (4):
  net: ethernet: ti: am65-cpsw: Fix set channel operation
  net: ethernet: ti: am65-cpsw-nuss: Remove redundant ALE_CLEAR
  net: ethernet: ti: am65-cpsw: Restore ALE only if any interface was up
  net: ethernet: ti: cpsw_ale: optimize cpsw_ale_restore()

 drivers/net/ethernet/ti/am65-cpsw-nuss.c | 166 +++++++++++++----------
 drivers/net/ethernet/ti/cpsw_ale.c       |   7 +-
 2 files changed, 97 insertions(+), 76 deletions(-)