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


Groups > linux.kernel > #1431947 > unrolled thread

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

Started byBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
First post2016-06-27 13:30 +0200
Last post2016-06-27 13:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Date2016-06-27 13:30 +0200
Subject[RFC PATCH 3/4] cpufreq: exynos: remove big.LITTLE switcher dependency
Message-ID<rOCTM-809-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web