Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753541AbbGANMx (ORCPT ); Wed, 1 Jul 2015 09:12:53 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:58828 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090AbbGANMp (ORCPT ); Wed, 1 Jul 2015 09:12:45 -0400 X-AuditID: cbfee61b-f79416d0000014c0-43-5593e74ac2ce From: Bartlomiej Zolnierkiewicz To: Thomas Abraham , Sylwester Nawrocki , Michael Turquette , Kukjin Kim , Kukjin Kim , Viresh Kumar , Krzysztof Kozlowski Cc: Tomasz Figa , Lukasz Majewski , Heiko Stuebner , Chanwoo Choi , Kevin Hilman , Javier Martinez Canillas , linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, b.zolnierkie@samsung.com Subject: [PATCH v3 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform Date: Wed, 01 Jul 2015 15:10:34 +0200 Message-id: <1435756238-845-1-git-send-email-b.zolnierkie@samsung.com> X-Mailer: git-send-email 1.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrBLMWRmVeSWpSXmKPExsVy+t9jAV2v55NDDX6u17fYOGM9q8X1L89Z Lf4/es1qce33DDaL1y8MLXoXXGWz6H/8mtni6+EVjBZvHm5mtNj0+Bqrxceee6wWl3fNYbP4 3HuE0WLG+X1MFhdPuVocftPOatGxjNFi1a4/jBYbv3o4CHu8v9HK7vF3diuzx85Zd9k9Nq3q ZPO4c20Pm8fmJfUefVtWMXpsvzaP2ePzJrkAzigum5TUnMyy1CJ9uwSujPX797EWbBKsuD5j JVsD4z3eLkZODgkBE4kf7cuYIWwxiQv31rN1MXJxCAksYpRYufMuI4Tzi1Fi07Uz7CBVbAJW EhPbV4ElRARWMElMf7KPHcRhFljHLHH9xk6gWRwcwgJhEvOOKoM0sAioSuyacZcJxOYVcJPY Nq+ZHWKdnMTJY5NZJzByL2BkWMUomlqQXFCclJ5rpFecmFtcmpeul5yfu4kRHL7PpHcwrmqw OMQowMGoxMObITE5VIg1say4MvcQowQHs5II75epQCHelMTKqtSi/Pii0pzU4kOM0hwsSuK8 J/N9QoUE0hNLUrNTUwtSi2CyTBycUg2MOd0dJ+7NkOoP61sSfe7kTcF+iTsqHle/HLRj73/x ZUVPQIwGq7/IPWvuw9MMYzlnrzLRSLt78vmi3oWSv6cWqtWsXfQ2ZoXzYbedbEqzg0LD5u6K mPjj8L/2pRKO0Yzi6/zY+VjmX4otWGtW2P1syQMTwa/tDztTZz+0L1p3MXXmnlU/OkSZlViK MxINtZiLihMBR/HSLVsCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2412 Lines: 64 Hi, This patch series removes the use of Exynos5250 specific support from cpufreq-exynos driver and enables the use of cpufreq-dt driver for this platform. This patch series has been tested on Exynos5250 based Arndale board. Changes since v1 (http://lkml.org/lkml/2015/4/13/611): - rebased on top of next-20150629 branch of linux-next kernel tree - dropped dependency on "[PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform" patch series as it needs more work (Viresh has requested porting of cpufreq-dt's boost mode support over opp-v2 patches) Changes since v2 (http://lkml.org/lkml/2015/6/29/361): - put the new cpu nodes in alphabetical order - updated Javier's and Mike's e-mail adresses - removed Cc: tag with stale Sachin's e-mail adress - added Reviewed-by: tag from Krzysztof to patches #3 and #4 Depends on: - next-20150629 branch of linux-next kernel tree Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (1): cpufreq: exynos: remove Exynos5250 specific cpufreq driver support Thomas Abraham (3): clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock ARM: dts: Exynos5250: add CPU OPP and regulator supply property ARM: Exynos: switch to using generic cpufreq driver for Exynos5250 arch/arm/boot/dts/exynos5250-arndale.dts | 4 + arch/arm/boot/dts/exynos5250-smdk5250.dts | 4 + arch/arm/boot/dts/exynos5250-snow.dts | 4 + arch/arm/boot/dts/exynos5250-spring.dts | 4 + arch/arm/boot/dts/exynos5250.dtsi | 22 ++++ arch/arm/mach-exynos/exynos.c | 1 + drivers/clk/samsung/clk-exynos5250.c | 31 +++++ drivers/cpufreq/Kconfig.arm | 11 -- drivers/cpufreq/Makefile | 1 - drivers/cpufreq/exynos-cpufreq.c | 3 - drivers/cpufreq/exynos-cpufreq.h | 17 --- drivers/cpufreq/exynos5250-cpufreq.c | 210 ------------------------------ include/dt-bindings/clock/exynos5250.h | 1 + 13 files changed, 71 insertions(+), 242 deletions(-) delete mode 100644 drivers/cpufreq/exynos5250-cpufreq.c -- 1.9.1 -- 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/