mbox series

[GIT,PULL,4/4] ARM: samsung: Pull for v5.11

Message ID 20201201204404.22675-4-krzk@kernel.org
State New
Headers show
Series [GIT,PULL,1/4] ARM: defconfig: samsung for v5.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.11

Message

Krzysztof Kozlowski Dec. 1, 2020, 8:44 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.11

for you to fetch changes up to f9135aaf2767500dee419c03640f7a3784b56559:

  ARM: exynos: extend cpuidle support to P4 Note boards (2020-11-16 17:31:01 +0100)

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

----------------------------------------------------------------
Guillaume Tucker (1):
      ARM: exynos: clear prefetch bits in default l2c_aux_val

Marek Szyprowski (1):
      ARM: exynos: Simplify code in Exynos3250 CPU core restart path

Martin Jücker (1):
      ARM: exynos: extend cpuidle support to P4 Note boards

 arch/arm/mach-exynos/exynos.c  | 7 ++++---
 arch/arm/mach-exynos/platsmp.c | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Dec. 9, 2020, 4:41 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 1 Dec 2020 22:44:04 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.11
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 2efc35dc439740652c46133357090fb5f03a90d0

       Arnd