linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE
@ 2021-04-09  1:59 Chen Lifu
  2021-04-09  7:40 ` Arnaud POULIQUEN
  2021-04-13 15:08 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Lifu @ 2021-04-09  1:59 UTC (permalink / raw)
  To: Arnaud Pouliquen, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai
  Cc: Chen Lifu, alsa-devel, linux-kernel, kernel-janitors

This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Chen Lifu <chenlifu@huawei.com>
---
 sound/soc/sti/sti_uniperif.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/sti/sti_uniperif.c b/sound/soc/sti/sti_uniperif.c
index 67315d9b352d..e3561f00ed40 100644
--- a/sound/soc/sti/sti_uniperif.c
+++ b/sound/soc/sti/sti_uniperif.c
@@ -97,6 +97,7 @@ static const struct of_device_id snd_soc_sti_match[] = {
 	},
 	{},
 };
+MODULE_DEVICE_TABLE(of, snd_soc_sti_match);
 
 int  sti_uniperiph_reset(struct uniperif *uni)
 {


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

* Re: [PATCH -next] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE
  2021-04-09  1:59 [PATCH -next] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE Chen Lifu
@ 2021-04-09  7:40 ` Arnaud POULIQUEN
  2021-04-13 15:08 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaud POULIQUEN @ 2021-04-09  7:40 UTC (permalink / raw)
  To: Chen Lifu, Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: alsa-devel, linux-kernel, kernel-janitors



On 4/9/21 3:59 AM, Chen Lifu wrote:
> This patch adds missing MODULE_DEVICE_TABLE definition which generates
> correct modalias for automatic loading of this driver when it is built
> as an external module.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Chen Lifu <chenlifu@huawei.com>

Reviewed-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>

Thanks,
Arnaud

> ---
>  sound/soc/sti/sti_uniperif.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sound/soc/sti/sti_uniperif.c b/sound/soc/sti/sti_uniperif.c
> index 67315d9b352d..e3561f00ed40 100644
> --- a/sound/soc/sti/sti_uniperif.c
> +++ b/sound/soc/sti/sti_uniperif.c
> @@ -97,6 +97,7 @@ static const struct of_device_id snd_soc_sti_match[] = {
>  	},
>  	{},
>  };
> +MODULE_DEVICE_TABLE(of, snd_soc_sti_match);
>  
>  int  sti_uniperiph_reset(struct uniperif *uni)
>  {
> 

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

* Re: [PATCH -next] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE
  2021-04-09  1:59 [PATCH -next] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE Chen Lifu
  2021-04-09  7:40 ` Arnaud POULIQUEN
@ 2021-04-13 15:08 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-04-13 15:08 UTC (permalink / raw)
  To: Chen Lifu, Arnaud Pouliquen, Takashi Iwai, Liam Girdwood,
	Jaroslav Kysela
  Cc: Mark Brown, kernel-janitors, alsa-devel, linux-kernel

On Fri, 9 Apr 2021 09:59:53 +0800, Chen Lifu wrote:
> This patch adds missing MODULE_DEVICE_TABLE definition which generates
> correct modalias for automatic loading of this driver when it is built
> as an external module.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE
      commit: 462c47c2fcc26d838c82646a31d6e3e8fc01ce68

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2021-04-13 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  1:59 [PATCH -next] ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLE Chen Lifu
2021-04-09  7:40 ` Arnaud POULIQUEN
2021-04-13 15:08 ` Mark Brown

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