[GIT PULL 1/5] ARM: SoC updates for 5.11
Arnd Bergmann
arnd at kernel.org
Wed Dec 16 18:22:29 EST 2020
The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:
Linux 5.10-rc5 (2020-11-22 15:36:08 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-5.11
for you to fetch changes up to dcb11100cd5d3f5a191b7fba75422e3df792f3ff:
arm64: Kconfig: meson: drop pinctrl (2020-12-09 17:36:46 +0100)
----------------------------------------------------------------
ARM: SoC updates for 5.11
These are update for SoC specific code, mostly in the
32-bit architecture:
- A rework for handling MMIO accesses in Renesas SoCs
in a more portable way
- Updates to SoC version detection in NXP i.MX SoCs.
- Smaller bug fixes for OMAP, Samsung, Marvell, Amlogic,
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
----------------------------------------------------------------
Anson Huang (1):
ARM: imx: Add revision support for i.MX7ULP revision 2.2
Arnd Bergmann (6):
Merge tag 'omap-for-v5.11/soc-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/soc
Merge tag 'renesas-arm-soc-for-v5.11-tag1' of
git://git.kernel.org/.../geert/renesas-devel into arm/soc
Merge tag 'samsung-soc-5.11' of
git://git.kernel.org/.../krzk/linux into arm/soc
Merge tag 'mvebu-arm-5.11-1' of
git://git.kernel.org/.../gclement/mvebu into arm/soc
Merge tag 'amlogic-soc' of
git://git.kernel.org/.../khilman/linux-amlogic into arm/soc
Merge tag 'imx-soc-5.11' of
git://git.kernel.org/.../shawnguo/linux into arm/soc
Fabio Estevam (1):
ARM: imx: imx7ulp: Add a comment explaining the B2 silicon version
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
Gregory CLEMENT (1):
MAINTAINERS: switch mvebu tree to kernel.org
Guillaume Tucker (1):
ARM: exynos: clear prefetch bits in default l2c_aux_val
Ivan Zaentsev (1):
ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs
Jerome Brunet (1):
arm64: meson: ship only the necessary clock controllers
Jing Xiangfeng (1):
ARM: OMAP2+: Remove redundant assignment to variable ret
Kevin Hilman (1):
arm64: Kconfig: meson: drop pinctrl
Luka Kovacic (1):
MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards
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
Sven Van Asbroeck (1):
ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs
Tang Bin (1):
ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code
Xu Wang (1):
ARM: OMAP2+: Remove redundant null check before
clk_prepare_enable/clk_disable_unprepare
Youling Tang (2):
ARM: OMAP2+: Fix memleak in omap2xxx_clkt_vps_init
ARM: OMAP2+: Fix kfree NULL pointer in omap2xxx_clkt_vps_init
MAINTAINERS | 15 +++++++-
arch/arm/mach-exynos/exynos.c | 7 ++--
arch/arm/mach-exynos/platsmp.c | 2 +-
arch/arm/mach-imx/mach-imx6q.c | 9 ++++-
arch/arm/mach-imx/mach-imx7ulp.c | 4 ++
arch/arm/mach-mxs/mach-mxs.c | 19 ++++++++++
arch/arm/mach-omap1/clock.c | 14 +++----
arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 11 ++++--
arch/arm/mach-omap2/display.c | 6 +--
arch/arm/mach-omap2/omap_device.c | 5 +--
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 ++++++++++------
arch/arm64/Kconfig.platforms | 5 ---
17 files changed, 125 insertions(+), 108 deletions(-)
More information about the linux-arm-kernel
mailing list