Message ID | 1681142292-27571-1-git-send-email-quic_jhugo@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | MHI host syserr fixes | expand |
On Mon, Apr 10, 2023 at 09:58:10AM -0600, Jeffrey Hugo wrote: > Two small fixes that address an issue where it is observed in stress > testing that a MHI device could appear to enter a bad state and be unable > to recover unless the module is removed and re-added which should not be > necessary. > Applied to mhi-next! - Mani > v2: > -Add fixes tags and cc stable. Fixes tag is expected to give suitable > indication for backporting. > > Jeffrey Hugo (2): > bus: mhi: host: Remove duplicate ee check for syserr > bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state > > drivers/bus/mhi/host/boot.c | 16 ++++++++++++---- > drivers/bus/mhi/host/main.c | 2 +- > 2 files changed, 13 insertions(+), 5 deletions(-) > > -- > 2.7.4 > >