mbox series

[net-next,0/5] net: stmmac: remove unnecessary initialisation of 1µs TIC counter

Message ID Z_QgOTC1hOSkIdur@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: stmmac: remove unnecessary initialisation of 1µs TIC counter | expand

Message

Russell King (Oracle) April 7, 2025, 6:58 p.m. UTC
Hi,

In commit 8efbdbfa9938 ("net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER
register"), code to initialise the LPI 1us counter in dwmac4's
initialisation was added, making the initialisation in glue drivers
unnecessary. This series cleans up the now redundant initialisation.

 .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c    | 24 +---------------------
 .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c |  9 --------
 drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c  |  8 --------
 drivers/net/ethernet/stmicro/stmmac/dwmac4.h       |  1 -
 include/linux/stmmac.h                             |  1 -
 5 files changed, 1 insertion(+), 42 deletions(-)