]> Git Repo - linux.git/commitdiff
Merge tag 'tegra-for-5.2-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <[email protected]>
Mon, 29 Apr 2019 06:34:46 +0000 (23:34 -0700)
committerOlof Johansson <[email protected]>
Mon, 29 Apr 2019 06:34:46 +0000 (23:34 -0700)
firmware: tegra: Changes for v5.2-rc1

This set of changes includes improvements for Trusted Foundations and
also moves the source files for this support into the standard location
under drivers/firmware.

* tag 'tegra-for-5.2-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  firmware: Move Trusted Foundations support
  ARM: tegra: Sort dependencies alphabetically
  ARM: tegra: Add firmware calls required for suspend-resume on Tegra30
  ARM: tegra: Always boot CPU in ARM-mode
  ARM: tegra: Don't apply CPU erratas in insecure mode
  ARM: tegra: Set up L2 cache using Trusted Foundations firmware
  ARM: trusted_foundations: Provide information about whether firmware is registered
  ARM: trusted_foundations: Make prepare_idle call to take mode argument
  ARM: trusted_foundations: Support L2 cache maintenance

Signed-off-by: Olof Johansson <[email protected]>
1  2 
arch/arm/Kconfig

diff --combined arch/arm/Kconfig
index 850b4805e2d171436e539b326867d6ce08a6f9d6,f006b3c69247385b6b12887061578347cb075757..61d949e9233f30332dd725107a42429414fa62cd
@@@ -596,7 -596,6 +596,7 @@@ config ARCH_DAVINC
        select HAVE_IDE
        select PM_GENERIC_DOMAINS if PM
        select PM_GENERIC_DOMAINS_OF if PM && OF
 +      select REGMAP_MMIO
        select RESET_CONTROLLER
        select SPARSE_IRQ
        select USE_OF
@@@ -900,8 -899,6 +900,6 @@@ config PLAT_PX
  config PLAT_VERSATILE
        bool
  
- source "arch/arm/firmware/Kconfig"
  source "arch/arm/mm/Kconfig"
  
  config IWMMXT
This page took 0.06214 seconds and 4 git commands to generate.