Revision b6e473d1e21262290b8e1a023eff9f091ab8041b authored by Arnd Bergmann on 16 July 2021, 20:50:56 UTC, committed by Arnd Bergmann on 16 July 2021, 20:51:01 UTC
Memory controller drivers for v5.14 - Tegra SoC, late fixes

Two fixes for recent series of changes in Tegra SoC memory controller
drivers:
1. Add a stub for tegra_mc_probe_device() to fix compile testing of
   arm-smmu without TEGRA_MC.
2. Fix arm-smmu dtschema syntax.

* tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  dt-bindings: arm-smmu: Fix json-schema syntax
  memory: tegra: Add compile-test stub for tegra_mc_probe_device()

Link: https://lore.kernel.org/r/20210625073604.13562-1-krzysztof.kozlowski@canonical.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parent s e73f0f0 + bf3ec9d
History
File Mode Size
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 240 bytes
enable.c -rw-r--r-- 11.6 KB
fsverity_private.h -rw-r--r-- 5.3 KB
hash_algs.c -rw-r--r-- 9.0 KB
init.c -rw-r--r-- 1.1 KB
measure.c -rw-r--r-- 1.6 KB
open.c -rw-r--r-- 11.0 KB
read_metadata.c -rw-r--r-- 4.8 KB
signature.c -rw-r--r-- 3.8 KB
verify.c -rw-r--r-- 9.6 KB

back to top