[GIT PULL 3/6] ARM SoC changes for v5.12
Arnd Bergmann
arnd at kernel.org
Sun Feb 14 17:43:28 EST 2021
The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:
Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-v5.12
for you to fetch changes up to c2bd78de41fc3bdeb183bc24bbb2c4c0f3cfdb9a:
Merge tag 'samsung-soc-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
(2021-02-11 12:48:40 +0100)
----------------------------------------------------------------
ARM: SoC changes for v5.12
This is mostly 32-bit code for SoC platforms, and looks smaller
than any such branch I remember from previous kernels, as most
of this is now handled in other subsystems for modern platforms:
- Minor bugfixes and Kconfig updates for Tegra, Broadcom, i.MX,
Renesas, and Samsung
- Updates to the MAINTAINERS listing for Actions, OMAP, and Samsung
- Samsung SoC driver updates to make them loadable modules
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
----------------------------------------------------------------
Arnd Bergmann (8):
Merge tag 'samsung-drivers-5.12' of
git://git.kernel.org/.../krzk/linux into arm/soc
Merge tag 'renesas-drivers-for-v5.12-tag1' of
git://git.kernel.org/.../geert/renesas-devel into arm/soc
Merge tag 'omap-for-v5.12/soc-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/soc
Merge tag 'tegra-for-5.12-arm-core' of
git://git.kernel.org/.../tegra/linux into arm/soc
Merge tag 'arm-soc/for-5.12/soc' of
https://github.com/Broadcom/stblinux into arm/soc
ARM: s3c: fix fiq for clang IAS
Merge tag 'imx-soc-5.12' of
git://git.kernel.org/.../shawnguo/linux into arm/soc
Merge tag 'samsung-soc-5.12' of
git://git.kernel.org/.../krzk/linux into arm/soc
Cristian Ciocaltea (1):
MAINTAINERS: Add linux-actions ML for Actions Semi Arch
Dmitry Osipenko (1):
ARM: tegra: Don't enable unused PLLs on resume from suspend
Fabio Estevam (1):
ARM: imx: Remove unused IMX_GPIO_NR() macro
Florian Fainelli (2):
ARM: brcmstb: Add debug UART entry for 72116
Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next
Geert Uytterhoeven (2):
soc: renesas: rcar-sysc: Use readl_poll_timeout_atomic()
soc: renesas: rcar-sysc: Mark device node OF_POPULATED after init
Krzysztof Kozlowski (6):
soc: samsung: exynos-asv: handle reading revision register error
soc: samsung: exynos-chipid: convert to driver and merge exynos-asv
soc: samsung: exynos-chipid: correct helpers __init annotation
ARM: s3c: irq-s3c24xx: include headers for missing declarations
ARM: s3c: irq-s3c24xx: staticize local functions
MAINTAINERS: arm: samsung: include S3C headers in platform entry
Marek Szyprowski (2):
soc: samsung: exynos-asv: don't defer early on not-supported SoCs
soc: samsung: pm_domains: Convert to regular platform driver
Maxime Ripard (1):
ARM: bcm: Select BRCMSTB_L2_IRQ for bcm2835
Oleksij Rempel (1):
ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup
Roger Quadros (1):
MAINTAINERS: Update address for OMAP GPMC driver
Stefan Riedmueller (1):
ARM: mach-imx: imx6ul: Print SOC revision on boot
Wang Qing (1):
ARM: OMAP2+: fix spellint typo
MAINTAINERS | 5 +-
arch/arm/include/debug/brcmstb.S | 30 ++++++------
arch/arm/mach-bcm/Kconfig | 1 +
arch/arm/mach-exynos/Kconfig | 1 -
arch/arm/mach-imx/hardware.h | 4 --
arch/arm/mach-imx/mach-imx6ul.c | 25 ++--------
arch/arm/mach-omap2/clockdomain.c | 4 +-
arch/arm/mach-s3c/irq-s3c24xx-fiq.S | 9 ++--
arch/arm/mach-s3c/irq-s3c24xx.c | 8 +--
arch/arm/mach-tegra/sleep-tegra20.S | 38 +++++++++++++--
arch/arm/mach-tegra/sleep-tegra30.S | 94 +++++++++++++++++++++++++++--------
arch/arm64/Kconfig.platforms | 1 +
drivers/soc/renesas/rcar-sysc.c | 37 +++++++-------
drivers/soc/samsung/Kconfig | 12 ++---
drivers/soc/samsung/Makefile | 3 +-
drivers/soc/samsung/exynos-asv.c | 57 ++++++++--------------
drivers/soc/samsung/exynos-asv.h | 2 +
drivers/soc/samsung/exynos-chipid.c | 71 ++++++++++++++++++---------
drivers/soc/samsung/pm_domains.c | 97 ++++++++++++++++++-------------------
19 files changed, 286 insertions(+), 213 deletions(-)
More information about the linux-arm-kernel
mailing list