]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: stmmac: rk: remove incorrect _DLY_DISABLE bit definition
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Tue, 26 Aug 2025 10:22:15 +0000 (03:22 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Aug 2025 00:14:30 +0000 (17:14 -0700)
commit705609dedea1f61f0a199150994226c83f54c2db
treeb486e067dfff8581b3cb384d8e1f03204967b2b5
parentf63f21e82ecafd288b100ea161247820bf1e92c4
net: stmmac: rk: remove incorrect _DLY_DISABLE bit definition

The RK3328 GMAC clock delay macros define enable/disable controls for
TX and RX clock delay. While the TX definitions are correct, the
RXCLK_DLY_DISABLE macro incorrectly clears bit 0.

The macros RK3328_GMAC_TXCLK_DLY_DISABLE and
RK3328_GMAC_RXCLK_DLY_DISABLE are not referenced anywhere
in the driver code. Remove them to clean up unused definitions.

No functional change.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/20250826102219.49656-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c