All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fsi: master-ast-cf: Add MODULE_FIRMWARE macro
@ 2023-06-16 12:20 Juerg Haefliger
  2023-06-28  6:47 ` Greg KH
  2023-06-28  9:50 ` [PATCH v2] " Juerg Haefliger
  0 siblings, 2 replies; 5+ messages in thread
From: Juerg Haefliger @ 2023-06-16 12:20 UTC (permalink / raw)
  To: jk, joel, alistair, eajames, linux-fsi; +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/fsi/fsi-master-ast-cf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/fsi/fsi-master-ast-cf.c b/drivers/fsi/fsi-master-ast-cf.c
index 5f608ef8b53c..1316bfd121fe 100644
--- a/drivers/fsi/fsi-master-ast-cf.c
+++ b/drivers/fsi/fsi-master-ast-cf.c
@@ -1441,3 +1441,5 @@ static struct platform_driver fsi_master_acf = {
 
 module_platform_driver(fsi_master_acf);
 MODULE_LICENSE("GPL");
+
+MODULE_FIRMWARE(FW_FILE_NAME);
-- 
2.37.2


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

end of thread, other threads:[~2023-06-28 10:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-16 12:20 [PATCH] fsi: master-ast-cf: Add MODULE_FIRMWARE macro Juerg Haefliger
2023-06-28  6:47 ` Greg KH
2023-06-28  7:29   ` Juerg Haefliger
2023-06-28  7:37     ` Greg KH
2023-06-28  9:50 ` [PATCH v2] " Juerg Haefliger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.