Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1431947

[RFC PATCH 3/4] cpufreq: exynos: remove big.LITTLE switcher dependency

From Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Newsgroups linux.kernel
Subject [RFC PATCH 3/4] cpufreq: exynos: remove big.LITTLE switcher dependency
Date 2016-06-27 13:30 +0200
Message-ID <rOCTM-809-9@gated-at.bofh.it> (permalink)
References <rOCTL-809-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Remove no longeer needed workaround for big.LITTLE switcher support.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 3646b14..88d4090 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -38,10 +38,8 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "samsung,exynos4212", },
 	{ .compatible = "samsung,exynos4412", },
 	{ .compatible = "samsung,exynos5250", },
-#ifndef CONFIG_BL_SWITCHER
 	{ .compatible = "samsung,exynos5420", },
 	{ .compatible = "samsung,exynos5800", },
-#endif
 
 	{ .compatible = "renesas,emev2", },
 	{ .compatible = "renesas,r7s72100", },
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RFC PATCH 3/4] cpufreq: exynos: remove big.LITTLE switcher dependency Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-06-27 13:30 +0200

csiph-web