[GIT PULL] Qualcomm driver fixes for v7.1

Bjorn Andersson andersson at kernel.org
Tue May 26 07:47:48 PDT 2026


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 at oss.qualcomm.com' into drivers-fixes-for-7.1
      Merge branch '20260518-qcom-ice-fix-v7-0-2a595382185b at 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(-)



More information about the linux-arm-kernel mailing list