From: Kukjin Kim <kgene@kernel.org>
To: 'Tomasz Figa' <tomasz.figa@gmail.com>,
linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
'Russell King' <linux@arm.linux.org.uk>,
'Olof Johansson' <olof@lixom.net>,
'Arnd Bergmann' <arnd@arndb.de>
Subject: RE: [PATCH] ARM: s3c64xx: Select CPU_V6K instead of CPU_V6
Date: Fri, 18 Oct 2013 08:37:34 +0900 [thread overview]
Message-ID: <1e2901cecb91$db24edd0$916ec970$@org> (raw)
In-Reply-To: <3346618.t8I6lVv536@flatron>
Tomasz Figa wrote:
>
> Hi Kukjin,
>
> On Saturday 28 of September 2013 19:49:14 Tomasz Figa wrote:
> > All S3C64XX SoCs come with ARM1176JZF-s core, which fully supports
> > ARMv6K extensions. This patch lets the kernel use them on S3C6410 by
> > adding selection of CPU_V6K to ARCH_S3C64XX.
> >
> > Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
> > ---
> > arch/arm/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> What do you think about this patch?
>
Yeah, ARM1176JZF-s is correct. Applied.
Thanks,
Kukjin
> Best regards,
> Tomasz
>
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index b766dad..3a41bbb 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -728,7 +728,7 @@ 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
> > select HAVE_CLK
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: s3c64xx: Select CPU_V6K instead of CPU_V6
Date: Fri, 18 Oct 2013 08:37:34 +0900 [thread overview]
Message-ID: <1e2901cecb91$db24edd0$916ec970$@org> (raw)
In-Reply-To: <3346618.t8I6lVv536@flatron>
Tomasz Figa wrote:
>
> Hi Kukjin,
>
> On Saturday 28 of September 2013 19:49:14 Tomasz Figa wrote:
> > All S3C64XX SoCs come with ARM1176JZF-s core, which fully supports
> > ARMv6K extensions. This patch lets the kernel use them on S3C6410 by
> > adding selection of CPU_V6K to ARCH_S3C64XX.
> >
> > Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
> > ---
> > arch/arm/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> What do you think about this patch?
>
Yeah, ARM1176JZF-s is correct. Applied.
Thanks,
Kukjin
> Best regards,
> Tomasz
>
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index b766dad..3a41bbb 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -728,7 +728,7 @@ 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
> > select HAVE_CLK
next prev parent reply other threads:[~2013-10-17 23:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-28 17:49 [PATCH] ARM: s3c64xx: Select CPU_V6K instead of CPU_V6 Tomasz Figa
2013-09-28 17:49 ` Tomasz Figa
2013-10-16 18:32 ` Tomasz Figa
2013-10-16 18:32 ` Tomasz Figa
2013-10-17 23:37 ` Kukjin Kim [this message]
2013-10-17 23:37 ` 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='1e2901cecb91$db24edd0$916ec970$@org' \
--to=kgene@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.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.