Re: [PATCH] bus: mhi: core: Move to polling method to wait for MHI ready

2021-02-19 Thread Bhaumik Bhatt
On 2021-02-19 06:55 AM, Jeffrey Hugo wrote: On 2/18/2021 7:18 PM, Bhaumik Bhatt wrote: In certain devices, it is likely that there is no incoming MHI interrupt for a transition to MHI READY state. One such example is the move from Pass Through to an SBL or AMSS execution environment. In order to

Re: [PATCH] bus: mhi: core: Move to polling method to wait for MHI ready

2021-02-19 Thread Jeffrey Hugo
On 2/18/2021 7:18 PM, Bhaumik Bhatt wrote: In certain devices, it is likely that there is no incoming MHI interrupt for a transition to MHI READY state. One such example is the move from Pass Through to an SBL or AMSS execution environment. In order to facilitate faster bootup times as there is n

[PATCH] bus: mhi: core: Move to polling method to wait for MHI ready

2021-02-18 Thread Bhaumik Bhatt
In certain devices, it is likely that there is no incoming MHI interrupt for a transition to MHI READY state. One such example is the move from Pass Through to an SBL or AMSS execution environment. In order to facilitate faster bootup times as there is no need to wait until timeout_ms completes, MH