mbox series

[GIT,PULL] Qualcomm driver fixes for v6.3

Message ID 20230323142505.1086072-1-andersson@kernel.org (mailing list archive)
State Accepted
Commit ec7d8bd7d40f14b03da2d9cc3c6c8c845d62fb0f
Headers show
Series [GIT,PULL] Qualcomm driver fixes for v6.3 | expand

Pull-request

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

Message

Bjorn Andersson March 23, 2023, 2:25 p.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org March 24, 2023, 6 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 23 Mar 2023 07:25:05 -0700 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm driver fixes for v6.3
    https://git.kernel.org/soc/soc/c/ec7d8bd7d40f

You are awesome, thank you!