* [PATCH net] net: airoha: npu: Add missing MODULE_FIRMWARE macros
@ 2025-07-31 10:25 Lorenzo Bianconi
2025-07-31 14:52 ` Andrew Lunn
0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Bianconi @ 2025-07-31 10:25 UTC (permalink / raw)
To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni
Cc: linux-arm-kernel, linux-mediatek, netdev, Lorenzo Bianconi
Introduce missing MODULE_FIRMWARE definitions for firmware autoload.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
drivers/net/ethernet/airoha/airoha_npu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ethernet/airoha/airoha_npu.c b/drivers/net/ethernet/airoha/airoha_npu.c
index 9ab964c536e11173e3e3bb4854b4f886c75a0051..a802f95df99dd693293b1c0cc0fbf09afab2c835 100644
--- a/drivers/net/ethernet/airoha/airoha_npu.c
+++ b/drivers/net/ethernet/airoha/airoha_npu.c
@@ -579,6 +579,8 @@ static struct platform_driver airoha_npu_driver = {
};
module_platform_driver(airoha_npu_driver);
+MODULE_FIRMWARE(NPU_EN7581_FIRMWARE_DATA);
+MODULE_FIRMWARE(NPU_EN7581_FIRMWARE_RV32);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Lorenzo Bianconi <lorenzo@kernel.org>");
MODULE_DESCRIPTION("Airoha Network Processor Unit driver");
---
base-commit: 759dfc7d04bab1b0b86113f1164dc1fec192b859
change-id: 20250731-airoha-npu-missing-module-firmware-7710bd055a35
Best regards,
--
Lorenzo Bianconi <lorenzo@kernel.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net] net: airoha: npu: Add missing MODULE_FIRMWARE macros
2025-07-31 10:25 [PATCH net] net: airoha: npu: Add missing MODULE_FIRMWARE macros Lorenzo Bianconi
@ 2025-07-31 14:52 ` Andrew Lunn
2025-07-31 15:24 ` Lorenzo Bianconi
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2025-07-31 14:52 UTC (permalink / raw)
To: Lorenzo Bianconi
Cc: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, linux-arm-kernel, linux-mediatek, netdev
On Thu, Jul 31, 2025 at 12:25:21PM +0200, Lorenzo Bianconi wrote:
> Introduce missing MODULE_FIRMWARE definitions for firmware autoload.
>
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
If this is for net it needs a Fixes: tag.
Andrew
---
pw-bot: cr
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH net] net: airoha: npu: Add missing MODULE_FIRMWARE macros
2025-07-31 14:52 ` Andrew Lunn
@ 2025-07-31 15:24 ` Lorenzo Bianconi
0 siblings, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2025-07-31 15:24 UTC (permalink / raw)
To: Andrew Lunn
Cc: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, linux-arm-kernel, linux-mediatek, netdev
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
> On Thu, Jul 31, 2025 at 12:25:21PM +0200, Lorenzo Bianconi wrote:
> > Introduce missing MODULE_FIRMWARE definitions for firmware autoload.
> >
> > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
>
> If this is for net it needs a Fixes: tag.
ack, right. I will add it in v2.
Regards,
Lorenzo
>
> Andrew
>
> ---
> pw-bot: cr
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-31 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 10:25 [PATCH net] net: airoha: npu: Add missing MODULE_FIRMWARE macros Lorenzo Bianconi
2025-07-31 14:52 ` Andrew Lunn
2025-07-31 15:24 ` Lorenzo Bianconi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox