mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [Patch v7 0/6] add cpuidle support for Exynos5420
@ 2014-06-16 10:26 Chander Kashyap
  2014-06-16 10:26 ` [Patch v7 1/6] driver: cpuidle-big-little: add of_device_id structure Chander Kashyap
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chander Kashyap @ 2014-06-16 10:26 UTC (permalink / raw)
  To: linux-pm, linux-kernel, linux-samsung-soc
  Cc: linux-arm-kernel, daniel.lezcano, lorenzo.pieralisi, rjw,
	kgene.kim, tomasz.figa, Chander Kashyap

Exynos5420 is a big-little Soc from Samsung. It has 4 A15 and 4 A7 cores.

This patchset adds cpuidle support for Exynos5420 SoC based on
generic big.little cpuidle driver.

Tested on SMDK5420.
Rebased on 3.16-rc1

Changelog is in respective patches.
Chander Kashyap (5):
  driver: cpuidle-big-little: add of_device_id structure
  arm: exynos: add generic function to calculate cpu number
  cpuidle: config: Add ARCH_EXYNOS entry to select cpuidle-big-little
    driver
  driver: cpuidle: cpuidle-big-little: init driver for Exynos5420
  exynos: cpuidle: do not allow cpuidle registration for Exynos5420
  mcpm: exynos: populate suspend and powered_up callbacks

 arch/arm/mach-exynos/exynos.c        |    4 +++-
 arch/arm/mach-exynos/mcpm-exynos.c   |   36 ++++++++++++++++++++++++++++++++++
 arch/arm/mach-exynos/regs-pmu.h      |    9 +++++++++
 drivers/cpuidle/Kconfig.arm          |    2 +-
 drivers/cpuidle/cpuidle-big_little.c |   12 +++++++++++-
 5 files changed, 60 insertions(+), 3 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-07-01 11:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16 10:26 [Patch v7 0/6] add cpuidle support for Exynos5420 Chander Kashyap
2014-06-16 10:26 ` [Patch v7 1/6] driver: cpuidle-big-little: add of_device_id structure Chander Kashyap
2014-06-16 10:26 ` [Patch v7 2/6] arm: exynos: add generic function to calculate cpu number Chander Kashyap
2014-06-16 10:26 ` [Patch v7 3/6] cpuidle: config: Add ARCH_EXYNOS entry to select cpuidle-big-little driver Chander Kashyap
2014-06-16 10:26 ` [Patch v7 4/6] driver: cpuidle: cpuidle-big-little: init driver for Exynos5420 Chander Kashyap
2014-06-16 10:26 ` [Patch v7 5/6] exynos: cpuidle: do not allow cpuidle registration " Chander Kashyap
2014-06-16 10:26 ` [Patch v7 6/6] mcpm: exynos: populate suspend and powered_up callbacks Chander Kashyap
2014-07-01 11:52 ` [Patch v7 0/6] add cpuidle support for Exynos5420 Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome