From: Mike Turquette <mturquette@linaro.org>
To: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Pankaj Dubey <pankaj.dubey@samsung.com>,
Kukjin Kim <kgene.kim@samsung.com>,
Russell King <linux@arm.linux.org.uk>,
Ben Dooks <ben-linux@fluff.org>
Subject: Re: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX
Date: Wed, 26 Feb 2014 16:16:20 -0800 [thread overview]
Message-ID: <20140227001620.12081.28601@quantum> (raw)
In-Reply-To: <1393392247-6247-4-git-send-email-pankaj.dubey@samsung.com>
Quoting Pankaj Dubey (2014-02-25 21:24:07)
> CC: Ben Dooks <ben-linux@fluff.org>
> CC: Kukjin Kim <kgene.kim@samsung.com>
> CC: Russell King <linux@arm.linux.org.uk>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
> arch/arm/mach-s3c24xx/Kconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
> index 80373da..5cf82a1 100644
> --- a/arch/arm/mach-s3c24xx/Kconfig
> +++ b/arch/arm/mach-s3c24xx/Kconfig
> @@ -40,6 +40,7 @@ config CPU_S3C2410
> config CPU_S3C2412
> bool "SAMSUNG S3C2412"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
I guess this depends on Heiko's "[PATCH 00/12] ARM: S3C24XX: convert
s3c2410, s3c2440 s3c2442 to common clock framework" series?
Regards,
Mike
> select CPU_ARM926T
> select CPU_LLSERIAL_S3C2440
> select S3C2412_COMMON_CLK
> @@ -51,6 +52,7 @@ config CPU_S3C2412
> config CPU_S3C2416
> bool "SAMSUNG S3C2416/S3C2450"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
> select CPU_ARM926T
> select CPU_LLSERIAL_S3C2440
> select S3C2416_PM if PM
> @@ -89,6 +91,7 @@ config CPU_S3C244X
> config CPU_S3C2443
> bool "SAMSUNG S3C2443"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
> select CPU_ARM920T
> select CPU_LLSERIAL_S3C2440
> select S3C2443_COMMON_CLK
> --
> 1.7.9.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX
Date: Wed, 26 Feb 2014 16:16:20 -0800 [thread overview]
Message-ID: <20140227001620.12081.28601@quantum> (raw)
In-Reply-To: <1393392247-6247-4-git-send-email-pankaj.dubey@samsung.com>
Quoting Pankaj Dubey (2014-02-25 21:24:07)
> CC: Ben Dooks <ben-linux@fluff.org>
> CC: Kukjin Kim <kgene.kim@samsung.com>
> CC: Russell King <linux@arm.linux.org.uk>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
> arch/arm/mach-s3c24xx/Kconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
> index 80373da..5cf82a1 100644
> --- a/arch/arm/mach-s3c24xx/Kconfig
> +++ b/arch/arm/mach-s3c24xx/Kconfig
> @@ -40,6 +40,7 @@ config CPU_S3C2410
> config CPU_S3C2412
> bool "SAMSUNG S3C2412"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
I guess this depends on Heiko's "[PATCH 00/12] ARM: S3C24XX: convert
s3c2410, s3c2440 s3c2442 to common clock framework" series?
Regards,
Mike
> select CPU_ARM926T
> select CPU_LLSERIAL_S3C2440
> select S3C2412_COMMON_CLK
> @@ -51,6 +52,7 @@ config CPU_S3C2412
> config CPU_S3C2416
> bool "SAMSUNG S3C2416/S3C2450"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
> select CPU_ARM926T
> select CPU_LLSERIAL_S3C2440
> select S3C2416_PM if PM
> @@ -89,6 +91,7 @@ config CPU_S3C244X
> config CPU_S3C2443
> bool "SAMSUNG S3C2443"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
> select CPU_ARM920T
> select CPU_LLSERIAL_S3C2440
> select S3C2443_COMMON_CLK
> --
> 1.7.9.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@linaro.org>
To: Pankaj Dubey <pankaj.dubey@samsung.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: "Pankaj Dubey" <pankaj.dubey@samsung.com>,
"Kukjin Kim" <kgene.kim@samsung.com>,
"Russell King" <linux@arm.linux.org.uk>,
"Ben Dooks" <ben-linux@fluff.org>
Subject: Re: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX
Date: Wed, 26 Feb 2014 16:16:20 -0800 [thread overview]
Message-ID: <20140227001620.12081.28601@quantum> (raw)
In-Reply-To: <1393392247-6247-4-git-send-email-pankaj.dubey@samsung.com>
Quoting Pankaj Dubey (2014-02-25 21:24:07)
> CC: Ben Dooks <ben-linux@fluff.org>
> CC: Kukjin Kim <kgene.kim@samsung.com>
> CC: Russell King <linux@arm.linux.org.uk>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
> arch/arm/mach-s3c24xx/Kconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
> index 80373da..5cf82a1 100644
> --- a/arch/arm/mach-s3c24xx/Kconfig
> +++ b/arch/arm/mach-s3c24xx/Kconfig
> @@ -40,6 +40,7 @@ config CPU_S3C2410
> config CPU_S3C2412
> bool "SAMSUNG S3C2412"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
I guess this depends on Heiko's "[PATCH 00/12] ARM: S3C24XX: convert
s3c2410, s3c2440 s3c2442 to common clock framework" series?
Regards,
Mike
> select CPU_ARM926T
> select CPU_LLSERIAL_S3C2440
> select S3C2412_COMMON_CLK
> @@ -51,6 +52,7 @@ config CPU_S3C2412
> config CPU_S3C2416
> bool "SAMSUNG S3C2416/S3C2450"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
> select CPU_ARM926T
> select CPU_LLSERIAL_S3C2440
> select S3C2416_PM if PM
> @@ -89,6 +91,7 @@ config CPU_S3C244X
> config CPU_S3C2443
> bool "SAMSUNG S3C2443"
> select COMMON_CLK
> + select COMMON_CLK_SAMSUNG
> select CPU_ARM920T
> select CPU_LLSERIAL_S3C2440
> select S3C2443_COMMON_CLK
> --
> 1.7.9.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2014-02-27 0:16 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-26 5:24 [PATCH 0/3] introduce new config option for samsung common clock Pankaj Dubey
2014-02-26 5:24 ` Pankaj Dubey
2014-02-26 5:24 ` [PATCH 1/3] drivers: clk: add samsung common clock config option Pankaj Dubey
2014-02-26 5:24 ` Pankaj Dubey
2014-03-10 0:28 ` Tomasz Figa
2014-03-10 0:28 ` Tomasz Figa
2014-03-10 8:24 ` Pankaj Dubey
2014-03-10 8:24 ` Pankaj Dubey
2014-02-26 5:24 ` [PATCH 2/3] ARM: select COMMON_CLK_SAMSUNG for ARCH_EXYNOS and ARCH_S3C64XX Pankaj Dubey
2014-02-26 5:24 ` Pankaj Dubey
2014-02-26 5:24 ` [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX Pankaj Dubey
2014-02-26 5:24 ` Pankaj Dubey
2014-02-27 0:16 ` Mike Turquette [this message]
2014-02-27 0:16 ` Mike Turquette
2014-02-27 0:16 ` Mike Turquette
2014-02-27 1:48 ` Pankaj Dubey
2014-02-27 1:48 ` Pankaj Dubey
2014-02-27 6:59 ` Heiko Stübner
2014-02-27 6:59 ` Heiko Stübner
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=20140227001620.12081.28601@quantum \
--to=mturquette@linaro.org \
--cc=ben-linux@fluff.org \
--cc=kgene.kim@samsung.com \
--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=pankaj.dubey@samsung.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.