commit | 4a8efd4a1a9593a11c808da94e6609f6d4ee7276 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Sun Dec 04 15:22:58 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 06 11:03:22 2016 +0100 |
tree | eab8e4f71db36b5d70e480f09d1e90acf6119a27 | |
parent | 8d7cc7adcec55bfeb28cc2dc58b996c95f180337 [diff] |
mei: synchronize irq before initiating a reset. We need to synchronize irqs before issuing reset to make sure that the clients communication is concluded and doesn't leak to the reset flow and confusing the state machine. This issue is happening during suspend/resume stress testing. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>