mbox series

[GIT,PULL] SoC fixes for 6.9

Message ID 4c6039da-5362-46ad-8126-dacaf7ad1169@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] SoC fixes for 6.9 | expand

Pull-request

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

Message

Arnd Bergmann April 12, 2024, 7:48 p.m. UTC
The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 011d79ef1cfad701c2d8e7e80d8c77523af9c771:

  MAINTAINERS: Change Krzysztof Kozlowski's email address (2024-04-09 17:06:51 +0200)

----------------------------------------------------------------
SoC fixes for 6.9

The device tree changes this time are all for NXP i.MX platforms, addressing
issues with clocks and regulators on i.MX7 and i.MX8.

The old OMAP2 based Nokia N8x0 tablet get a couple of code fixes for
regressions that came in.

The ARM SCMI and FF-A firmware interfaces get a couple of minor
bug fixes.

A regression fix for RISC-V cache management addresses a problem with
probe order on Sifive cores.

----------------------------------------------------------------
Aaro Koskinen (6):
      ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0
      ARM: OMAP2+: fix N810 MMC gpiod table
      mmc: omap: fix broken slot switch lookup
      mmc: omap: fix deferred probe
      mmc: omap: restore original power up/down steps
      ARM: OMAP2+: fix USB regression on Nokia N8x0

Arnd Bergmann (5):
      Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'imx-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'scmi-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'ffa-fix-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'riscv-soc-fixes-for-v6.9-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes

Cristian Marussi (1):
      firmware: arm_scmi: Make raw debugfs entries non-seekable

Fabio Estevam (2):
      ARM: dts: imx7-mba7: Use 'no-mmc' property
      ARM: dts: imx7s-warp: Pass OV2680 link-frequencies

Frank Li (8):
      arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
      arm64: dts: imx8-ss-lsio: fix pwm lpcg indices
      arm64: dts: imx8-ss-conn: fix usb lpcg indices
      arm64: dts: imx8-ss-dma: fix spi lpcg indices
      arm64: dts: imx8-ss-dma: fix pwm lpcg indices
      arm64: dts: imx8-ss-dma: fix adc lpcg indices
      arm64: dts: imx8-ss-dma: fix can lpcg indices
      arm64: dts: imx8qm-ss-dma: fix can lpcg indices

Jens Wiklander (1):
      firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()

Krzysztof Kozlowski (1):
      MAINTAINERS: Change Krzysztof Kozlowski's email address

Pierre Gondois (1):
      firmware: arm_scmi: Fix wrong fastchannel initialization

Samuel Holland (1):
      cache: sifive_ccache: Partially convert to a platform driver

Tim Harvey (2):
      arm64: dts: freescale: imx8mp-venice-gw72xx-2x: fix USB vbus regulator
      arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix USB vbus regulator

 MAINTAINERS                                        | 38 ++++++------
 arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi           |  2 +-
 arch/arm/boot/dts/nxp/imx/imx7s-warp.dts           |  1 +
 arch/arm/mach-omap2/board-n8x0.c                   | 23 +++----
 arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi    | 16 ++---
 arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi     | 40 ++++++------
 arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi    | 16 ++---
 .../boot/dts/freescale/imx8mp-venice-gw72xx.dtsi   |  2 +-
 .../boot/dts/freescale/imx8mp-venice-gw73xx.dtsi   |  2 +-
 arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi   |  8 +--
 drivers/cache/sifive_ccache.c                      | 72 ++++++++++++++--------
 drivers/firmware/arm_ffa/driver.c                  |  2 +-
 drivers/firmware/arm_scmi/powercap.c               |  2 +-
 drivers/firmware/arm_scmi/raw_mode.c               |  7 ++-
 drivers/mmc/host/omap.c                            | 48 ++++++++++-----
 15 files changed, 158 insertions(+), 121 deletions(-)

Comments

pr-tracker-bot@kernel.org April 12, 2024, 8:17 p.m. UTC | #1
The pull request you sent on Fri, 12 Apr 2024 21:48:34 +0200:

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

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

Thank you!