]> Git Repo - linux.git/commit
net: stmmac: Add support for DWMAC5 and implement Safety Features
authorJose Abreu <[email protected]>
Thu, 29 Mar 2018 09:40:19 +0000 (10:40 +0100)
committerDavid S. Miller <[email protected]>
Fri, 30 Mar 2018 16:32:00 +0000 (12:32 -0400)
commit8bf993a5877e8a0a2f6338085f2dee7c23f524a3
treea4a5452905bc802e15bb730470bc2b0cfb0b5dab
parent34877a15f787b594649ed375943ecc65f4342e30
net: stmmac: Add support for DWMAC5 and implement Safety Features

This adds initial suport for DWMAC5 and implements the Automotive Safety
Package which is available from core version 5.10.

The Automotive Safety Pacakge (also called Safety Features) offers us
with error protection in the core by implementing ECC Protection in
memories, on-chip data path parity protection, FSM parity and timeout
protection and Application/CSR interface timeout protection.

In case of an uncorrectable error we call stmmac_global_err() and
reconfigure the whole core.

Signed-off-by: Jose Abreu <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Joao Pinto <[email protected]>
Cc: Giuseppe Cavallaro <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/stmicro/stmmac/Makefile
drivers/net/ethernet/stmicro/stmmac/common.h
drivers/net/ethernet/stmicro/stmmac/dwmac4.h
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c
drivers/net/ethernet/stmicro/stmmac/dwmac5.c [new file with mode: 0644]
drivers/net/ethernet/stmicro/stmmac/dwmac5.h [new file with mode: 0644]
drivers/net/ethernet/stmicro/stmmac/stmmac.h
drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
This page took 0.055666 seconds and 4 git commands to generate.