]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 May 2013 19:33:36 +0000 (12:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 May 2013 19:33:36 +0000 (12:33 -0700)
commit65cd688f24162b60b312a3c55b359a0bc8eb0f41
tree8ec2b298eef4f1695ca612014b7f75b85badae45
parent22732fd34f8766a63b18e39e3f0f668f0de3ee7a
parent881dac59adc127f5fe7d2cde5db623e5766861dd
Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM platform specific firmware interfaces from Olof Johansson:
 "Two platforms, bcm and exynos have their own firmware interfaces using
  the "secure monitor call", this adds support for those.

  We had originally planned to have a third set of patches in here,
  which would extend support for the existing generic "psci" call that
  is used on multiple platforms as well as Xen and KVM guests, but that
  ended up getting dropped because the patches were not ready in time."

* tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: bcm: mark bcm_kona_smc_init as __init
  ARM: bcm281xx: Add DT support for SMC handler
  ARM: bcm281xx: Add L2 cache enable code
  ARM: EXYNOS: Add secure firmware support to secondary CPU bring-up
  ARM: EXYNOS: Add IO mapping for non-secure SYSRAM.
  ARM: EXYNOS: Add support for Exynos secure firmware
  ARM: EXYNOS: Add support for secure monitor calls
  ARM: Add interface for registering and calling firmware-specific operations
arch/arm/boot/dts/bcm11351.dtsi
arch/arm/common/Makefile
arch/arm/mach-bcm/board_bcm.c
arch/arm/mach-exynos/common.c
arch/arm/mach-exynos/platsmp.c