Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-25 Thread Jeffrey Hugo
On 11/19/2020 12:02 PM, Bhaumik Bhatt wrote: On 2020-11-18 11:34 AM, Jeffrey Hugo wrote: On 11/18/2020 12:14 PM, Loic Poulain wrote: Le mer. 18 nov. 2020 à 19:34, Jeffrey Hugo > a écrit :     On 11/18/2020 11:20 AM, Bhaumik Bhatt wrote: > Reset MHI device

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-19 Thread Manivannan Sadhasivam
On Thu, Nov 19, 2020 at 10:18:28PM -0800, Jakub Kicinski wrote: > On Fri, 20 Nov 2020 11:45:12 +0530 Manivannan Sadhasivam wrote: > > Jakub, can you please provide your ack so that I can take it? > > Sure: > > Acked-by: Jakub Kicinski Patch applied to mhi-ath11k-immutable. Thanks, Mani

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-19 Thread Jakub Kicinski
On Fri, 20 Nov 2020 11:45:12 +0530 Manivannan Sadhasivam wrote: > Jakub, can you please provide your ack so that I can take it? Sure: Acked-by: Jakub Kicinski

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-19 Thread Manivannan Sadhasivam
On Thu, Nov 19, 2020 at 09:10:46PM -0800, Jakub Kicinski wrote: > On Wed, 18 Nov 2020 10:20:25 -0800 Bhaumik Bhatt wrote: > > Reset MHI device channels when driver remove is called due to > > module unload or any crash scenario. This will make sure that > > MHI channels no longer remain enabled

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-19 Thread Jakub Kicinski
On Wed, 18 Nov 2020 10:20:25 -0800 Bhaumik Bhatt wrote: > Reset MHI device channels when driver remove is called due to > module unload or any crash scenario. This will make sure that > MHI channels no longer remain enabled for transfers since the > MHI stack does not take care of this anymore

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-19 Thread Bhaumik Bhatt
On 2020-11-18 11:34 AM, Jeffrey Hugo wrote: On 11/18/2020 12:14 PM, Loic Poulain wrote: Le mer. 18 nov. 2020 à 19:34, Jeffrey Hugo > a écrit : On 11/18/2020 11:20 AM, Bhaumik Bhatt wrote: > Reset MHI device channels when driver remove is called due to

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-18 Thread Jeffrey Hugo
On 11/18/2020 12:14 PM, Loic Poulain wrote: Le mer. 18 nov. 2020 à 19:34, Jeffrey Hugo > a écrit : On 11/18/2020 11:20 AM, Bhaumik Bhatt wrote: > Reset MHI device channels when driver remove is called due to > module unload or any crash scenario.

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-18 Thread Bhaumik Bhatt
Hi Jeff, On 2020-11-18 10:34 AM, Jeffrey Hugo wrote: On 11/18/2020 11:20 AM, Bhaumik Bhatt wrote: Reset MHI device channels when driver remove is called due to module unload or any crash scenario. This will make sure that MHI channels no longer remain enabled for transfers since the MHI stack

Re: [PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-18 Thread Jeffrey Hugo
On 11/18/2020 11:20 AM, Bhaumik Bhatt wrote: Reset MHI device channels when driver remove is called due to module unload or any crash scenario. This will make sure that MHI channels no longer remain enabled for transfers since the MHI stack does not take care of this anymore after the auto-start

[PATCH] net: qrtr: Unprepare MHI channels during remove

2020-11-18 Thread Bhaumik Bhatt
Reset MHI device channels when driver remove is called due to module unload or any crash scenario. This will make sure that MHI channels no longer remain enabled for transfers since the MHI stack does not take care of this anymore after the auto-start channels feature was removed. Signed-off-by: