From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>,
Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>,
Danila Tikhonov <danila@jiaxyga.com>,
Alexander Wilhelm <alexander.wilhelm@westermo.com>,
Maulik Shah <maulik.shah@oss.qualcomm.com>,
Dan Carpenter <dan.carpenter@linaro.org>,
David Wronek <david@mainlining.org>,
Kathiravan Thirumoorthy
<kathiravan.thirumoorthy@oss.qualcomm.com>,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Lijuan Gao <quic_lijuang@quicinc.com>
Subject: [GIT PULL] Qualcomm driver updates for v6.17
Date: Mon, 14 Jul 2025 21:14:53 -0500 [thread overview]
Message-ID: <20250715021454.14516-1-andersson@kernel.org> (raw)
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(-)
reply other threads:[~2025-07-15 2:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250715021454.14516-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=alexander.wilhelm@westermo.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=bjorn.andersson@oss.qualcomm.com \
--cc=dan.carpenter@linaro.org \
--cc=danila@jiaxyga.com \
--cc=david@mainlining.org \
--cc=kathiravan.thirumoorthy@oss.qualcomm.com \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=maulik.shah@oss.qualcomm.com \
--cc=quic_lijuang@quicinc.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).