All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mhi: pci_generic: Graceful shutdown on freeze
@ 2021-10-25  8:52 Loic Poulain
  2021-10-25 17:00 ` Bhaumik Bhatt
  2021-10-25 21:58 ` Hemant Kumar
  0 siblings, 2 replies; 3+ messages in thread
From: Loic Poulain @ 2021-10-25  8:52 UTC (permalink / raw)
  To: mani; +Cc: linux-arm-msm, hemantk, bbhatt, Loic Poulain, stable

There is no reason for shutting down MHI ungracefully on freeze,
this causes the MHI host stack & device stack to not be aligned
anymore since the proper MHI reset sequence is not performed for
ungraceful shutdown.

Cc: stable@vger.kernel.org
Fixes: 5f0c2ee1fe8d ("bus: mhi: pci-generic: Fix hibernation")
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 drivers/bus/mhi/pci_generic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/mhi/pci_generic.c b/drivers/bus/mhi/pci_generic.c
index 6a42425..d4a3ce2 100644
--- a/drivers/bus/mhi/pci_generic.c
+++ b/drivers/bus/mhi/pci_generic.c
@@ -1018,7 +1018,7 @@ static int __maybe_unused mhi_pci_freeze(struct device *dev)
 	 * context.
 	 */
 	if (test_and_clear_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status)) {
-		mhi_power_down(mhi_cntrl, false);
+		mhi_power_down(mhi_cntrl, true);
 		mhi_unprepare_after_power_down(mhi_cntrl);
 	}
 
-- 
2.7.4


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

* Re: [PATCH] mhi: pci_generic: Graceful shutdown on freeze
  2021-10-25  8:52 [PATCH] mhi: pci_generic: Graceful shutdown on freeze Loic Poulain
@ 2021-10-25 17:00 ` Bhaumik Bhatt
  2021-10-25 21:58 ` Hemant Kumar
  1 sibling, 0 replies; 3+ messages in thread
From: Bhaumik Bhatt @ 2021-10-25 17:00 UTC (permalink / raw)
  To: Loic Poulain; +Cc: mani, linux-arm-msm, hemantk, stable

On 2021-10-25 01:52 AM, Loic Poulain wrote:
> There is no reason for shutting down MHI ungracefully on freeze,
> this causes the MHI host stack & device stack to not be aligned
> anymore since the proper MHI reset sequence is not performed for
> ungraceful shutdown.
> 
> Cc: stable@vger.kernel.org
> Fixes: 5f0c2ee1fe8d ("bus: mhi: pci-generic: Fix hibernation")
> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
> ---
>  drivers/bus/mhi/pci_generic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/bus/mhi/pci_generic.c 
> b/drivers/bus/mhi/pci_generic.c
> index 6a42425..d4a3ce2 100644
> --- a/drivers/bus/mhi/pci_generic.c
> +++ b/drivers/bus/mhi/pci_generic.c
> @@ -1018,7 +1018,7 @@ static int __maybe_unused mhi_pci_freeze(struct
> device *dev)
>  	 * context.
>  	 */
>  	if (test_and_clear_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status)) {
> -		mhi_power_down(mhi_cntrl, false);
> +		mhi_power_down(mhi_cntrl, true);
>  		mhi_unprepare_after_power_down(mhi_cntrl);
>  	}
Reviewed-by: Bhaumik Bhatt <bbhatt@codeaurora.org>

Thanks,
Bhaumik
---
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora 
Forum,
a Linux Foundation Collaborative Project

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

* Re: [PATCH] mhi: pci_generic: Graceful shutdown on freeze
  2021-10-25  8:52 [PATCH] mhi: pci_generic: Graceful shutdown on freeze Loic Poulain
  2021-10-25 17:00 ` Bhaumik Bhatt
@ 2021-10-25 21:58 ` Hemant Kumar
  1 sibling, 0 replies; 3+ messages in thread
From: Hemant Kumar @ 2021-10-25 21:58 UTC (permalink / raw)
  To: Loic Poulain, mani; +Cc: linux-arm-msm, bbhatt, stable

Hi Loic,

On 10/25/2021 1:52 AM, Loic Poulain wrote:
> There is no reason for shutting down MHI ungracefully on freeze,
> this causes the MHI host stack & device stack to not be aligned
> anymore since the proper MHI reset sequence is not performed for
> ungraceful shutdown.
> 
> Cc: stable@vger.kernel.org
> Fixes: 5f0c2ee1fe8d ("bus: mhi: pci-generic: Fix hibernation")
> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
> ---
Reviewed-by: Hemant Kumar <hemantk@codeaurora.org>

do we need to add suggested by tag :)

Thanks,
Hemant

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora 
Forum, a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2021-10-25 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  8:52 [PATCH] mhi: pci_generic: Graceful shutdown on freeze Loic Poulain
2021-10-25 17:00 ` Bhaumik Bhatt
2021-10-25 21:58 ` Hemant Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.