* [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware
@ 2024-10-26 13:52 Daniel Golle
2024-10-28 12:41 ` Andrew Lunn
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Daniel Golle @ 2024-10-26 13:52 UTC (permalink / raw)
To: linux-mediatek, linux-arm-kernel, linux-kernel, netdev,
Sujuan Chen, AngeloGioacchino Del Regno, Matthias Brugger,
Paolo Abeni, Jakub Kicinski, Eric Dumazet, David S. Miller,
Andrew Lunn, Lorenzo Bianconi, Mark Lee, Sean Wang, Felix Fietkau,
John Crispin
linux-firmware commit 808cba84 ("mtk_wed: add firmware for mt7988
Wireless Ethernet Dispatcher") added mt7988_wo_{0,1}.bin in the
'mediatek/mt7988' directory while driver current expects the files in
the 'mediatek' directory.
Change path in the driver header now that the firmware has been added.
Fixes: e2f64db13aa1 ("net: ethernet: mtk_wed: introduce WED support for MT7988")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
drivers/net/ethernet/mediatek/mtk_wed_wo.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/mediatek/mtk_wed_wo.h b/drivers/net/ethernet/mediatek/mtk_wed_wo.h
index 87a67fa3868d..c01b1e8428f6 100644
--- a/drivers/net/ethernet/mediatek/mtk_wed_wo.h
+++ b/drivers/net/ethernet/mediatek/mtk_wed_wo.h
@@ -91,8 +91,8 @@ enum mtk_wed_dummy_cr_idx {
#define MT7981_FIRMWARE_WO "mediatek/mt7981_wo.bin"
#define MT7986_FIRMWARE_WO0 "mediatek/mt7986_wo_0.bin"
#define MT7986_FIRMWARE_WO1 "mediatek/mt7986_wo_1.bin"
-#define MT7988_FIRMWARE_WO0 "mediatek/mt7988_wo_0.bin"
-#define MT7988_FIRMWARE_WO1 "mediatek/mt7988_wo_1.bin"
+#define MT7988_FIRMWARE_WO0 "mediatek/mt7988/mt7988_wo_0.bin"
+#define MT7988_FIRMWARE_WO1 "mediatek/mt7988/mt7988_wo_1.bin"
#define MTK_WO_MCU_CFG_LS_BASE 0
#define MTK_WO_MCU_CFG_LS_HW_VER_ADDR (MTK_WO_MCU_CFG_LS_BASE + 0x000)
--
2.47.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware
2024-10-26 13:52 [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware Daniel Golle
@ 2024-10-28 12:41 ` Andrew Lunn
2024-10-28 16:03 ` AngeloGioacchino Del Regno
2024-10-31 1:30 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2024-10-28 12:41 UTC (permalink / raw)
To: Daniel Golle
Cc: linux-mediatek, linux-arm-kernel, linux-kernel, netdev,
Sujuan Chen, AngeloGioacchino Del Regno, Matthias Brugger,
Paolo Abeni, Jakub Kicinski, Eric Dumazet, David S. Miller,
Andrew Lunn, Lorenzo Bianconi, Mark Lee, Sean Wang, Felix Fietkau,
John Crispin
On Sat, Oct 26, 2024 at 02:52:25PM +0100, Daniel Golle wrote:
> linux-firmware commit 808cba84 ("mtk_wed: add firmware for mt7988
> Wireless Ethernet Dispatcher") added mt7988_wo_{0,1}.bin in the
> 'mediatek/mt7988' directory while driver current expects the files in
> the 'mediatek' directory.
>
> Change path in the driver header now that the firmware has been added.
>
> Fixes: e2f64db13aa1 ("net: ethernet: mtk_wed: introduce WED support for MT7988")
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware
2024-10-26 13:52 [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware Daniel Golle
2024-10-28 12:41 ` Andrew Lunn
@ 2024-10-28 16:03 ` AngeloGioacchino Del Regno
2024-10-31 1:30 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-10-28 16:03 UTC (permalink / raw)
To: Daniel Golle, linux-mediatek, linux-arm-kernel, linux-kernel,
netdev, Sujuan Chen, Matthias Brugger, Paolo Abeni,
Jakub Kicinski, Eric Dumazet, David S. Miller, Andrew Lunn,
Lorenzo Bianconi, Mark Lee, Sean Wang, Felix Fietkau,
John Crispin
Il 26/10/24 15:52, Daniel Golle ha scritto:
> linux-firmware commit 808cba84 ("mtk_wed: add firmware for mt7988
> Wireless Ethernet Dispatcher") added mt7988_wo_{0,1}.bin in the
> 'mediatek/mt7988' directory while driver current expects the files in
> the 'mediatek' directory.
>
> Change path in the driver header now that the firmware has been added.
>
> Fixes: e2f64db13aa1 ("net: ethernet: mtk_wed: introduce WED support for MT7988")
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware
2024-10-26 13:52 [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware Daniel Golle
2024-10-28 12:41 ` Andrew Lunn
2024-10-28 16:03 ` AngeloGioacchino Del Regno
@ 2024-10-31 1:30 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-31 1:30 UTC (permalink / raw)
To: Daniel Golle
Cc: linux-mediatek, linux-arm-kernel, linux-kernel, netdev,
sujuan.chen, angelogioacchino.delregno, matthias.bgg, pabeni,
kuba, edumazet, davem, andrew+netdev, lorenzo, Mark-MC.Lee,
sean.wang, nbd, john
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 26 Oct 2024 14:52:25 +0100 you wrote:
> linux-firmware commit 808cba84 ("mtk_wed: add firmware for mt7988
> Wireless Ethernet Dispatcher") added mt7988_wo_{0,1}.bin in the
> 'mediatek/mt7988' directory while driver current expects the files in
> the 'mediatek' directory.
>
> Change path in the driver header now that the firmware has been added.
>
> [...]
Here is the summary with links:
- [net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware
https://git.kernel.org/netdev/net/c/637f41476384
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-31 1:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-26 13:52 [PATCH net] net: ethernet: mtk_wed: fix path of MT7988 WO firmware Daniel Golle
2024-10-28 12:41 ` Andrew Lunn
2024-10-28 16:03 ` AngeloGioacchino Del Regno
2024-10-31 1:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).