[PATCH 4/5] scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove()
Peter Wang (王信友)
peter.wang at mediatek.com
Mon Nov 11 18:15:54 PST 2024
On Mon, 2024-11-11 at 23:18 +0530, Manivannan Sadhasivam via B4 Relay
wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>
>
> From: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
>
> During the remove stage of glue drivers, some of them are
> incrementing the
> reference count using pm_runtime_get_sync(), before removing the
> ufshcd
> using ufshcd_remove(). But they are not dropping that reference count
> after
> ufshcd_remove() to balance the refcount.
>
> So drop the reference count by calling pm_runtime_put_noidle() after
> ufshcd_remove(). Since the behavior is applicable to all glue
> drivers, move
> the PM handling to ufshcd_pltfrm_remove().
>
> Cc: stable at vger.kernel.org # 3.12
> Fixes: 62694735ca95 ("[SCSI] ufs: Add runtime PM support for UFS host
> controller driver")
> Signed-off-by: Manivannan Sadhasivam <
> manivannan.sadhasivam at linaro.org>
> ---
> drivers/ufs/host/tc-dwc-g210-pltfrm.c | 1 -
> drivers/ufs/host/ufs-exynos.c | 1 -
> drivers/ufs/host/ufs-mediatek.c | 1 -
> drivers/ufs/host/ufs-qcom.c | 1 -
> drivers/ufs/host/ufs-sprd.c | 1 -
> drivers/ufs/host/ufshcd-pltfrm.c | 2 ++
> 6 files changed, 2 insertions(+), 5 deletions(-)
>
>
Reviewed-by: Peter Wang <peter.wang at mediatek.com>
More information about the linux-arm-kernel
mailing list