This is a note to let you know that I've just added the patch titled fsi: master-ast-cf: Add MODULE_FIRMWARE macro to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: fsi-master-ast-cf-add-module_firmware-macro.patch and it can be found in the queue-5.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 3a1d7aff6e65ad6e285e28abe55abbfd484997ee Mon Sep 17 00:00:00 2001 From: Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx> Date: Wed, 28 Jun 2023 11:50:39 +0200 Subject: fsi: master-ast-cf: Add MODULE_FIRMWARE macro From: Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx> commit 3a1d7aff6e65ad6e285e28abe55abbfd484997ee upstream. The module loads firmware so add a MODULE_FIRMWARE macro to provide that information via modinfo. Fixes: 6a794a27daca ("fsi: master-ast-cf: Add new FSI master using Aspeed ColdFire") Cc: stable@xxxxxxxxxxxxxxx # 4.19+ Signed-off-by: Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20230628095039.26218-1-juerg.haefliger@xxxxxxxxxxxxx Signed-off-by: Joel Stanley <joel@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/fsi/fsi-master-ast-cf.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/fsi/fsi-master-ast-cf.c +++ b/drivers/fsi/fsi-master-ast-cf.c @@ -1438,3 +1438,4 @@ static struct platform_driver fsi_master module_platform_driver(fsi_master_acf); MODULE_LICENSE("GPL"); +MODULE_FIRMWARE(FW_FILE_NAME); Patches currently in stable-queue which might be from juerg.haefliger@xxxxxxxxxxxxx are queue-5.4/fsi-master-ast-cf-add-module_firmware-macro.patch