mbox series

[GIT,PULL,2/4] SoC code updates for 6.2

Message ID 4f256035-0959-4c00-a263-6720139c6a7d@app.fastmail.com
State New
Headers show
Series SoC updates for 6.2 | expand

Pull-request

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

Message

Arnd Bergmann Dec. 9, 2022, 5:20 p.m. UTC
The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740:

  Linux 6.1-rc2 (2022-10-23 15:27:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8b7f4dd73879598ac6876753732e158055d8b671:

  Merge tag 'ti-keystone-soc-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/soc (2022-11-23 13:05:06 +0100)

----------------------------------------------------------------
SoC code updates for 6.2

This time there are only fairly minor cleanups across the i.MX, ixp4xx,
ux500 and renesas platforms. The only notable update is a change to
the keystone2 platform to switch switch it over to standard PSCI SMP
bringup, which apparently was present in the shipped firmware almost
from the start.

----------------------------------------------------------------
Andrew Davis (1):
      ARM: keystone: Replace platform SMP with PSCI

Arnd Bergmann (6):
      Merge tag 'ux500-soc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/soc
      Merge tag 'renesas-arm-soc-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc
      Merge tag 'ixp4xx-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/soc
      Merge tag 'imx-soc-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/soc
      Merge tag 'renesas-riscv-soc-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc
      Merge tag 'ti-keystone-soc-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/soc

Christoph Niedermaier (1):
      MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support

Geert Uytterhoeven (2):
      ARM: mxs: Remove unneeded #include <linux/pinctrl/consumer.h>
      ARM: imx3: Remove unneeded #include <linux/pinctrl/machine.h>

Jason A. Donenfeld (1):
      ARM: ux500: do not directly dereference __iomem

Lad Prabhakar (4):
      soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS
      ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
      arm64: renesas: Drop selecting GPIOLIB and PINCTRL
      riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option

Linus Walleij (3):
      ARM: ux500: Drop unused register file
      ARM: ixp4xx: Remove unused static map
      ARM: ixp4xx: Remove unused debug iomap

Lukas Bulwahn (1):
      MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up

wangjianli (1):
      arm/mach-ux500: fix repeated words in comments

 MAINTAINERS                       |   5 +-
 arch/arm/mach-imx/mm-imx3.c       |   1 -
 arch/arm/mach-ixp4xx/ixp4xx-of.c  |  42 --------
 arch/arm/mach-keystone/Makefile   |   4 +-
 arch/arm/mach-keystone/keystone.c |   2 -
 arch/arm/mach-keystone/keystone.h |   5 -
 arch/arm/mach-keystone/platsmp.c  |  41 --------
 arch/arm/mach-keystone/smc.S      |  26 -----
 arch/arm/mach-mxs/mach-mxs.c      |   1 -
 arch/arm/mach-shmobile/Kconfig    |   2 -
 arch/arm/mach-ux500/cpu-db8500.c  |   1 -
 arch/arm/mach-ux500/db8500-regs.h | 195 --------------------------------------
 arch/arm/mach-ux500/platsmp.c     |   2 -
 arch/arm/mach-ux500/pm.c          |   4 +-
 arch/arm64/Kconfig.platforms      |   2 -
 arch/riscv/Kconfig.socs           |   5 +
 drivers/soc/renesas/Kconfig       |   2 +
 drivers/soc/ux500/ux500-soc-id.c  |  10 +-
 18 files changed, 15 insertions(+), 335 deletions(-)
 delete mode 100644 arch/arm/mach-keystone/platsmp.c
 delete mode 100644 arch/arm/mach-keystone/smc.S
 delete mode 100644 arch/arm/mach-ux500/db8500-regs.h

Comments

pr-tracker-bot@kernel.org Dec. 12, 2022, 6:30 p.m. UTC | #1
The pull request you sent on Fri, 09 Dec 2022 18:20:05 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/69700db4212ac784130f63a350b1ede3b7184494

Thank you!