All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <tomasz.figa@gmail.com>
Cc: linux-samsung-soc@vger.kernel.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time
Date: Mon, 16 Dec 2013 04:59:17 +0900	[thread overview]
Message-ID: <52AE0A15.5040503@samsung.com> (raw)
In-Reply-To: <1386965752-15954-1-git-send-email-tomasz.figa@gmail.com>

On 12/14/13 05:15, Tomasz Figa wrote:
> To use V6K extensions, these symbols must not be selected at the same
> time, so this patch keeps only CPU_V6K selected for S3C64XX.
>
> Signed-off-by: Tomasz Figa<tomasz.figa@gmail.com>
> ---
>   arch/arm/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index b64a8ef..4df191b 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -731,7 +731,6 @@ config ARCH_S3C64XX
>   	select CLKDEV_LOOKUP
>   	select CLKSRC_SAMSUNG_PWM
>   	select COMMON_CLK
> -	select CPU_V6
>   	select CPU_V6K
>   	select GENERIC_CLOCKEVENTS
>   	select GPIO_SAMSUNG

Squashed with previous patch for CPU_V6K.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time
Date: Mon, 16 Dec 2013 04:59:17 +0900	[thread overview]
Message-ID: <52AE0A15.5040503@samsung.com> (raw)
In-Reply-To: <1386965752-15954-1-git-send-email-tomasz.figa@gmail.com>

On 12/14/13 05:15, Tomasz Figa wrote:
> To use V6K extensions, these symbols must not be selected at the same
> time, so this patch keeps only CPU_V6K selected for S3C64XX.
>
> Signed-off-by: Tomasz Figa<tomasz.figa@gmail.com>
> ---
>   arch/arm/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index b64a8ef..4df191b 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -731,7 +731,6 @@ config ARCH_S3C64XX
>   	select CLKDEV_LOOKUP
>   	select CLKSRC_SAMSUNG_PWM
>   	select COMMON_CLK
> -	select CPU_V6
>   	select CPU_V6K
>   	select GENERIC_CLOCKEVENTS
>   	select GPIO_SAMSUNG

Squashed with previous patch for CPU_V6K.

Thanks,
Kukjin

  reply	other threads:[~2013-12-15 19:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 20:15 [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time Tomasz Figa
2013-12-13 20:15 ` Tomasz Figa
2013-12-15 19:59 ` Kukjin Kim [this message]
2013-12-15 19:59   ` Kukjin Kim

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=52AE0A15.5040503@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=olof@lixom.net \
    --cc=tomasz.figa@gmail.com \
    /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.