* [PATCH] ALSA: add a module alias to the FSI driver
@ 2011-04-15 18:17 ` Guennadi Liakhovetski
2011-04-18 8:24 ` Simon Horman
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2011-04-15 18:17 UTC (permalink / raw)
To: linux-sh; +Cc: Magnus Damm, Simon Horman, alsa-devel, Liam Girdwood, Mark Brown
This patch enables FSI driver autoloading on sh-mobile systems.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
sound/soc/sh/fsi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index 0c9997e..88b669c 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -1321,3 +1321,4 @@ module_exit(fsi_mobile_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
+MODULE_ALIAS("platform:fsi-pcm-audio");
--
1.7.2.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ALSA: add a module alias to the FSI driver
2011-04-15 18:17 ` [PATCH] ALSA: add a module alias to the FSI driver Guennadi Liakhovetski
@ 2011-04-18 8:24 ` Simon Horman
2011-04-18 8:55 ` Liam Girdwood
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2011-04-18 8:24 UTC (permalink / raw)
To: Guennadi Liakhovetski
Cc: linux-sh, Magnus Damm, alsa-devel, Liam Girdwood, Mark Brown
On Fri, Apr 15, 2011 at 08:17:34PM +0200, Guennadi Liakhovetski wrote:
> This patch enables FSI driver autoloading on sh-mobile systems.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
This appears correct to me.
Reviewed-by: Simon Horman <horms@verge.net.au>
> ---
> sound/soc/sh/fsi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
> index 0c9997e..88b669c 100644
> --- a/sound/soc/sh/fsi.c
> +++ b/sound/soc/sh/fsi.c
> @@ -1321,3 +1321,4 @@ module_exit(fsi_mobile_exit);
> MODULE_LICENSE("GPL");
> MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
> MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
> +MODULE_ALIAS("platform:fsi-pcm-audio");
> --
> 1.7.2.5
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ALSA: add a module alias to the FSI driver
2011-04-15 18:17 ` [PATCH] ALSA: add a module alias to the FSI driver Guennadi Liakhovetski
2011-04-18 8:24 ` Simon Horman
@ 2011-04-18 8:55 ` Liam Girdwood
[not found] ` <Pine.LNX.4.64.1104152003190.18593@axis700.grange>
2011-04-18 16:15 ` [PATCH] ALSA: add a module alias to the FSI driver Mark Brown
3 siblings, 0 replies; 5+ messages in thread
From: Liam Girdwood @ 2011-04-18 8:55 UTC (permalink / raw)
To: Guennadi Liakhovetski
Cc: alsa-devel, Simon, linux-sh, Mark Brown, Magnus Damm, Horman
On Fri, 2011-04-15 at 20:17 +0200, Guennadi Liakhovetski wrote:
> This patch enables FSI driver autoloading on sh-mobile systems.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
> sound/soc/sh/fsi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
> index 0c9997e..88b669c 100644
> --- a/sound/soc/sh/fsi.c
> +++ b/sound/soc/sh/fsi.c
> @@ -1321,3 +1321,4 @@ module_exit(fsi_mobile_exit);
> MODULE_LICENSE("GPL");
> MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
> MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
> +MODULE_ALIAS("platform:fsi-pcm-audio");
Acked-by: Liam Girdwood <lrg@ti.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] sh: fix SD / MMC configuration dependencies on ecovec
[not found] ` <Pine.LNX.4.64.1104152000450.18593@axis700.grange>
@ 2011-04-18 9:48 ` Paul Mundt
0 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2011-04-18 9:48 UTC (permalink / raw)
To: Guennadi Liakhovetski
Cc: alsa-devel, linux-sh, Mark Brown, Magnus Damm, Simon Horman,
linux-i2c, Liam Girdwood
On Fri, Apr 15, 2011 at 08:03:17PM +0200, Guennadi Liakhovetski wrote:
> Update CONFIG_MMC_TMIO to the new CONFIG_MMC_SDHI symbol and fix
> MMCIF to also function in modular builds for ecovec.
On Fri, Apr 15, 2011 at 08:04:12PM +0200, Guennadi Liakhovetski wrote:
> arch/sh/configs/ecovec24_defconfig | 2 +-
> arch/sh/configs/sh7757lcr_defconfig | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
On Fri, Apr 15, 2011 at 08:17:34PM +0200, Guennadi Liakhovetski wrote:
> This patch enables FSI driver autoloading on sh-mobile systems.
On Fri, Apr 15, 2011 at 08:18:57PM +0200, Guennadi Liakhovetski wrote:
> This patch enables I2C driver autoloading on sh-mobile systems.
All applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ALSA: add a module alias to the FSI driver
2011-04-15 18:17 ` [PATCH] ALSA: add a module alias to the FSI driver Guennadi Liakhovetski
` (2 preceding siblings ...)
[not found] ` <Pine.LNX.4.64.1104152003190.18593@axis700.grange>
@ 2011-04-18 16:15 ` Mark Brown
3 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2011-04-18 16:15 UTC (permalink / raw)
To: Guennadi Liakhovetski
Cc: linux-sh, Magnus Damm, Simon Horman, alsa-devel, Liam Girdwood
On Fri, Apr 15, 2011 at 08:17:34PM +0200, Guennadi Liakhovetski wrote:
> This patch enables FSI driver autoloading on sh-mobile systems.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Applied, thanks. Please try to make sure your commit subjects match the
subsystem you're sending patches for.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-04-18 16:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.64.1104152017400.18593@axis700.grange>
2011-04-15 18:17 ` [PATCH] ALSA: add a module alias to the FSI driver Guennadi Liakhovetski
2011-04-18 8:24 ` Simon Horman
2011-04-18 8:55 ` Liam Girdwood
[not found] ` <Pine.LNX.4.64.1104152003190.18593@axis700.grange>
[not found] ` <Pine.LNX.4.64.1104152000450.18593@axis700.grange>
2011-04-18 9:48 ` [PATCH 1/2] sh: fix SD / MMC configuration dependencies on ecovec Paul Mundt
2011-04-18 16:15 ` [PATCH] ALSA: add a module alias to the FSI driver Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox