Re: [PATCH] bus: mhi: Remove auto-start option

2020-11-24 Thread Kalle Valo
Manivannan Sadhasivam writes: > On Wed, Nov 18, 2020 at 07:43:48AM +0200, Kalle Valo wrote: >> Manivannan Sadhasivam writes: >> >> > From: Loic Poulain >> > >> > There is really no point having an auto-start for channels. >> > This is confusing for the device drivers, some have to enable the >

Re: [PATCH] bus: mhi: Remove auto-start option

2020-11-18 Thread Bhaumik Bhatt
On 2020-11-18 03:57 AM, Manivannan Sadhasivam wrote: On Wed, Nov 18, 2020 at 07:55:19PM +0800, Carl Huang wrote: On 2020-11-18 17:31, Manivannan Sadhasivam wrote: > On Wed, Nov 18, 2020 at 07:43:48AM +0200, Kalle Valo wrote: > > Manivannan Sadhasivam writes: > > > > > From: Loic Poulain > > >

Re: [PATCH] bus: mhi: Remove auto-start option

2020-11-18 Thread Manivannan Sadhasivam
On Wed, Nov 18, 2020 at 07:55:19PM +0800, Carl Huang wrote: > On 2020-11-18 17:31, Manivannan Sadhasivam wrote: > > On Wed, Nov 18, 2020 at 07:43:48AM +0200, Kalle Valo wrote: > > > Manivannan Sadhasivam writes: > > > > > > > From: Loic Poulain > > > > > > > > There is really no point having an

Re: [PATCH] bus: mhi: Remove auto-start option

2020-11-18 Thread Carl Huang
On 2020-11-18 17:31, Manivannan Sadhasivam wrote: On Wed, Nov 18, 2020 at 07:43:48AM +0200, Kalle Valo wrote: Manivannan Sadhasivam writes: > From: Loic Poulain > > There is really no point having an auto-start for channels. > This is confusing for the device drivers, some have to enable the

Re: [PATCH] bus: mhi: Remove auto-start option

2020-11-18 Thread Manivannan Sadhasivam
On Wed, Nov 18, 2020 at 07:43:48AM +0200, Kalle Valo wrote: > Manivannan Sadhasivam writes: > > > From: Loic Poulain > > > > There is really no point having an auto-start for channels. > > This is confusing for the device drivers, some have to enable the > > channels, others don't have... and wa

Re: [PATCH] bus: mhi: Remove auto-start option

2020-11-17 Thread Kalle Valo
Manivannan Sadhasivam writes: > From: Loic Poulain > > There is really no point having an auto-start for channels. > This is confusing for the device drivers, some have to enable the > channels, others don't have... and waste resources (e.g. pre allocated > buffers) that may never be used. > > T

[PATCH] bus: mhi: Remove auto-start option

2020-11-17 Thread Manivannan Sadhasivam
From: Loic Poulain There is really no point having an auto-start for channels. This is confusing for the device drivers, some have to enable the channels, others don't have... and waste resources (e.g. pre allocated buffers) that may never be used. This is really up to the MHI device(channel) dr