From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCHv2 0/3] cpufreq: Use cpufreq-cpu0 driver for Exynos3250 Date: Thu, 19 Jun 2014 13:26:36 +0900 Message-ID: <53A2667C.9060604@samsung.com> References: <1403080802-2794-1-git-send-email-cw00.choi@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org To: Thomas Abraham Cc: Tomasz Figa , Kukjin Kim , Viresh Kumar , Mike Turquette , Shawn Guo , Kyungmin Park , "linux-pm@vger.kernel.org" , linux-kernel@vger.kernel.org, "linux-samsung-soc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: linux-pm@vger.kernel.org Hi Thomas, On 06/19/2014 01:21 PM, Thomas Abraham wrote: > On Wed, Jun 18, 2014 at 2:09 PM, Chanwoo Choi wrote: >> This patchset use cpufreq-cpu0 driver to support Exynos3250 cpufreq. So, this >> patchset is based on following patchset[1] by Thomas Abraham. >> [1] http://www.spinics.net/lists/arm-kernel/msg339392.html >> >> Changes from v1: >> - Rebased on new patchset[1] by Thomas Abraham >> - Modify clk-cpu.c to support Exynos3250 >> - Drop documentation patch on previous patchset[2] >> [2] http://www.spinics.net/lists/cpufreq/msg10265.html >> - Add only operating-points for Exynos3250 without armclk-divider-table >> >> Chanwoo Choi (3): >> clk: samsung: cpu: Add support for cpu clocks of Exynos3250 >> clk: samsung: exynos3250: Use cpu-clock provider type to support cpufreq >> ARM: dts: Exynos: Add cpu clock table for Exynos3250 >> >> arch/arm/boot/dts/exynos3250.dtsi | 15 +++++++++++++++ >> drivers/clk/samsung/clk-cpu.c | 31 +++++++++++++++++++++++++++++++ >> drivers/clk/samsung/clk-exynos3250.c | 14 ++++++++++---- >> 3 files changed, 56 insertions(+), 4 deletions(-) > > Hi Chanwoo, > > I have reviewed this series and it looks fine. If the cpu clock type > is merged without any further changes, please add > Reviewed-by: Thomas Abraham Thanks for your review. Best Regards, Chanwoo Choi From mboxrd@z Thu Jan 1 00:00:00 1970 From: cw00.choi@samsung.com (Chanwoo Choi) Date: Thu, 19 Jun 2014 13:26:36 +0900 Subject: [PATCHv2 0/3] cpufreq: Use cpufreq-cpu0 driver for Exynos3250 In-Reply-To: References: <1403080802-2794-1-git-send-email-cw00.choi@samsung.com> Message-ID: <53A2667C.9060604@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Thomas, On 06/19/2014 01:21 PM, Thomas Abraham wrote: > On Wed, Jun 18, 2014 at 2:09 PM, Chanwoo Choi wrote: >> This patchset use cpufreq-cpu0 driver to support Exynos3250 cpufreq. So, this >> patchset is based on following patchset[1] by Thomas Abraham. >> [1] http://www.spinics.net/lists/arm-kernel/msg339392.html >> >> Changes from v1: >> - Rebased on new patchset[1] by Thomas Abraham >> - Modify clk-cpu.c to support Exynos3250 >> - Drop documentation patch on previous patchset[2] >> [2] http://www.spinics.net/lists/cpufreq/msg10265.html >> - Add only operating-points for Exynos3250 without armclk-divider-table >> >> Chanwoo Choi (3): >> clk: samsung: cpu: Add support for cpu clocks of Exynos3250 >> clk: samsung: exynos3250: Use cpu-clock provider type to support cpufreq >> ARM: dts: Exynos: Add cpu clock table for Exynos3250 >> >> arch/arm/boot/dts/exynos3250.dtsi | 15 +++++++++++++++ >> drivers/clk/samsung/clk-cpu.c | 31 +++++++++++++++++++++++++++++++ >> drivers/clk/samsung/clk-exynos3250.c | 14 ++++++++++---- >> 3 files changed, 56 insertions(+), 4 deletions(-) > > Hi Chanwoo, > > I have reviewed this series and it looks fine. If the cpu clock type > is merged without any further changes, please add > Reviewed-by: Thomas Abraham Thanks for your review. Best Regards, Chanwoo Choi