Re: [PATCH v4] bus: mhi: core: Handle syserr during power_up

2020-05-13 Thread Manivannan Sadhasivam
On Thu, May 07, 2020 at 10:19:31AM -0600, Jeffrey Hugo wrote: > The MHI device may be in the syserr state when we attempt to init it in > power_up(). Since we have no local state, the handling is simple - > reset the device and wait for it to transition out of the reset state. > > Signed-off-by:

Re: [PATCH v4] bus: mhi: core: Handle syserr during power_up

2020-05-11 Thread Hemant Kumar
On 5/7/20 9:19 AM, Jeffrey Hugo wrote: The MHI device may be in the syserr state when we attempt to init it in power_up(). Since we have no local state, the handling is simple - reset the device and wait for it to transition out of the reset state. Signed-off-by: Jeffrey Hugo Reviewed-by:

[PATCH v4] bus: mhi: core: Handle syserr during power_up

2020-05-07 Thread Jeffrey Hugo
The MHI device may be in the syserr state when we attempt to init it in power_up(). Since we have no local state, the handling is simple - reset the device and wait for it to transition out of the reset state. Signed-off-by: Jeffrey Hugo --- v4: -Implemented Hemant's suggested solution from v2.