netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro
@ 2023-06-16 12:18 Juerg Haefliger
  2023-06-18 10:20 ` patchwork-bot+netdevbpf
  2023-06-21 14:44 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Juerg Haefliger @ 2023-06-16 12:18 UTC (permalink / raw)
  To: michael.hennerich, alex.aring, stefan, miquel.raynal, davem,
	edumazet, kuba, pabeni, linux-wpan, netdev
  Cc: linux-kernel, Juerg Haefliger

The module loads firmware so add a MODULE_FIRMWARE macro to provide that
information via modinfo.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 drivers/net/ieee802154/adf7242.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
index f9972b8140f9..a03490ba2e5b 100644
--- a/drivers/net/ieee802154/adf7242.c
+++ b/drivers/net/ieee802154/adf7242.c
@@ -1348,3 +1348,5 @@ module_spi_driver(adf7242_driver);
 MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
 MODULE_DESCRIPTION("ADF7242 IEEE802.15.4 Transceiver Driver");
 MODULE_LICENSE("GPL");
+
+MODULE_FIRMWARE(FIRMWARE);
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro
  2023-06-16 12:18 [PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro Juerg Haefliger
@ 2023-06-18 10:20 ` patchwork-bot+netdevbpf
  2023-06-21 14:44 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-06-18 10:20 UTC (permalink / raw)
  To: Juerg Haefliger
  Cc: michael.hennerich, alex.aring, stefan, miquel.raynal, davem,
	edumazet, kuba, pabeni, linux-wpan, netdev, linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 16 Jun 2023 14:18:07 +0200 you wrote:
> The module loads firmware so add a MODULE_FIRMWARE macro to provide that
> information via modinfo.
> 
> Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> ---
>  drivers/net/ieee802154/adf7242.c | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - ieee802154/adf7242: Add MODULE_FIRMWARE macro
    https://git.kernel.org/netdev/net/c/f593a94b530a

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] 3+ messages in thread

* Re: [PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro
  2023-06-16 12:18 [PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro Juerg Haefliger
  2023-06-18 10:20 ` patchwork-bot+netdevbpf
@ 2023-06-21 14:44 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2023-06-21 14:44 UTC (permalink / raw)
  To: Juerg Haefliger
  Cc: michael.hennerich, alex.aring, stefan, miquel.raynal, davem,
	edumazet, kuba, pabeni, linux-wpan, netdev, linux-kernel

On Fri, Jun 16, 2023 at 02:18:07PM +0200, Juerg Haefliger wrote:
> The module loads firmware so add a MODULE_FIRMWARE macro to provide that
> information via modinfo.
> 
> Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>

Reviewed-by: Simon Horman <simon.horman@corigine.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-21 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-16 12:18 [PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro Juerg Haefliger
2023-06-18 10:20 ` patchwork-bot+netdevbpf
2023-06-21 14:44 ` Simon Horman

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).