linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] ARM: remove big.LITTLE switcher support
@ 2016-06-27 11:26 Bartlomiej Zolnierkiewicz
  2016-06-27 11:26 ` [RFC PATCH 1/4] " Bartlomiej Zolnierkiewicz
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-06-27 11:26 UTC (permalink / raw)
  To: Nicolas Pitre, Lorenzo Pieralisi, Russell King, Viresh Kumar,
	Sudeep Holla
  Cc: Dave Martin, Sudeep KarkadaNagesha, Rafael J. Wysocki,
	Thomas Gleixner, Jason Cooper, Marc Zyngier, Krzysztof Kozlowski,
	linux-arm-kernel, linux-pm, linux-kernel, b.zolnierkie

Hi,

It seems that in mainline kernel big.LITTLE switcher support
may be usable only on ARM Versatile Express TC2 platform
(but even this platform doesn't enable it in its defconfig).

The following patchset removes big.LITTLE switcher support
(from both ARM core and arm_big_little CPUfreq driver) in
favor of using HMP.

Since HMP support at scheduler level is not yet merged this
patchset is probably premature and thus is marked as RFC.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


Bartlomiej Zolnierkiewicz (4):
  ARM: remove big.LITTLE switcher support
  cpufreq: arm_big_little: remove big.LITTLE switcher support
  cpufreq: exynos: remove big.LITTLE switcher dependency
  irqchip/gic: remove big.LITTLE switcher support

 arch/arm/Kconfig                       |  19 +-
 arch/arm/common/Makefile               |   2 -
 arch/arm/common/bL_switcher.c          | 802 ---------------------------------
 arch/arm/common/bL_switcher_dummy_if.c |  71 ---
 arch/arm/include/asm/bL_switcher.h     |  77 ----
 drivers/cpufreq/arm_big_little.c       | 379 +---------------
 drivers/cpufreq/cpufreq-dt-platdev.c   |   2 -
 drivers/irqchip/irq-gic.c              | 137 ------
 8 files changed, 25 insertions(+), 1464 deletions(-)
 delete mode 100644 arch/arm/common/bL_switcher.c
 delete mode 100644 arch/arm/common/bL_switcher_dummy_if.c
 delete mode 100644 arch/arm/include/asm/bL_switcher.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-28 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27 11:26 [RFC PATCH 0/4] ARM: remove big.LITTLE switcher support Bartlomiej Zolnierkiewicz
2016-06-27 11:26 ` [RFC PATCH 1/4] " Bartlomiej Zolnierkiewicz
2016-06-27 11:26 ` [RFC PATCH 2/4] cpufreq: arm_big_little: " Bartlomiej Zolnierkiewicz
2016-06-27 11:26 ` [RFC PATCH 3/4] cpufreq: exynos: remove big.LITTLE switcher dependency Bartlomiej Zolnierkiewicz
2016-06-27 11:26 ` [RFC PATCH 4/4] irqchip/gic: remove big.LITTLE switcher support Bartlomiej Zolnierkiewicz
2016-06-27 19:49 ` [RFC PATCH 0/4] ARM: " Nicolas Pitre
2016-06-28  8:18   ` Bartlomiej Zolnierkiewicz
2016-06-28 16:13     ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).