From: Tushar Behera <tushar.behera@linaro.org>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Dave Jones <davej@redhat.com>
Subject: Re: [PATCH] [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreq
Date: Tue, 07 Jun 2011 08:46:18 +0530 [thread overview]
Message-ID: <4DED9802.6080607@linaro.org> (raw)
In-Reply-To: <1307410981-20392-1-git-send-email-kgene.kim@samsung.com>
Hi,
On Tuesday 07 June 2011 07:13 AM, Kukjin Kim wrote:
> Cc: Mark Brown<broonie@opensource.wolfsonmicro.com>
> Cc: Dave Jones<davej@redhat.com>
> Signed-off-by: Kukjin Kim<kgene.kim@samsung.com>
> ---
> arch/arm/Kconfig | 4 ----
> drivers/cpufreq/Kconfig.arm | 9 +++++++++
> drivers/cpufreq/Makefile | 2 +-
> drivers/cpufreq/{s3c64xx.c => s3c64xx-cpufreq.c} | 0
> 4 files changed, 10 insertions(+), 5 deletions(-)
> rename drivers/cpufreq/{s3c64xx.c => s3c64xx-cpufreq.c} (100%)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 9adc278..31c2899 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1875,10 +1875,6 @@ config CPU_FREQ_PXA
> default y
> select CPU_FREQ_DEFAULT_GOV_USERSPACE
>
> -config CPU_FREQ_S3C64XX
> - bool "CPUfreq support for Samsung S3C64XX CPUs"
> - depends on CPU_FREQ&& CPU_S3C6410
> -
> config CPU_FREQ_S3C
> bool
> help
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index e5c56c7..500982f 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -2,6 +2,15 @@
> # ARM CPU Frequency scaling drivers
> #
>
> +config ARM_S3C64XX_CPUFREQ
> + bool "Samsung S3C64XX"
> + depends on CPU_S3C6410
> + default y
> + help
> + This adds the CPUFreq driver for Samsung S5C6410 SoC.
S3C6410?
> +
> + If in doubt, say N.
> +
> config ARM_S5PV210_CPUFREQ
> bool "Samsung S5PV210 and S5PC110"
> depends on CPU_S5PV210
> diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile
> index 5419478..ab75e57 100644
> --- a/drivers/cpufreq/Makefile
> +++ b/drivers/cpufreq/Makefile
> @@ -40,6 +40,6 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o
> ##################################################################################
> # ARM SoC drivers
> obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o
> -obj-$(CONFIG_CPU_FREQ_S3C64XX) += s3c64xx.o
> +obj-$(CONFIG_ARM_S3C64XX_CPUFREQ) += s3c64xx-cpufreq.o
> obj-$(CONFIG_ARM_S5PV210_CPUFREQ) += s5pv210-cpufreq.o
> obj-$(CONFIG_ARM_EXYNOS4210_CPUFREQ) += exynos4210-cpufreq.o
> diff --git a/drivers/cpufreq/s3c64xx.c b/drivers/cpufreq/s3c64xx-cpufreq.c
> similarity index 100%
> rename from drivers/cpufreq/s3c64xx.c
> rename to drivers/cpufreq/s3c64xx-cpufreq.c
--
Tushar Behera
WARNING: multiple messages have this Message-ID (diff)
From: tushar.behera@linaro.org (Tushar Behera)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreq
Date: Tue, 07 Jun 2011 08:46:18 +0530 [thread overview]
Message-ID: <4DED9802.6080607@linaro.org> (raw)
In-Reply-To: <1307410981-20392-1-git-send-email-kgene.kim@samsung.com>
Hi,
On Tuesday 07 June 2011 07:13 AM, Kukjin Kim wrote:
> Cc: Mark Brown<broonie@opensource.wolfsonmicro.com>
> Cc: Dave Jones<davej@redhat.com>
> Signed-off-by: Kukjin Kim<kgene.kim@samsung.com>
> ---
> arch/arm/Kconfig | 4 ----
> drivers/cpufreq/Kconfig.arm | 9 +++++++++
> drivers/cpufreq/Makefile | 2 +-
> drivers/cpufreq/{s3c64xx.c => s3c64xx-cpufreq.c} | 0
> 4 files changed, 10 insertions(+), 5 deletions(-)
> rename drivers/cpufreq/{s3c64xx.c => s3c64xx-cpufreq.c} (100%)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 9adc278..31c2899 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1875,10 +1875,6 @@ config CPU_FREQ_PXA
> default y
> select CPU_FREQ_DEFAULT_GOV_USERSPACE
>
> -config CPU_FREQ_S3C64XX
> - bool "CPUfreq support for Samsung S3C64XX CPUs"
> - depends on CPU_FREQ&& CPU_S3C6410
> -
> config CPU_FREQ_S3C
> bool
> help
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index e5c56c7..500982f 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -2,6 +2,15 @@
> # ARM CPU Frequency scaling drivers
> #
>
> +config ARM_S3C64XX_CPUFREQ
> + bool "Samsung S3C64XX"
> + depends on CPU_S3C6410
> + default y
> + help
> + This adds the CPUFreq driver for Samsung S5C6410 SoC.
S3C6410?
> +
> + If in doubt, say N.
> +
> config ARM_S5PV210_CPUFREQ
> bool "Samsung S5PV210 and S5PC110"
> depends on CPU_S5PV210
> diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile
> index 5419478..ab75e57 100644
> --- a/drivers/cpufreq/Makefile
> +++ b/drivers/cpufreq/Makefile
> @@ -40,6 +40,6 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o
> ##################################################################################
> # ARM SoC drivers
> obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o
> -obj-$(CONFIG_CPU_FREQ_S3C64XX) += s3c64xx.o
> +obj-$(CONFIG_ARM_S3C64XX_CPUFREQ) += s3c64xx-cpufreq.o
> obj-$(CONFIG_ARM_S5PV210_CPUFREQ) += s5pv210-cpufreq.o
> obj-$(CONFIG_ARM_EXYNOS4210_CPUFREQ) += exynos4210-cpufreq.o
> diff --git a/drivers/cpufreq/s3c64xx.c b/drivers/cpufreq/s3c64xx-cpufreq.c
> similarity index 100%
> rename from drivers/cpufreq/s3c64xx.c
> rename to drivers/cpufreq/s3c64xx-cpufreq.c
--
Tushar Behera
next prev parent reply other threads:[~2011-06-07 3:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 1:43 [PATCH] [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreq Kukjin Kim
2011-06-07 1:43 ` Kukjin Kim
2011-06-07 3:16 ` Tushar Behera [this message]
2011-06-07 3:16 ` Tushar Behera
2011-06-07 3:19 ` Kukjin Kim
2011-06-07 3:19 ` Kukjin Kim
2011-06-07 3:26 ` Dave Jones
2011-06-07 3:26 ` Dave Jones
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=4DED9802.6080607@linaro.org \
--to=tushar.behera@linaro.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=davej@redhat.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@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.