[GIT PULL] Qualcomm driver fixes for v6.3

Bjorn Andersson andersson at kernel.org
Thu Mar 23 07:25:05 PDT 2023


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-driver-fixes-for-6.3

for you to fetch changes up to f3d0fbad6765da25de7ecf6481af9b6ddb0b3793:

  firmware: qcom: scm: fix bogus irq error at probe (2023-03-09 13:58:22 -0800)

----------------------------------------------------------------
Qualcomm driver fixes for v6.3

Support for the secure world interrupting the SCM driver drive the wait
queue mechanism was recently introduced, but most platforms doesn't have
this mechanism and an error should not be printed in the log.

The rmtfs_mem driver recently gained support for assigning the region to
multiple VMIDs, but accidentally removed the support for running without
assignment. A couple of changes are introducd to correct this.

The SC8280XP LLCC slice configuration is wrong, reslting in incorrect
configuration of the hardware. The table is corrected, based on the
datasheet.

----------------------------------------------------------------
Abel Vesa (1):
      soc: qcom: llcc: Fix slice configuration values for SC8280XP

Johan Hovold (1):
      firmware: qcom: scm: fix bogus irq error at probe

Luca Weiss (2):
      soc: qcom: rmtfs: fix error handling reading qcom,vmid
      soc: qcom: rmtfs: handle optional qcom,vmid correctly

 drivers/firmware/qcom_scm.c  |  2 +-
 drivers/soc/qcom/llcc-qcom.c |  6 +++---
 drivers/soc/qcom/rmtfs_mem.c | 10 +++++++---
 3 files changed, 11 insertions(+), 7 deletions(-)



More information about the linux-arm-kernel mailing list