mbox series

[GIT,PULL,2/3] Renesas ARM SoC updates for v5.11

Message ID 20201127132155.77418-3-geert@linux-m68k.org
State New
Headers show
Series Renesas ARM SoC updates for v5.11 (take two) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v5.11-tag1

Message

Geert Uytterhoeven Nov. 27, 2020, 1:21 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:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v5.11-tag1

for you to fetch changes up to d4a617c9bbef94e4a776901cf12c95eafd54504a:

  ARM: shmobile: Stop using __raw_*() I/O accessors (2020-11-23 09:54:59 +0100)

----------------------------------------------------------------
Renesas ARM SoC updates for v5.11

  - Stop using static I/O mappings and __raw_*() I/O accessors.

----------------------------------------------------------------
Geert Uytterhoeven (8):
      ARM: shmobile: r8a7778: Introduce HPBREG_BASE
      ARM: shmobile: r8a7779: Use ioremap() to map INTC2 registers
      ARM: shmobile: r8a7779: Use ioremap() to map SMP registers
      ARM: shmobile: r8a7779: Remove obsolete static mappings
      ARM: shmobile: sh73a0: Use ioremap() to map L2C registers
      ARM: shmobile: sh73a0: Use ioremap() to map SMP registers
      ARM: shmobile: sh73a0: Remove obsolete static mapping
      ARM: shmobile: Stop using __raw_*() I/O accessors

 arch/arm/mach-shmobile/platsmp-scu.c   |  2 +-
 arch/arm/mach-shmobile/setup-r8a7778.c | 12 +++++---
 arch/arm/mach-shmobile/setup-r8a7779.c | 56 ++++++++++++----------------------
 arch/arm/mach-shmobile/setup-sh73a0.c  | 21 +------------
 arch/arm/mach-shmobile/smp-r8a7779.c   | 12 ++++++--
 arch/arm/mach-shmobile/smp-sh73a0.c    | 33 +++++++++++++-------
 6 files changed, 59 insertions(+), 77 deletions(-)