public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] soc: qcom: ice: Remove platform_driver support and expose as a pure library
@ 2026-02-10  6:56 Manivannan Sadhasivam via B4 Relay
  2026-02-10  6:56 ` [PATCH v2 1/4] " Manivannan Sadhasivam via B4 Relay
  2026-02-10 13:43 ` [PATCH v2 0/4] " Ulf Hansson
  0 siblings, 2 replies; 10+ messages in thread
From: Manivannan Sadhasivam via B4 Relay @ 2026-02-10  6:56 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Adrian Hunter,
	Ulf Hansson, Manivannan Sadhasivam, James E.J. Bottomley,
	Martin K. Petersen
  Cc: linux-arm-msm, linux-kernel, linux-mmc, linux-scsi, Sumit Garg,
	mani, Manivannan Sadhasivam, stable, Abel Vesa

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@oss.qualcomm.com>
---
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@oss.qualcomm.com>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-13  2:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10  6:56 [PATCH v2 0/4] soc: qcom: ice: Remove platform_driver support and expose as a pure library Manivannan Sadhasivam via B4 Relay
2026-02-10  6:56 ` [PATCH v2 1/4] " Manivannan Sadhasivam via B4 Relay
2026-02-10  9:39   ` Konrad Dybcio
2026-02-10 12:08     ` Abel Vesa
2026-02-10 12:19     ` Manivannan Sadhasivam
2026-02-12 12:05       ` Konrad Dybcio
2026-02-13  1:02   ` Eric Biggers
2026-02-13  2:17     ` Manivannan Sadhasivam
2026-02-10 13:43 ` [PATCH v2 0/4] " Ulf Hansson
2026-02-10 13:54   ` Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox