[GIT PULL] Qualcomm driver updates for v6.17

Bjorn Andersson andersson at kernel.org
Mon Jul 14 19:14:53 PDT 2025


The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9f35ab0e53ccbea57bb9cbad8065e0406d516195:

  soc: qcom: mdt_loader: Fix error return values in mdt_header_valid() (2025-06-25 14:31:31 -0500)

----------------------------------------------------------------
Qualcomm driver updates for v6.17

Perform input validation in the MDT loader, as this was not properly
done in the non-remoteproc cases.

Fix endian issues in the QMI encoder/decoder.

Support reading DDR statistic using the Qualcomm stats driver.

Add support for reading TME firmware details to the socinfo driver.

Document the Kryo 470 CPU, and add SM7150 to the DCC to DeviceTree
bindings.

----------------------------------------------------------------
Alexander Wilhelm (2):
      soc: qcom: QMI encoding/decoding for big endian
      soc: qcom: fix endianness for QMI header

Bjorn Andersson (3):
      soc: qcom: mdt_loader: Ensure we don't read past the ELF header
      soc: qcom: mdt_loader: Rename mdt_phdr_valid()
      soc: qcom: mdt_loader: Actually use the e_phoff

Dan Carpenter (1):
      soc: qcom: mdt_loader: Fix error return values in mdt_header_valid()

Danila Tikhonov (3):
      dt-bindings: soc: qcom,dcc: Add the SM7150 compatible
      dt-bindings: sram: qcom,imem: Add the SM7150 compatible
      dt-bindings: arm: cpus: Add Kryo 470 CPUs

David Wronek (1):
      dt-bindings: soc: qcom: aoss-qmp: Add the SM7150 compatible

Kathiravan Thirumoorthy (1):
      soc: qcom: socinfo: Add support to retrieve TME build details

Konrad Dybcio (1):
      dt-bindings: sram: qcom,imem: Add a number of missing compatibles

Lijuan Gao (1):
      dt-bindings: soc: qcom: add qcom,qcs615-imem compatible

Maulik Shah (2):
      soc: qcom: qcom_stats: Add support to read DDR statistic
      soc: qcom: qcom_stats: Add QMP support for syncing ddr stats

 Documentation/devicetree/bindings/arm/cpus.yaml    |   1 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml           |   1 +
 .../devicetree/bindings/soc/qcom/qcom,dcc.yaml     |   1 +
 .../devicetree/bindings/sram/qcom,imem.yaml        |  15 +++
 drivers/soc/qcom/mdt_loader.c                      |  63 ++++++++--
 drivers/soc/qcom/qcom_stats.c                      | 133 +++++++++++++++++++++
 drivers/soc/qcom/qmi_encdec.c                      |  52 ++++++--
 drivers/soc/qcom/qmi_interface.c                   |   6 +-
 drivers/soc/qcom/socinfo.c                         |   2 +
 include/linux/soc/qcom/qmi.h                       |   6 +-
 10 files changed, 253 insertions(+), 27 deletions(-)



More information about the linux-arm-kernel mailing list