Message ID | 20241111-ufs_bug_fix-v1-0-45ad8b62f02e@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | scsi: ufs: Bug fixes for ufs core and platform drivers | expand |
On 11/11/24 9:48 AM, Manivannan Sadhasivam via B4 Relay wrote: > This series has several bug fixes that I encountered when the ufs-qcom driver > was removed and inserted back. But the fixes are applicable to other platform > glue drivers as well. For the entire series: Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Manivannan, > This series has several bug fixes that I encountered when the ufs-qcom > driver was removed and inserted back. But the fixes are applicable to > other platform glue drivers as well. > > This series is tested on Qcom RB5 development board based on SM8250 > SoC. Applied to 6.13/scsi-staging, thanks!
Hi, This series has several bug fixes that I encountered when the ufs-qcom driver was removed and inserted back. But the fixes are applicable to other platform glue drivers as well. This series is tested on Qcom RB5 development board based on SM8250 SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> --- Manivannan Sadhasivam (5): scsi: ufs: core: Cancel RTC work during ufshcd_remove() scsi: ufs: qcom: Only free platform MSIs when ESI is enabled scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove() scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() drivers/ufs/core/ufshcd.c | 1 + drivers/ufs/host/cdns-pltfrm.c | 4 +--- drivers/ufs/host/tc-dwc-g210-pltfrm.c | 5 +---- drivers/ufs/host/ufs-exynos.c | 3 +-- drivers/ufs/host/ufs-hisi.c | 4 +--- drivers/ufs/host/ufs-mediatek.c | 5 +---- drivers/ufs/host/ufs-qcom.c | 7 ++++--- drivers/ufs/host/ufs-renesas.c | 4 +--- drivers/ufs/host/ufs-sprd.c | 5 +---- drivers/ufs/host/ufshcd-pltfrm.c | 16 ++++++++++++++++ drivers/ufs/host/ufshcd-pltfrm.h | 1 + 11 files changed, 29 insertions(+), 26 deletions(-) --- base-commit: 59b723cd2adbac2a34fc8e12c74ae26ae45bf230 change-id: 20241111-ufs_bug_fix-6d17f39afaa4 Best regards,