mbox series

[GIT,PULL,3/4] ARM: SoC code updates for 6.9

Message ID 1ba0456e-879b-4435-808d-54dd91b9506c@app.fastmail.com (mailing list archive)
State New
Headers show
Series ARM SoC updates for 6.9 | expand

Pull-request

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

Message

Arnd Bergmann March 12, 2024, 4:46 p.m. UTC
The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 98dcb872779f8bea30cd34716c7fdeb0963e3606:

  ARM: s32c: update MAINTAINERS entry (2024-03-05 17:23:09 +0100)

----------------------------------------------------------------
ARM: SoC code updates for 6.9

These are mostly minor updates, including a number of kerneldoc
fixes from Randy Dunlap across multiple platforms. OMAP gets
a few bugfixes, and the MAINTAINERS file gets updated for AMD
Zynq and NXP S32G.

----------------------------------------------------------------
Alexander Sverdlin (2):
      ARM: AM33xx: PRM: Remove redundand defines
      ARM: AM33xx: PRM: Implement REBOOT_COLD

Arnd Bergmann (8):
      Merge tag 'samsung-soc-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
      Merge tag 'imx-soc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm
      Merge tag 'omap-for-v6.9/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into soc/arm
      Merge tag 'zynq-soc-for-6.9' of https://github.com/Xilinx/linux-xlnx into soc/arm
      Merge tag 'zynqmp-soc-for-6.9' of https://github.com/Xilinx/linux-xlnx into soc/arm
      Merge tag 'omap-for-v6.9/omap1-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into soc/arm
      Merge tag 'omap-for-v6.9/soc-part2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into soc/arm
      ARM: s32c: update MAINTAINERS entry

Christophe JAILLET (1):
      ARM: imx: Remove usage of the deprecated ida_simple_xx() API

Jay Buddhabhatti (1):
      soc: xilinx: update maintainer of event manager driver

Masahiro Yamada (1):
      ARM: omap1: remove duplicated 'select ARCH_OMAP'

Michal Simek (1):
      ARM: zynq: Remove clk/zynq.h header

Randy Dunlap (15):
      ARM: s5pv210: fix pm.c kernel-doc warning
      ARM: zynq: slcr: fix function prototype kernel-doc warnings
      ARM: OMAP2+: am33xx-restart: fix function name in kernel-doc
      ARM: OMAP2+: clockdomain: fix kernel-doc warnings
      ARM: OMAP2+: clock: fix a function name in kernel-doc
      ARM: OMAP2+: cm33xx: use matching function name in kernel-doc
      ARM: OMAP2+: CMINST: use matching function name in kernel-doc
      ARM: OMAP2+: hwmod: remove misuse of kernel-doc
      ARM: OMAP2+: hwmod: fix kernel-doc warnings
      ARM: OMAP2+: pmic-cpcap: fix kernel-doc warnings
      ARM: OMAP2+: prm44xx: fix a kernel-doc warning
      ARM: OMAP2+: PRM: fix kernel-doc warnings
      ARM: OMAP2+: fix a kernel-doc warning
      ARM: OMAP2+: fix kernel-doc warnings
      ARM: OMAP2+: fix kernel-doc warnings

Ricardo B. Marliere (1):
      ARM: s3c64xx: make bus_type const

 MAINTAINERS                                  | 20 ++++++++------------
 arch/arm/mach-imx/mmdc.c                     |  6 +++---
 arch/arm/mach-omap1/Kconfig                  |  1 -
 arch/arm/mach-omap2/am33xx-restart.c         |  5 +++--
 arch/arm/mach-omap2/board-generic.c          |  6 ++++++
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c |  2 +-
 arch/arm/mach-omap2/clockdomain.c            |  4 ++--
 arch/arm/mach-omap2/cm33xx.c                 |  2 +-
 arch/arm/mach-omap2/cminst44xx.c             |  2 +-
 arch/arm/mach-omap2/omap-secure.c            |  4 ++--
 arch/arm/mach-omap2/omap_hwmod.c             |  9 +++++----
 arch/arm/mach-omap2/omap_hwmod_common_data.c |  6 +++---
 arch/arm/mach-omap2/pmic-cpcap.c             | 24 ++++++++++++------------
 arch/arm/mach-omap2/powerdomain.c            |  2 +-
 arch/arm/mach-omap2/prm-regbits-33xx.h       |  1 +
 arch/arm/mach-omap2/prm.h                    |  1 +
 arch/arm/mach-omap2/prm33xx.c                | 22 ++++++++++++++--------
 arch/arm/mach-omap2/prm44xx.c                |  2 +-
 arch/arm/mach-omap2/prm_common.c             | 10 +++++++++-
 arch/arm/mach-omap2/wd_timer.c               |  4 +++-
 arch/arm/mach-s3c/cpu.h                      |  2 +-
 arch/arm/mach-s3c/s3c6410.c                  |  2 +-
 arch/arm/mach-s3c/s3c64xx.c                  |  2 +-
 arch/arm/mach-s5pv210/pm.c                   |  2 +-
 arch/arm/mach-zynq/slcr.c                    |  5 ++---
 25 files changed, 83 insertions(+), 63 deletions(-)

Comments

pr-tracker-bot@kernel.org March 12, 2024, 6:20 p.m. UTC | #1
The pull request you sent on Tue, 12 Mar 2024 17:46:31 +0100:

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

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

Thank you!