linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] MCPM backend for Exynos5420
@ 2014-04-11 18:01 Abhilash Kesavan
  2014-04-11 18:01 ` [PATCH 1/5] ARM: bL_switcher: Don't enable bL switcher on systems without CCI Abhilash Kesavan
                   ` (5 more replies)
  0 siblings, 6 replies; 48+ messages in thread
From: Abhilash Kesavan @ 2014-04-11 18:01 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds the MCPM backend support for SMP secondary boot and core
switching on Samsung's Exynos5420. The patches are based on the mcpm
support added for Exynos5420 in the Chromium kernel repository here:
https://chromium.googlesource.com/chromiumos/third_party/kernel-next/+/chromeos-3.8

This patchset depends on:
ARM: EXYNOS5: Add PMU settings for exynos5420
(https://patchwork.kernel.org/patch/3896471/)

The patches have been prepared on Kgene's for-next branch and tested on
SMDK5420 EVT1 using the "/dev/b.L_switcher" user interface.

Abhilash Kesavan (2):
  ARM: EXYNOS5420: Add IO mapping for non-secure SYSRAM
  arm: exynos: Add MCPM call-back functions

Andrew Bresticker (3):
  ARM: bL_switcher: Don't enable bL switcher on systems without CCI
  drivers/bus: arm-cci: Add common control interface for ACE ports
  ARM: dts: exynos5420: add CCI node

 arch/arm/boot/dts/exynos5420.dtsi        |   27 ++
 arch/arm/common/bL_switcher.c            |   12 +
 arch/arm/mach-exynos/Kconfig             |    9 +
 arch/arm/mach-exynos/Makefile            |    2 +
 arch/arm/mach-exynos/common.h            |    1 +
 arch/arm/mach-exynos/exynos.c            |   12 +
 arch/arm/mach-exynos/include/mach/map.h  |    1 +
 arch/arm/mach-exynos/mcpm-exynos-setup.S |   35 +++
 arch/arm/mach-exynos/mcpm-exynos.c       |  444 ++++++++++++++++++++++++++++++
 arch/arm/mach-exynos/platsmp.c           |   19 ++
 arch/arm/mach-exynos/regs-pmu.h          |    2 +
 drivers/bus/arm-cci.c                    |   13 +-
 include/linux/arm-cci.h                  |    7 +-
 13 files changed, 576 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-exynos/mcpm-exynos-setup.S
 create mode 100644 arch/arm/mach-exynos/mcpm-exynos.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-19 12:23 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 18:01 [PATCH 0/5] MCPM backend for Exynos5420 Abhilash Kesavan
2014-04-11 18:01 ` [PATCH 1/5] ARM: bL_switcher: Don't enable bL switcher on systems without CCI Abhilash Kesavan
2014-04-11 18:14   ` Nicolas Pitre
2014-04-16 19:10     ` Abhilash Kesavan
2014-04-16 20:18       ` Nicolas Pitre
2014-04-21 15:57         ` Abhilash Kesavan
2014-04-21 23:37           ` Nicolas Pitre
2014-04-11 18:01 ` [PATCH 2/5] drivers/bus: arm-cci: Add common control interface for ACE ports Abhilash Kesavan
2014-04-11 18:24   ` Nicolas Pitre
2014-04-11 19:16     ` Abhilash Kesavan
2014-04-11 18:01 ` [PATCH 3/5] ARM: EXYNOS5420: Add IO mapping for non-secure SYSRAM Abhilash Kesavan
2014-04-14 11:25   ` Dave Martin
2014-04-14 11:47     ` Arnd Bergmann
2014-04-14 11:59       ` Dave Martin
2014-04-14 13:24         ` Arnd Bergmann
2014-04-16 19:10           ` Abhilash Kesavan
2014-04-11 18:01 ` [PATCH 4/5] ARM: dts: exynos5420: add CCI node Abhilash Kesavan
2014-04-22  6:16   ` [PATCH v2 1/3] " Abhilash Kesavan
2014-04-11 18:01 ` [PATCH 5/5] arm: exynos: Add MCPM call-back functions Abhilash Kesavan
2014-04-11 20:23   ` Nicolas Pitre
2014-04-14 10:41     ` Dave Martin
2014-04-14 14:01       ` Nicolas Pitre
2014-04-15  8:36         ` Dave Martin
2014-04-16 19:11           ` Abhilash Kesavan
2014-04-17 10:03             ` Dave Martin
2014-04-21 15:57               ` Abhilash Kesavan
2014-04-22  2:11                 ` Nicolas Pitre
2014-04-16 19:11       ` Abhilash Kesavan
2014-04-17  9:59         ` Dave Martin
2014-04-17 15:20           ` Nicolas Pitre
2014-04-17 15:38             ` Dave Martin
2014-04-21 15:57               ` Abhilash Kesavan
2014-04-16 19:11     ` Abhilash Kesavan
2014-04-22  6:17   ` [PATCH v2 2/3] " Abhilash Kesavan
2014-04-22 11:21     ` Daniel Lezcano
2014-04-22 15:40       ` Nicolas Pitre
2014-04-22 19:21         ` Daniel Lezcano
2014-04-22 19:56           ` Nicolas Pitre
2014-04-23 15:31             ` Abhilash Kesavan
2014-04-23 16:13             ` Lorenzo Pieralisi
2014-06-17  2:38               ` Abhilash Kesavan
2014-06-19  8:56                 ` Lorenzo Pieralisi
2014-06-19 12:23                   ` Abhilash Kesavan
2014-04-23 15:31       ` Abhilash Kesavan
2014-04-23 20:56         ` Daniel Lezcano
2014-04-22 19:18     ` Nicolas Pitre
2014-04-23 15:31       ` Abhilash Kesavan
2014-04-22  6:16 ` [PATCH v2 0/3] MCPM backend for Exynos5420 Abhilash Kesavan

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).