[PATCH v2 0/4] soc: qcom: ice: Remove platform_driver support and expose as a pure library
From: Manivannan Sadhasivam via B4 Relay
Date: Tue Feb 10 2026 - 01:59:05 EST
Hi,
This series removes the platform_driver support from Qcom ICE driver and
exposes it as a pure library to the clients to avoid race conditions with ICE
SCM call availability.
Merge Strategy
==============
ICE patches (1,2) through Qcom tree and MMC/UFS patches (3,4) through respective
subsystem trees as there is no dependency.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxxxxxxxx>
---
Changes in v2:
* Added MODULE_* macros back
* Removed spurious platform_device_put()
* Added patches to remove NULL return
---
Manivannan Sadhasivam (4):
soc: qcom: ice: Remove platform_driver support and expose as a pure library
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()
drivers/mmc/host/sdhci-msm.c | 10 ++--
drivers/soc/qcom/ice.c | 127 ++++++++++++++++---------------------------
drivers/ufs/host/ufs-qcom.c | 10 ++--
3 files changed, 58 insertions(+), 89 deletions(-)
---
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
change-id: 20260210-qcom-ice-fix-d2a3a045b32d
Best regards,
--
Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxxxxxxxx>