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 Changelog: v2: -Fix build warning drivers/net/ethernet/ti/am65-cpsw-nuss.c:562:13: warning: variable 'tmo' set but not used [-Wunused-but-set-variable] 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 | 167 +++++++++++++---------- drivers/net/ethernet/ti/cpsw_ale.c | 7 +- 2 files changed, 99 insertions(+), 75 deletions(-) -- 2.17.1