Linux SOC development
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm driver updates for v6.18
@ 2025-09-11 21:50 Bjorn Andersson
  2025-09-15 14:30 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2025-09-11 21:50 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, Mukesh Ojha,
	Barnabás Czémán, Jens Glathe, Jens Reidel,
	Kathiravan Thirumoorthy, Krzysztof Kozlowski, Luca Weiss,
	Nikita Travkin, Prasad Kumpatla, Qianfeng Rong, Sneh Mankad,
	Val Packett, Wolfram Sang, Yijie Yang


The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.18

for you to fetch changes up to 3cc9a8cadaf66e1a53e5fee48f8bcdb0a3fd5075:

  firmware: qcom: tzmem: disable sc7180 platform (2025-09-11 16:38:33 -0500)

----------------------------------------------------------------
Qualcomm driver updates for v6.18

Allowlist the uefisec application, to provide UEFI variable access on
Dell Inspiron 7441 and Latitude 7455, the Hamoa EVK, and the Lenovo
Thinkbook 16.

Disable tzmem on the SC7180 platform, as this causes problems with
rmtfs.

Clean up unused, lingering, parameters in the MDT loader API.

Unconditinally clear TCS trigger bit, to avoid false completion IRQs in
the RPMh/RSC driver. Fix endianess issue in SMEM driver.

Add pd-mapper support for SM8750.

----------------------------------------------------------------
Barnabás Czémán (1):
      dt-bindings: firmware: qcom,scm: Add MSM8937

Jens Glathe (1):
      firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16

Jens Reidel (1):
      soc: qcom: smem: Fix endian-unaware access of num_entries

Kathiravan Thirumoorthy (1):
      dt-bindings: sram: qcom,imem: Document IPQ5424 compatible

Krzysztof Kozlowski (1):
      soc: qcom: icc-bwmon: Fix handling dev_pm_opp_find_bw_*() errors

Luca Weiss (1):
      dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description

Mukesh Ojha (4):
      firmware: qcom: scm: preserve assign_mem() error return value
      soc: qcom: mdt_loader: Remove unused parameter
      soc: qcom: mdt_loader: Remove pas id parameter
      soc: qcom: mdt_loader: Remove unused parameter

Nikita Travkin (1):
      firmware: qcom: tzmem: disable sc7180 platform

Prasad Kumpatla (1):
      soc: qcom: pd-mapper: Add SM8750 compatible

Qianfeng Rong (1):
      soc: qcom: use devm_kcalloc() for array space allocation

Sneh Mankad (1):
      soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS

Val Packett (1):
      firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455

Wolfram Sang (1):
      soc: remove unneeded 'fast_io' parameter in regmap_config

Yijie Yang (1):
      firmware: qcom: scm: Allow QSEECOM on HAMOA-IOT-EVK

 .../devicetree/bindings/firmware/qcom,scm.yaml       |  3 +++
 .../devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml  |  2 +-
 .../devicetree/bindings/sram/qcom,imem.yaml          |  1 +
 drivers/firmware/qcom/qcom_scm.c                     |  6 +++++-
 drivers/firmware/qcom/qcom_tzmem.c                   |  1 +
 drivers/media/platform/qcom/venus/firmware.c         |  4 ++--
 drivers/net/wireless/ath/ath12k/ahb.c                |  2 +-
 drivers/remoteproc/qcom_q6v5_adsp.c                  |  2 +-
 drivers/remoteproc/qcom_q6v5_pas.c                   |  7 +++----
 drivers/remoteproc/qcom_q6v5_wcss.c                  |  2 +-
 drivers/soc/qcom/icc-bwmon.c                         |  3 +++
 drivers/soc/qcom/llcc-qcom.c                         |  1 -
 drivers/soc/qcom/mdt_loader.c                        | 20 +++++++++-----------
 drivers/soc/qcom/qcom_pd_mapper.c                    |  1 +
 drivers/soc/qcom/ramp_controller.c                   |  1 -
 drivers/soc/qcom/rpm_master_stats.c                  |  2 +-
 drivers/soc/qcom/rpmh-rsc.c                          |  7 ++-----
 drivers/soc/qcom/smem.c                              |  2 +-
 include/linux/soc/qcom/mdt_loader.h                  |  7 +++----
 19 files changed, 39 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Qualcomm driver updates for v6.18
  2025-09-11 21:50 [GIT PULL] Qualcomm driver updates for v6.18 Bjorn Andersson
@ 2025-09-15 14:30 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 14:30 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

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

On Thu, 11 Sep 2025 16:50:14 -0500 you wrote:
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
> 
>   Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.18
> 
> [...]

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

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-15 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11 21:50 [GIT PULL] Qualcomm driver updates for v6.18 Bjorn Andersson
2025-09-15 14:30 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox