All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()
@ 2014-08-06 15:37 Takashi Iwai
  2014-08-08  8:14 ` Jean-Michel Hautbois
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2014-08-06 15:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Arnd Bergmann, Jean-Michel Hautbois, linux-kernel

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 drivers/misc/lattice-ecp3-config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/lattice-ecp3-config.c b/drivers/misc/lattice-ecp3-config.c
index 7ffdb589841e..643c9eda69dd 100644
--- a/drivers/misc/lattice-ecp3-config.c
+++ b/drivers/misc/lattice-ecp3-config.c
@@ -242,3 +242,4 @@ module_spi_driver(lattice_ecp3_driver);
 MODULE_AUTHOR("Stefan Roese <sr@denx.de>");
 MODULE_DESCRIPTION("Lattice ECP3 FPGA configuration via SPI");
 MODULE_LICENSE("GPL");
+MODULE_FIRMWARE(FIRMWARE_NAME);
-- 
2.0.3


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

* Re: [PATCH] misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()
  2014-08-06 15:37 [PATCH] misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE() Takashi Iwai
@ 2014-08-08  8:14 ` Jean-Michel Hautbois
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Michel Hautbois @ 2014-08-08  8:14 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Greg Kroah-Hartman, Arnd Bergmann, linux-kernel

2014-08-06 17:37 GMT+02:00 Takashi Iwai <tiwai@suse.de>:
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> ---
>  drivers/misc/lattice-ecp3-config.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/lattice-ecp3-config.c b/drivers/misc/lattice-ecp3-config.c
> index 7ffdb589841e..643c9eda69dd 100644
> --- a/drivers/misc/lattice-ecp3-config.c
> +++ b/drivers/misc/lattice-ecp3-config.c
> @@ -242,3 +242,4 @@ module_spi_driver(lattice_ecp3_driver);
>  MODULE_AUTHOR("Stefan Roese <sr@denx.de>");
>  MODULE_DESCRIPTION("Lattice ECP3 FPGA configuration via SPI");
>  MODULE_LICENSE("GPL");
> +MODULE_FIRMWARE(FIRMWARE_NAME);
> --
> 2.0.3
>

It works on my i.MX6 platform.

Tested-by: Jean-Michel Hautbois <jean-michel.hautbois@vodalys.com>

Thanks,
JM

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

end of thread, other threads:[~2014-08-08  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06 15:37 [PATCH] misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE() Takashi Iwai
2014-08-08  8:14 ` Jean-Michel Hautbois

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.