Re: [PATCH v2] bus: mhi: host: Skip MHI reset if device is in RDDM

From: Jeffrey Hugo
Date: Thu May 11 2023 - 09:52:41 EST


On 5/10/2023 8:33 PM, Qiang Yu wrote:
In RDDM EE, device can not process MHI reset issued by host. In case of MHI
power off, host is issuing MHI reset and polls for it to get cleared until
it times out. Since this timeout can not be avoided in case of RDDM, skip
the MHI reset in this scenarios.

Fixes: a0f5a630668c ("bus: mhi: Move host MHI code to "host" directory")

This doesn't seem like the correct fixes tag. That commit looks like it just moves code around, but does not add code. What is the commit that added the relevant code? That commit probably predates the move.

Signed-off-by: Qiang Yu <quic_qianyu@xxxxxxxxxxx>
---