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

From: Jeffrey Hugo
Date: Tue May 04 2021 - 13:43:57 EST


On 4/1/2021 3:16 PM, 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 common function allows MHI to
eliminate some unnecessary debug messages and code duplication.

Signed-off-by: Bhaumik Bhatt <bbhatt@xxxxxxxxxxxxxx>
---

Reviewed-by: Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx>