Message ID | cover.1681994362.git.daniel@makrotopia.org |
---|---|
Headers | show |
Series | net: ethernet: mtk_eth_soc: use WO firmware for MT7981 | expand |
On 20/04/2023 18:04, Daniel Golle wrote: > Add compatible string for mediatek,mt7981-wed as MT7981 also supports > RX WED just like MT7986, but needs a different firmware file. > > Signed-off-by: Daniel Golle <daniel@makrotopia.org> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 20 Apr 2023 17:04:02 +0100 you wrote: > In order to support wireless offloading on MT7981 we need to load the > appropriate firmware. Recognize MT7981 by introducing a new DT compatible > and load mt7981_wo.bin if it is set. > > Changes since v1: > * retain alphabetic order in dt-bindings > > [...] Here is the summary with links: - [v2,1/2] dt-bindings: net: mediatek: add WED RX binding for MT7981 eth driver https://git.kernel.org/netdev/net/c/cf88231d9739 - [v2,2/2] net: ethernet: mtk_eth_soc: use WO firmware for MT7981 https://git.kernel.org/netdev/net/c/86ce0d09e424 You are awesome, thank you!