Re: [PATCH v8 3/9] bus: mhi: core: Improvements to the channel handling state machine

2021-04-06 Thread Manivannan Sadhasivam
On Thu, Apr 01, 2021 at 02:16:12PM -0700, Bhaumik Bhatt wrote: > Improve the channel handling state machine such that all commands > go through a common function and a validation process to ensure > that the state machine is not violated in any way and adheres to > the MHI specification. Using this

[PATCH v8 3/9] bus: mhi: core: Improvements to the channel handling state machine

2021-04-01 Thread Bhaumik Bhatt
Improve the channel handling state machine such that all commands go through a common function and a validation process to ensure that the state machine is not violated in any way and adheres to the MHI specification. Using this common function allows MHI to eliminate some unnecessary debug message