Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751276AbbGBQOx (ORCPT ); Thu, 2 Jul 2015 12:14:53 -0400 Received: from mailout2.samsung.com ([203.254.224.25]:38481 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbbGBQOp (ORCPT ); Thu, 2 Jul 2015 12:14:45 -0400 X-AuditID: cbfee61b-f79416d0000014c0-be-559563730cb9 From: Bartlomiej Zolnierkiewicz To: Chanwoo Choi Cc: s.nawrocki@samsung.com, tomasz.figa@gmail.com, mturquette@baylibre.com, sboyd@codeaurora.org, kgene@kernel.org, k.kozlowski@samsung.com, thomas.ab@samsung.com, kyungmin.park@samsung.com, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250 Date: Thu, 02 Jul 2015 18:13:22 +0200 Message-id: <4464631.oZyVO4Z0Ov@amdc1976> User-Agent: KMail/4.13.3 (Linux/3.13.0-53-generic; KDE/4.13.3; x86_64; ; ) In-reply-to: <1435797761-3339-1-git-send-email-cw00.choi@samsung.com> References: <1435797761-3339-1-git-send-email-cw00.choi@samsung.com> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmplkeLIzCtJLcpLzFFi42I5/e+xoG5x8tRQg+nbJCyuf3nOajH/yDlW i9cvDC36H79mtjjb9IbdYtPja6wWH3vusVpc3jWHzWLG+X1MFhdPuVocftPOavHjTDeLRccy RotVu/4wOvB5vL/Ryu5xua+XyWPnrLvsHptWdbJ5bF5S79G3ZRWjx+dNcgHsUVw2Kak5mWWp Rfp2CVwZ875vZy74JlLReNC8gXGyYBcjJ4eEgIlE86EJ7BC2mMSFe+vZuhi5OIQEpjNKtF3d AeV8ZZR4evUvWBWbgJXExPZVjCC2iICGxMy/VxhBipgFnjJJvH57mQUkISzgKTG37xkriM0i oCrR1f2bGcTmFdCUeDVnOdggUQEvid6f69hAbE4BV4nLPzaC9QoJuEhMnPWQBaJeUOLH5Htg NrOAvMS+/VNZIWwtifU7jzNNYBSYhaRsFpKyWUjKFjAyr2IUTS1ILihOSs810itOzC0uzUvX S87P3cQIjpxn0jsYVzVYHGIU4GBU4uFdUTMlVIg1say4MvcQowQHs5II7xbLqaFCvCmJlVWp RfnxRaU5qcWHGKU5WJTEeU/m+4QKCaQnlqRmp6YWpBbBZJk4OKUaGP1/t/koZKisz90X63qJ YcGVLS6xk16uWJb9dQXbeflJUjc3z5e4f7ho8suaGvnjV6+GNaybfpix69vFZq2zJYtX1KUx Wkz4wex0bu3DSRLND5TXp+jvnKdn/j5nzfXbZ1V5V67ck78kLXv/FBM5jejvciePNytI9x82 UDiVV9ez4fuqfTyPlK8rsRRnJBpqMRcVJwIAYeY8NJgCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2860 Lines: 70 Hi, On Thursday, July 02, 2015 09:42:38 AM Chanwoo Choi wrote: > This patchset use cpufreq-dt driver to support Exynos3250 cpufreq and tested it > on Exynos3250-based Rinato board. > > Depends on: > - next-20150701 tag (master branch) of linux-next kernel tree > - This patch-set is based on Exynos5250 patch-set[1] because two patch-set > modify the 'arch/arm/mach-exynos/exynos.c' to add the compatible string. > [1] https://lkml.org/lkml/2015/6/29/361 > : [PATCH v2 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform > > Changes from v5: > (https://lkml.org/lkml/2015/7/1/324) > - Reorder the cpu dt node in exynos3250-rinato/monk.dts alpabetically. > - Add reviewed-by tag of Krzysztof Kozlowski > > Changes from v4: > (https://lkml.org/lkml/2014/10/20/215) > - Rebased on latest linux-next git repository. > - Remove unnecessary divider clock flag from divider of DIV_CPU0/DIV_CPU1 register > > Changes from v3: > - This patchset is based on 3.18-rc1 with new patchset[3] of Thomas Abraham > [3] [PATCH v11 0/6] cpufreq: use generic cpufreq drivers for exynos platforms > - http://www.spinics.net/lists/arm-kernel/msg370412.html > > Changes from v2: > - Rebased on new patchset of Thomas Abraham > and for-next branch of samsunc-clk.git of Tomasz Figa > > Changes from v1: > - Rebased on new patchset[1] by Thomas Abraham > [1] [PATCH v10 0/6] cpufreq: use generic cpufreq drivers for exynos platforms > - http://www.spinics.net/lists/arm-kernel/msg364790.html > - 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: exynos3250: Add cpu clock configuration data and instaniate cpu clock > ARM: dts: Add CPU OPP and regulator supply property for Exynos3250 > ARM: exynos: Add exynos3250 compatible to use generic cpufreq driver > > arch/arm/boot/dts/exynos3250-monk.dts | 4 ++++ > arch/arm/boot/dts/exynos3250-rinato.dts | 4 ++++ > arch/arm/boot/dts/exynos3250.dtsi | 15 +++++++++++++++ > arch/arm/mach-exynos/exynos.c | 1 + > drivers/clk/samsung/clk-exynos3250.c | 32 ++++++++++++++++++++++++++++++-- > include/dt-bindings/clock/exynos3250.h | 1 + > 6 files changed, 55 insertions(+), 2 deletions(-) Reviewed-by: Bartlomiej Zolnierkiewicz Thank you for working on this. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/