Re: [PATCH v2 RESEND] bus: mhi: core: Wait for ready state after reset

2021-03-16 Thread Jeffrey Hugo
On 3/16/2021 12:14 AM, Manivannan Sadhasivam wrote: On Wed, Mar 10, 2021 at 01:41:58PM -0700, Jeffrey Hugo wrote: After the device has signaled the end of reset by clearing the reset bit, it will automatically reinit MHI and the internal device structures. Once That is done, the device will

Re: [PATCH v2 RESEND] bus: mhi: core: Wait for ready state after reset

2021-03-16 Thread Manivannan Sadhasivam
On Wed, Mar 10, 2021 at 01:41:58PM -0700, Jeffrey Hugo wrote: > After the device has signaled the end of reset by clearing the reset bit, > it will automatically reinit MHI and the internal device structures. Once > That is done, the device will signal it has entered the ready state. > >

Re: [PATCH v2 RESEND] bus: mhi: core: Wait for ready state after reset

2021-03-10 Thread Hemant Kumar
On 3/10/21 12:41 PM, Jeffrey Hugo wrote: After the device has signaled the end of reset by clearing the reset bit, it will automatically reinit MHI and the internal device structures. Once That is done, the device will signal it has entered the ready state. Signaling the ready state

[PATCH v2 RESEND] bus: mhi: core: Wait for ready state after reset

2021-03-10 Thread Jeffrey Hugo
After the device has signaled the end of reset by clearing the reset bit, it will automatically reinit MHI and the internal device structures. Once That is done, the device will signal it has entered the ready state. Signaling the ready state involves sending an interrupt (MSI) to the host which