mbox series

[GIT,PULL,3/4] ARM: soc updates for 6.13

Message ID 8eb10ff6-08f3-4efc-8839-1d7559bb8c6f@app.fastmail.com (mailing list archive)
State New
Headers show
Series None | expand

Pull-request

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

Message

Arnd Bergmann Nov. 20, 2024, 11:02 p.m. UTC
The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

  Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9c6cb0377534e77265ea673fd4834f858d5d1a6f:

  Merge tag 'imx-soc-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm (2024-11-12 23:14:50 +0100)

----------------------------------------------------------------
ARM: soc updates for 6.13

The SoC specific code updates for 6.13 are fairly minimal. One Broadcom
SoC model gains automatic configuration for the debug uarg as we have
on many other machines, the remaining changes are trivial cleanups.

----------------------------------------------------------------
Andrew Davis (1):
      ARM: imx: Switch to new sys-off handler API

Arnd Bergmann (4):
      Merge tag 'arm-soc/for-6.13/soc' of https://github.com/Broadcom/stblinux into soc/arm
      Merge tag 'samsung-soc-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
      Merge tag 'zynq-soc-for-6.13' of https://github.com/Xilinx/linux-xlnx into soc/arm
      Merge tag 'imx-soc-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm

Florian Fainelli (1):
      ARM: bcm: brcmstb: Drop custom init_irq callback

Gaosheng Cui (3):
      ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdata
      ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio
      ARM: zynq: Remove unused zynq_slcr_init() declaration

Linus Walleij (1):
      ARM: bcm: Support BCMBCA debug UART

 arch/arm/Kconfig.debug                  | 12 +++++++++---
 arch/arm/mach-bcm/Makefile              |  1 +
 arch/arm/mach-bcm/board_bcmbca.c        | 31 +++++++++++++++++++++++++++++++
 arch/arm/mach-bcm/brcmstb.c             |  6 ------
 arch/arm/mach-imx/pm-imx6.c             |  6 ++----
 arch/arm/mach-zynq/common.h             |  1 -
 include/linux/platform_data/asoc-s3c.h  |  2 --
 include/linux/platform_data/hwmon-s3c.h | 10 ----------
 8 files changed, 43 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/mach-bcm/board_bcmbca.c

Comments

pr-tracker-bot@kernel.org Nov. 20, 2024, 11:50 p.m. UTC | #1
The pull request you sent on Thu, 21 Nov 2024 00:02:53 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/43fb83c17ba2d63dfb798f0be7453ed55ca3f9c2

Thank you!