From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
alsa-devel@alsa-project.org
Subject: Re: [PATCH 2/2] ASoC: sh: rcar: Depend on ARCH_SHMOBILE_LEGACY
Date: Fri, 06 Dec 2013 11:07:43 +0100 [thread overview]
Message-ID: <1682501.71qI5yTem5@avalon> (raw)
In-Reply-To: <1384000429-3590-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hi Morimoto-san,
What's your opinion about this patch ? It needs to be applied on top of
"[PATCH 1/2] ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY" which has been
queued by Simon.
On Saturday 09 November 2013 13:33:49 Laurent Pinchart wrote:
> The driver doesn't compile on multiplatform kernels as it requires
> <mach/clock.h>.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> sound/soc/sh/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
> index 56d8ff6..ce7cfd6 100644
> --- a/sound/soc/sh/Kconfig
> +++ b/sound/soc/sh/Kconfig
> @@ -36,6 +36,7 @@ config SND_SOC_SH4_SIU
>
> config SND_SOC_RCAR
> tristate "R-Car series SRU/SCU/SSIU/SSI support"
> + depends on ARCH_SHMOBILE_LEGACY
> select SND_SIMPLE_CARD
> select RCAR_CLK_ADG
> help
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
alsa-devel@alsa-project.org
Subject: Re: [PATCH 2/2] ASoC: sh: rcar: Depend on ARCH_SHMOBILE_LEGACY
Date: Fri, 06 Dec 2013 10:07:43 +0000 [thread overview]
Message-ID: <1682501.71qI5yTem5@avalon> (raw)
In-Reply-To: <1384000429-3590-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hi Morimoto-san,
What's your opinion about this patch ? It needs to be applied on top of
"[PATCH 1/2] ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY" which has been
queued by Simon.
On Saturday 09 November 2013 13:33:49 Laurent Pinchart wrote:
> The driver doesn't compile on multiplatform kernels as it requires
> <mach/clock.h>.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> sound/soc/sh/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
> index 56d8ff6..ce7cfd6 100644
> --- a/sound/soc/sh/Kconfig
> +++ b/sound/soc/sh/Kconfig
> @@ -36,6 +36,7 @@ config SND_SOC_SH4_SIU
>
> config SND_SOC_RCAR
> tristate "R-Car series SRU/SCU/SSIU/SSI support"
> + depends on ARCH_SHMOBILE_LEGACY
> select SND_SIMPLE_CARD
> select RCAR_CLK_ADG
> help
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ASoC: sh: rcar: Depend on ARCH_SHMOBILE_LEGACY
Date: Fri, 06 Dec 2013 11:07:43 +0100 [thread overview]
Message-ID: <1682501.71qI5yTem5@avalon> (raw)
In-Reply-To: <1384000429-3590-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hi Morimoto-san,
What's your opinion about this patch ? It needs to be applied on top of
"[PATCH 1/2] ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY" which has been
queued by Simon.
On Saturday 09 November 2013 13:33:49 Laurent Pinchart wrote:
> The driver doesn't compile on multiplatform kernels as it requires
> <mach/clock.h>.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> sound/soc/sh/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
> index 56d8ff6..ce7cfd6 100644
> --- a/sound/soc/sh/Kconfig
> +++ b/sound/soc/sh/Kconfig
> @@ -36,6 +36,7 @@ config SND_SOC_SH4_SIU
>
> config SND_SOC_RCAR
> tristate "R-Car series SRU/SCU/SSIU/SSI support"
> + depends on ARCH_SHMOBILE_LEGACY
> select SND_SIMPLE_CARD
> select RCAR_CLK_ADG
> help
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-12-06 10:07 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-09 12:33 [PATCH 0/2] ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY Laurent Pinchart
2013-11-09 12:33 ` Laurent Pinchart
2013-11-09 12:33 ` Laurent Pinchart
2013-11-09 12:33 ` [PATCH 1/2] " Laurent Pinchart
2013-11-09 12:33 ` Laurent Pinchart
2013-11-09 12:33 ` Laurent Pinchart
2013-11-12 5:11 ` Simon Horman
2013-11-12 5:11 ` Simon Horman
2013-11-12 5:11 ` Simon Horman
2013-11-12 5:26 ` Simon Horman
2013-11-12 5:26 ` Simon Horman
2013-11-12 5:26 ` Simon Horman
2013-11-12 13:21 ` Laurent Pinchart
2013-11-12 13:21 ` Laurent Pinchart
2013-11-13 0:53 ` Simon Horman
2013-11-13 0:53 ` Simon Horman
2013-11-13 0:57 ` Laurent Pinchart
2013-11-13 0:57 ` Laurent Pinchart
2013-11-19 1:45 ` Simon Horman
2013-11-19 1:45 ` Simon Horman
2013-11-19 1:53 ` Laurent Pinchart
2013-11-19 1:53 ` Laurent Pinchart
2013-11-19 2:36 ` Simon Horman
2013-11-19 2:36 ` Simon Horman
2013-11-09 12:33 ` [PATCH 2/2] ASoC: sh: rcar: Depend on ARCH_SHMOBILE_LEGACY Laurent Pinchart
2013-11-09 12:33 ` Laurent Pinchart
2013-11-09 12:33 ` Laurent Pinchart
2013-12-06 10:07 ` Laurent Pinchart [this message]
2013-12-06 10:07 ` Laurent Pinchart
2013-12-06 10:07 ` Laurent Pinchart
2013-12-09 0:16 ` [alsa-devel] " Kuninori Morimoto
2013-12-09 0:16 ` Kuninori Morimoto
2013-12-09 0:16 ` Kuninori Morimoto
2013-12-09 12:57 ` Laurent Pinchart
2013-12-09 12:57 ` Laurent Pinchart
2013-12-09 12:57 ` Laurent Pinchart
2013-11-12 13:29 ` [PATCH 3/2] ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY in defconfig Laurent Pinchart
2013-11-12 13:29 ` Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1682501.71qI5yTem5@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=alsa-devel@alsa-project.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.