mbox series

[net-next,0/6] net: ethernet: ti: am65-cpsw: update and enable sr2.0 soc

Message ID 20200626181709.22635-1-grygorii.strashko@ti.com
Headers show
Series net: ethernet: ti: am65-cpsw: update and enable sr2.0 soc | expand

Message

Grygorii Strashko June 26, 2020, 6:17 p.m. UTC
Hi

This series contains set of improvements for TI AM654x/J721E CPSW2G driver and
adds support for TI AM654x SR2.0 SoC.

Patch 1: adds vlans restoration after "if down/up"
Patches 2-5: improvments
Patch 6: adds support for TI AM654x SR2.0 SoC which allows to disable errata i2027 W/A.
By default, errata i2027 W/A (TX csum offload disabled) is enabled on AM654x SoC
for backward compatibility, unless SR2.0 SoC is identified using SOC BUS framework.

Grygorii Strashko (6):
  net: ethernet: ti: am65-cpsw-nuss: restore vlan configuration while
    down/up
  net: ethernet: ti: am65-cpsw: move to pf_p0_rx_ptype_rrobin init in
    probe
  net: ethernet: ti: am65-cpsw-nuss: fix ports mac sl initialization
  net: ethernet: ti: am65-cpsw-ethtool: skip hw cfg when change
    p0-rx-ptype-rrobin
  net: ethernet: ti: am65-cpsw-ethtool: configured critical setting only
    when no running netdevs
  net: ethernet: ti: am65-cpsw-nuss: enable am65x sr2.0 support

 drivers/net/ethernet/ti/am65-cpsw-ethtool.c |  6 +-
 drivers/net/ethernet/ti/am65-cpsw-nuss.c    | 77 +++++++++++++++++----
 drivers/net/ethernet/ti/am65-cpsw-nuss.h    |  2 +-
 3 files changed, 69 insertions(+), 16 deletions(-)

-- 
2.17.1

Comments

David Miller June 30, 2020, 12:06 a.m. UTC | #1
From: Grygorii Strashko <grygorii.strashko@ti.com>

Date: Fri, 26 Jun 2020 21:17:03 +0300

> This series contains set of improvements for TI AM654x/J721E CPSW2G driver and

> adds support for TI AM654x SR2.0 SoC.

> 

> Patch 1: adds vlans restoration after "if down/up"

> Patches 2-5: improvments

> Patch 6: adds support for TI AM654x SR2.0 SoC which allows to disable errata i2027 W/A.

> By default, errata i2027 W/A (TX csum offload disabled) is enabled on AM654x SoC

> for backward compatibility, unless SR2.0 SoC is identified using SOC BUS framework.


Series applied to net-next, thank you.