mbox series

[GIT,PULL,1/5] ARM: SoC updates for v5.17

Message ID CAK8P3a2u88x0USAVHe6YeNCbLV6pvOPytHs4Bo4ma1avsq+ojA@mail.gmail.com
State New
Headers show
Series SoC changes for 5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-5.17

Message

Arnd Bergmann Dec. 23, 2021, 9:32 p.m. UTC
The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-5.17

for you to fetch changes up to fe47ec5fa8ec223691f280bb8395fdc79548ecd4:

  Merge tag 'arm-soc/for-5.17/maintainers' of
https://github.com/Broadcom/stblinux into arm/soc (2021-12-22 17:18:43
+0100)

----------------------------------------------------------------
ARM: SoC updates for v5.17

These are all minor bug fixes and cleanups to code in arch/arm and
arch/arm64 that is specific to one SoC, updating Kconfig symbols,
the MAINTAINERS file, and removing some dead code.

----------------------------------------------------------------
Arnd Bergmann (6):
      ARM: s3c: add one more "fallthrough" statement in Jive
      Merge tag 'renesas-arm-soc-for-v5.17-tag1' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into
arm/soc
      Merge tag 'ixp4xx-arm-soc-v5.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik
into arm/soc
      Merge tag 'imx-soc-5.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/soc
      Merge tag 'samsung-soc-5.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
      Merge tag 'arm-soc/for-5.17/maintainers' of
https://github.com/Broadcom/stblinux into arm/soc

Jonathan Corbet (1):
      ARM: ixp4xx: remove unused header file pata_ixp4xx_cf.h

Krzysztof Kozlowski (1):
      ARM: s3c: include header for prototype of s3c2410_modify_misccr

Lukas Bulwahn (3):
      ARM: imx: remove dead left-over from i.MX{27,31,35} removal
      ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART
      ARM: ixp4xx: remove dead configs CPU_IXP43X and CPU_IXP46X

Marek Szyprowski (1):
      arm64: exynos: Enable Exynos Multi-Core Timer driver

Rafał Miłecki (1):
      MAINTAINERS: Add Florian as BCM5301X and BCM53573 maintainer

Sam Protsenko (1):
      ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependencies

Wan Jiabing (1):
      ARM: shmobile: rcar-gen2: Add missing of_node_put()

 MAINTAINERS                                        |  2 ++
 arch/arm/Kconfig                                   |  1 -
 arch/arm/Kconfig.debug                             | 14 +++++++-------
 arch/arm/include/debug/imx-uart.h                  | 18 +++++++++---------
 arch/arm/mach-exynos/Kconfig                       |  1 -
 arch/arm/mach-imx/Kconfig                          | 12 ------------
 arch/arm/mach-imx/Makefile                         |  2 --
 arch/arm/mach-ixp4xx/Kconfig                       | 13 -------------
 arch/arm/mach-s3c/Kconfig.s3c64xx                  |  1 -
 arch/arm/mach-s3c/gpio-samsung.c                   |  1 +
 arch/arm/mach-s3c/mach-jive.c                      |  1 +
 arch/arm/mach-s5pv210/Kconfig                      |  1 -
 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c |  5 ++++-
 arch/arm64/Kconfig.platforms                       |  1 +
 drivers/i2c/busses/Kconfig                         | 10 ++--------
 include/linux/platform_data/pata_ixp4xx_cf.h       | 21 ---------------------
 16 files changed, 27 insertions(+), 77 deletions(-)
 delete mode 100644 include/linux/platform_data/pata_ixp4xx_cf.h

Comments

pr-tracker-bot@kernel.org Jan. 10, 2022, 6:28 p.m. UTC | #1
The pull request you sent on Thu, 23 Dec 2021 22:32:44 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-5.17

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1135ec008ef3745cd1cee5bc543cfe48427c22a9

Thank you!