mbox series

[GIT,PULL] ARM: SoC fixes for 6.6

Message ID 6425892a-8503-4f70-be45-e545cda59854@app.fastmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] ARM: SoC fixes for 6.6 | expand

Pull-request

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

Message

Arnd Bergmann Sept. 30, 2023, 9:26 p.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b0b88a585c27834223d2daf47faa57ca06dd9414:

  MAINTAINERS: Fix Florian Fainelli's email address (2023-09-29 17:49:18 -0400)

----------------------------------------------------------------
ARM: SoC fixes for 6.6

These are teh latest bug fixes that have come up in the soc tree.
Most of these are fairly minor. Most notably, the majority of
changes this time are not for dts files as usual.

 - Updates to the addresses of the broadcom and aspeed entries in the
   MAINTAINERS file.

 - Defconfig updates to address a regression on samsung and a build
   warning from an unknown Kconfig symbol

 - Build fixes for the StrongARM and Uniphier platforms

 - Code fixes for SCMI and FF-A firmware drivers, both of which had
   a simple bug that resulted in invalid data, and a lesser fix for
   the optee firmware driver

 - Multiple fixes for the recently added loongson/loongarch "guts"
   soc driver

 - Devicetree fixes for RISC-V on the startfive platform, addressing
   issues with NOR flash, usb and uart.

 - Multiple fixes for NXP i.MX8/i.MX9 dts files, fixing problems
   with clock, gpio, hdmi settings and the Makefile

 - Bug fixes for i.MX firmware code and the OCOTP soc driver

 - Multiple fixes for the TI sysc bus driver

 - Minor dts updates for TI omap dts files, to address boot
   time warnings and errors

----------------------------------------------------------------
Adam Ford (3):
      bus: ti-sysc: Fix missing AM35xx SoC matching
      arm64: dts: imx8mp: Fix SDMA2/3 clocks
      arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock

Alexander Stein (1):
      arm64: dts: freescale: tqma9352: Fix gpio hog

Andrew Jeffery (1):
      MAINTAINERS: aspeed: Update Andrew's email address

Arnd Bergmann (8):
      Merge tag 'omap-for-v6.6/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'riscv-dt-fixes-for-v6.6-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
      Merge tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'aspeed-6.6-maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/fixes
      Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      ARM: locomo: fix locomolcd_power declaration

Aurelien Jarno (1):
      riscv: dts: starfive: fix NOR flash reserved-data partition size

Binbin Zhou (5):
      soc: loongson: loongson_pm2: Add dependency for INPUT
      dt-bindings: soc: loongson,ls2k-pmc: Use fallbacks for ls2k-pmc compatible
      soc: loongson: loongson_pm2: Drop useless of_device_id compatible
      dt-bindings: soc: loongson,ls2k-pmc: Allow syscon-reboot/syscon-poweroff as child
      soc: loongson: loongson_pm2: Populate children syscon nodes

Christophe JAILLET (1):
      firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()

Dongliang Mu (1):
      soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource()

Hal Feng (2):
      riscv: dts: starfive: visionfive 2: Enable usb0
      riscv: dts: starfive: visionfive 2: Fix uart0 pins sort order

Julien Panis (1):
      bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()

Krzysztof Kozlowski (1):
      arm64: defconfig: enable syscon-poweroff driver

Liu Ying (1):
      arm64: dts: imx8mm-evk: Fix hdmi@3d node

Mikko Rapeli (1):
      arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y

Mingtong Bao (1):
      soc: loongson: loongson2_guts: Remove unneeded semicolon

Nathan Rossi (1):
      soc: imx8m: Enable OCOTP clock for imx8mm before reading registers

Randy Dunlap (1):
      ARM: uniphier: fix cache kernel-doc warnings

Rob Herring (2):
      arm64: dts: mediatek: Fix "mediatek,merge-mute" and "mediatek,merge-fifo-en" types
      arm64: dts: imx: Add imx8mm-prt8mm.dtb to build

Sibi Sankar (1):
      firmware: arm_scmi: Fixup perf power-cost/microwatt support

Sudeep Holla (1):
      firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND

Tony Lindgren (6):
      ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4
      ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot
      ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone
      ARM: omap2+: Downgrade u-boot version warnings to debug statements
      bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up
      Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes

Uwe Kleine-König (1):
      MAINTAINERS: Fix Florian Fainelli's email address

Yue Haibing (1):
      tee: Remove unused declarations

Zev Weiss (1):
      MAINTAINERS: aspeed: Update git tree URL

 .../bindings/soc/loongson/loongson,ls2k-pmc.yaml   | 43 +++++++++++++++---
 MAINTAINERS                                        | 10 ++---
 .../boot/dts/ti/omap/motorola-mapphone-common.dtsi |  5 ++-
 arch/arm/boot/dts/ti/omap/omap3-cpu-thermal.dtsi   |  3 +-
 arch/arm/boot/dts/ti/omap/omap4-cpu-thermal.dtsi   |  5 ++-
 arch/arm/boot/dts/ti/omap/omap443x.dtsi            |  1 +
 arch/arm/boot/dts/ti/omap/omap4460.dtsi            |  1 +
 arch/arm/include/asm/hardware/locomo.h             |  2 +-
 arch/arm/mach-omap2/pm44xx.c                       |  4 +-
 arch/arm/mach-sa1100/include/mach/collie.h         |  2 -
 arch/arm/mm/cache-uniphier.c                       |  4 +-
 arch/arm64/boot/dts/freescale/Makefile             |  1 +
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi      | 32 +++++++++-----
 .../arm64/boot/dts/freescale/imx8mp-beacon-kit.dts |  5 ++-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  6 +++
 arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi  |  2 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi           | 10 ++---
 arch/arm64/configs/defconfig                       |  2 +-
 .../dts/starfive/jh7110-starfive-visionfive-2.dtsi | 51 +++++++++++-----------
 drivers/bus/ti-sysc.c                              | 31 +++++++++----
 drivers/firmware/arm_ffa/driver.c                  | 16 ++++++-
 drivers/firmware/arm_scmi/perf.c                   |  4 +-
 drivers/firmware/imx/imx-dsp.c                     |  1 +
 drivers/soc/imx/soc-imx8m.c                        | 10 +++++
 drivers/soc/loongson/Kconfig                       |  1 +
 drivers/soc/loongson/loongson2_guts.c              |  6 +--
 drivers/soc/loongson/loongson2_pm.c                |  7 ++-
 drivers/tee/optee/optee_private.h                  |  2 -
 drivers/tee/tee_private.h                          |  2 -
 29 files changed, 179 insertions(+), 90 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 1, 2023, 1:48 a.m. UTC | #1
The pull request you sent on Sat, 30 Sep 2023 17:26:59 -0400:

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

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

Thank you!