From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sangbeom Kim Subject: RE: [PATCH v2 0/6] ARM: S5PV210: Add support S5PV210/S5PC110 CPUFREQ Date: Thu, 07 Oct 2010 18:49:44 +0900 Message-ID: <004001cb6605$01ff4f90$05fdeeb0$@com> References: <1284962695-8542-1-git-send-email-sbkim73@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:57258 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753695Ab0JGJtl (ORCPT ); Thu, 7 Oct 2010 05:49:41 -0400 Received: from epmmp1 (mailout3.samsung.com [203.254.224.33]) by mailout3.samsung.com (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0L9W00KRQZARU430@mailout3.samsung.com> for linux-samsung-soc@vger.kernel.org; Thu, 07 Oct 2010 18:49:39 +0900 (KST) Received: from DOSBKIM7301 ([12.23.103.65]) by mmp1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0L9W002QAZAR5B@mmp1.samsung.com> for linux-samsung-soc@vger.kernel.org; Thu, 07 Oct 2010 18:49:39 +0900 (KST) In-reply-to: <1284962695-8542-1-git-send-email-sbkim73@samsung.com> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Sangbeom Kim' , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, ben-linux@fluff.org Hi all, I know that there is another S5PV210 CPUFREQ patch from Mr. Ham. But, That patchset seems to have unclear part. http://lists.infradead.org/pipermail/linux-arm-kernel/2010-August/023626.htm l The part of 'CONFIG_PM' is unclear and still have PM support part. So, I think that this patch is more suitable for S5PV210/S5PC110 CPUFREQ in the mainline. because this patch implemented basic pm functionality and already tested on smdkv210 board. Thanks and regards, S.B. Kim > on Monday, September 20, 2010 3:05 PM, Sangbeom Kim wrote: > > This patch adds CPUFREQ for S5PV210/S5PC110. > > Changes since v1: > > - Added MOUT_DMC0 and SCLK_DMC0 for checking the dmc0 clock in CPUFREQ > driver. > - Removed hardcoding of DRAM refresh counter. > - Added to calculate refresh counter function based on DRAM operation freq. > > [PATCH v2 1/6] ARM: S5PV210: Add DMC map_desc table for supporting DMC > access > [PATCH v2 2/6] ARM: S5PV210: Add struct clk_ops for clk_fout_apll > [PATCH v2 3/6] ARM: S5PV210: Add MOUT_DMC0 and SCLK_DMC0 clocks > [PATCH v2 4/6] ARM: S5PV210: Add Register definition for CMU > [PATCH v2 5/6] ARM: S5PV210: Add support CPUFREQ > [PATCH v2 6/6] ARM: S5PV210: Update Kconfig and Makefile for supporting > CPUFREQ driver > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung- > soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbkim73@samsung.com (Sangbeom Kim) Date: Thu, 07 Oct 2010 18:49:44 +0900 Subject: [PATCH v2 0/6] ARM: S5PV210: Add support S5PV210/S5PC110 CPUFREQ In-Reply-To: <1284962695-8542-1-git-send-email-sbkim73@samsung.com> References: <1284962695-8542-1-git-send-email-sbkim73@samsung.com> Message-ID: <004001cb6605$01ff4f90$05fdeeb0$@com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi all, I know that there is another S5PV210 CPUFREQ patch from Mr. Ham. But, That patchset seems to have unclear part. http://lists.infradead.org/pipermail/linux-arm-kernel/2010-August/023626.htm l The part of 'CONFIG_PM' is unclear and still have PM support part. So, I think that this patch is more suitable for S5PV210/S5PC110 CPUFREQ in the mainline. because this patch implemented basic pm functionality and already tested on smdkv210 board. Thanks and regards, S.B. Kim > on Monday, September 20, 2010 3:05 PM, Sangbeom Kim wrote: > > This patch adds CPUFREQ for S5PV210/S5PC110. > > Changes since v1: > > - Added MOUT_DMC0 and SCLK_DMC0 for checking the dmc0 clock in CPUFREQ > driver. > - Removed hardcoding of DRAM refresh counter. > - Added to calculate refresh counter function based on DRAM operation freq. > > [PATCH v2 1/6] ARM: S5PV210: Add DMC map_desc table for supporting DMC > access > [PATCH v2 2/6] ARM: S5PV210: Add struct clk_ops for clk_fout_apll > [PATCH v2 3/6] ARM: S5PV210: Add MOUT_DMC0 and SCLK_DMC0 clocks > [PATCH v2 4/6] ARM: S5PV210: Add Register definition for CMU > [PATCH v2 5/6] ARM: S5PV210: Add support CPUFREQ > [PATCH v2 6/6] ARM: S5PV210: Update Kconfig and Makefile for supporting > CPUFREQ driver > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung- > soc" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html