Message ID | 20241109-mediatek-mac-wol-noninverted-v2-0-0e264e213878@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sat, 09 Nov 2024 10:16:31 -0500 you wrote: > This series fixes the inverted handling of the mediatek,mac-wol DT > property. This was done with backwards compatibility in v1, but based on > the feedback received, all boards should be using MAC WOL, so many of > them were incorrectly described and didn't have working WOL tested > anyway. So for v2, the approach is simpler: just fix the driver handling > and update the DTs to enable MAC WOL everywhere. > > [...] Here is the summary with links: - [v2,1/2] net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol https://git.kernel.org/netdev/net/c/a03b18a71c12 - [v2,2/2] arm64: dts: mediatek: Set mediatek,mac-wol on DWMAC node for all boards (no matching commit) You are awesome, thank you!
This series fixes the inverted handling of the mediatek,mac-wol DT property. This was done with backwards compatibility in v1, but based on the feedback received, all boards should be using MAC WOL, so many of them were incorrectly described and didn't have working WOL tested anyway. So for v2, the approach is simpler: just fix the driver handling and update the DTs to enable MAC WOL everywhere. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> --- Changes in v2: - Dropped introduction of new property mediatek,mac-wol-noninverted for backwards compatibility - Set MAC WOL for every DT - Link to v1: https://lore.kernel.org/r/20241101-mediatek-mac-wol-noninverted-v1-0-75b81808717a@collabora.com --- Nícolas F. R. A. Prado (2): net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol arm64: dts: mediatek: Set mediatek,mac-wol on DWMAC node for all boards arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 1 + arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 1 + arch/arm64/boot/dts/mediatek/mt8395-kontron-3-5-sbc-i1200.dts | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) --- base-commit: c88416ba074a8913cf6d61b789dd834bbca6681c change-id: 20241101-mediatek-mac-wol-noninverted-198c6c404536 Best regards,