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>,
Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>,
Harshal Dev <harshal.dev@oss.qualcomm.com>
Subject: [GIT PULL] Qualcomm driver fixes for v7.1
Date: Tue, 26 May 2026 09:47:48 -0500 [thread overview]
Message-ID: <20260526144748.2776-1-andersson@kernel.org> (raw)
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-7.1
for you to fetch changes up to 462a85f9f887a4fef36550bb76c7f7d7a0fa296c:
soc: qcom: ice: Fix the error code when 'qcom,ice' property is not found (2026-05-21 18:18:44 -0500)
----------------------------------------------------------------
Qualcomm driver fixes for v7.1
The Qualcomm ICE driver suffers from race conditions between probe() and
get() and will in certain cases return the wrong error code, which
results in storage drivers failing to probe. Fix these issues.
Also correct the DeviceTree binding, to ensure that relevant clocks are
described and voted for, to prevent the driver from accessing unclocked
hardware during boot.
----------------------------------------------------------------
Bjorn Andersson (2):
Merge branch '20260416-qcom_ice_power_and_clk_vote-v5-1-5ccf5d7e2846@oss.qualcomm.com' into drivers-fixes-for-7.1
Merge branch '20260518-qcom-ice-fix-v7-0-2a595382185b@oss.qualcomm.com' into drivers-for-7.2
Harshal Dev (2):
dt-bindings: crypto: qcom,ice: Fix missing power-domain and iface clk
soc: qcom: ice: Allow explicit votes on 'iface' clock for ICE
Manivannan Sadhasivam (6):
soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
soc: qcom: ice: Return -ENODEV if the ICE platform device is not found
soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL
mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
scsi: ufs: ufs-qcom: Remove NULL check from devm_of_qcom_ice_get()
soc: qcom: ice: Fix the error code when 'qcom,ice' property is not found
.../bindings/crypto/qcom,inline-crypto-engine.yaml | 35 +++++++++++-
drivers/mmc/host/sdhci-msm.c | 10 ++--
drivers/soc/qcom/ice.c | 66 +++++++++++++++++-----
drivers/ufs/host/ufs-qcom.c | 10 ++--
4 files changed, 95 insertions(+), 26 deletions(-)
reply other threads:[~2026-05-26 14:47 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=20260526144748.2776-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=harshal.dev@oss.qualcomm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=manivannan.sadhasivam@oss.qualcomm.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