From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pankaj Dubey Subject: Re: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX Date: Thu, 27 Feb 2014 10:48:26 +0900 Message-ID: <530E996A.9080208@samsung.com> References: <1393392247-6247-1-git-send-email-pankaj.dubey@samsung.com> <1393392247-6247-4-git-send-email-pankaj.dubey@samsung.com> <20140227001620.12081.28601@quantum> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:32458 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754452AbaB0BcN (ORCPT ); Wed, 26 Feb 2014 20:32:13 -0500 In-reply-to: <20140227001620.12081.28601@quantum> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Mike Turquette Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Kukjin Kim , Russell King , Ben Dooks On 02/27/2014 09:16 AM, Mike Turquette wrote: > Quoting Pankaj Dubey (2014-02-25 21:24:07) >> CC: Ben Dooks >> CC: Kukjin Kim >> CC: Russell King >> Signed-off-by: Pankaj Dubey >> --- >> 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 Yes, this series is based on latest kgene/for-next branch where Heiko's series is merged. >> 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 -- Best Regards, Pankaj Dubey From mboxrd@z Thu Jan 1 00:00:00 1970 From: pankaj.dubey@samsung.com (Pankaj Dubey) Date: Thu, 27 Feb 2014 10:48:26 +0900 Subject: [PATCH 3/3] ARM: S3C24XX: select COMMON_CLK_SAMSUNG for S3C24XX In-Reply-To: <20140227001620.12081.28601@quantum> References: <1393392247-6247-1-git-send-email-pankaj.dubey@samsung.com> <1393392247-6247-4-git-send-email-pankaj.dubey@samsung.com> <20140227001620.12081.28601@quantum> Message-ID: <530E996A.9080208@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/27/2014 09:16 AM, Mike Turquette wrote: > Quoting Pankaj Dubey (2014-02-25 21:24:07) >> CC: Ben Dooks >> CC: Kukjin Kim >> CC: Russell King >> Signed-off-by: Pankaj Dubey >> --- >> 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 Yes, this series is based on latest kgene/for-next branch where Heiko's series is merged. >> 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 -- Best Regards, Pankaj Dubey