]> www.infradead.org Git - users/willy/xarray.git/commit
Merge branch 'net-stmmac-dwmac4-fixes-issues-in-dwmac4'
authorJakub Kicinski <kuba@kernel.org>
Tue, 12 Nov 2024 00:45:30 +0000 (16:45 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 12 Nov 2024 00:45:31 +0000 (16:45 -0800)
commitaf9a58911f7c1b19ab4e1a9bf4f2c917df22f4e5
tree5de31bef2697652dc3039754f463f5e2c2a2e44f
parentbc3d60bd4c91c338d44ad7d8a7389e3663e3ecb5
parent671672977012b8ef89fe4e6d6965a2e6b45f3523
Merge branch 'net-stmmac-dwmac4-fixes-issues-in-dwmac4'

Ley Foon Tan says:

====================
net: stmmac: dwmac4: Fixes issues in dwmac4

This patch series fixes issues in the dwmac4 driver. These three patches
don't cause any user-visible issues, so they are targeted for net-next.

Patch #1:
Corrects the masking logic in the MTL Operation Mode RTC mask and shift
macros. The current code lacks the use of the ~ operator, which is
necessary to clear the bits properly.

Patch #2:
Addresses inaccuracies in the MTL_OP_MODE_*_MASK macros. The RTC fields
are located in bits [1:0], and this patch ensures the mask and shift
macros use the appropriate values to reflect this.

Patch #3:
Moves the handling of the Receive Watchdog Timeout (RWT) out of the
Abnormal Interrupt Summary (AIS) condition. According to the databook,
the RWT interrupt is not included in the AIS.

v1: https://lore.kernel.org/20241023112005.GN402847@kernel.org
v2: https://lore.kernel.org/20241101082336.1552084-3-leyfoon.tan@starfivetech.com
====================

Link: https://patch.msgid.link/20241107063637.2122726-1-leyfoon.tan@starfivetech.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>