Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753273AbbGBLau (ORCPT ); Thu, 2 Jul 2015 07:30:50 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:36259 "EHLO mail-yk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752845AbbGBLak (ORCPT ); Thu, 2 Jul 2015 07:30:40 -0400 MIME-Version: 1.0 X-Originating-IP: [37.11.0.18] In-Reply-To: <1435756238-845-5-git-send-email-b.zolnierkie@samsung.com> References: <1435756238-845-1-git-send-email-b.zolnierkie@samsung.com> <1435756238-845-5-git-send-email-b.zolnierkie@samsung.com> Date: Thu, 2 Jul 2015 13:30:39 +0200 Message-ID: Subject: Re: [PATCH v3 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support From: Javier Martinez Canillas To: Bartlomiej Zolnierkiewicz Cc: Thomas Abraham , Sylwester Nawrocki , Michael Turquette , Kukjin Kim , Kukjin Kim , Viresh Kumar , Krzysztof Kozlowski , Tomasz Figa , Lukasz Majewski , Heiko Stuebner , Chanwoo Choi , Kevin Hilman , "linux-samsung-soc@vger.kernel.org" , linux-clk@vger.kernel.org, "linux-pm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1674 Lines: 42 Hello Bartlomiej, On Wed, Jul 1, 2015 at 3:10 PM, Bartlomiej Zolnierkiewicz wrote: > Exynos5250 based platforms have switched over to use generic > cpufreq driver for cpufreq functionality. So the Exynos > specific cpufreq support for these platforms can be removed. > > Based on the earlier work by Thomas Abraham. > > Cc: Viresh Kumar > Cc: Javier Martinez Canillas > Cc: Thomas Abraham > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > 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 ----------------------------------- > 5 files changed, 242 deletions(-) > delete mode 100644 drivers/cpufreq/exynos5250-cpufreq.c > Reviewed-by: Javier Martinez Canillas I also tested and on an Exynos5250 Snow Chromebook with exynos_defconfig + CONFIG_CPUFREQ_DT + CONFIG_CPU_FREQ_GOV_*, using different governors and see that the cpu0 and cpu1 frequencies are scaled and that the total number of CPU frequency transitions in total_trans are incremented. Tested-by: Javier Martinez Canillas Best regards, Javier -- 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/