Merge tag 'samsung-soc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 Dec 2020 15:58:47 +0000 (16:58 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 9 Dec 2020 15:58:48 +0000 (16:58 +0100)
commit2efc35dc439740652c46133357090fb5f03a90d0
treefa800478f3af639da4abee5a16502132bed659cf
parent334d09c218c11c850510f79454f0c771e7243cc3
parentf9135aaf2767500dee419c03640f7a3784b56559
Merge tag 'samsung-soc-5.11' of git://git./linux/kernel/git/krzk/linux into arm/soc

Samsung mach/soc changes for v5.11

1. Do not use of_machine_is_compatible() in early CPU hotplug core. Full
   device tree walk causes "suspicious RCU usage" warnings.
2. Clear prefetch bits in default l2c_aux_val of L310 L2C - they are not
   needed.
3. Extend cpuidle support to P4 Note boards (Exynos4412).

* tag 'samsung-soc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: exynos: extend cpuidle support to P4 Note boards
  ARM: exynos: clear prefetch bits in default l2c_aux_val
  ARM: exynos: Simplify code in Exynos3250 CPU core restart path

Link: https://lore.kernel.org/r/20201201204404.22675-4-krzk@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>