commit | 18d371dcd46a6f66a42bc5c8953b5e9d16570053 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Jan 04 12:49:16 2019 -0600 |
committer | Andrew F. Davis <afd@ti.com> | Mon Jan 21 13:33:36 2019 -0600 |
tree | 7029ed3e4fb5ce5af59b7fce02a96226c93748ca | |
parent | 82a3c1db8a20d1edf46d08f4fe9e5483fce3c19b [diff] |
ti: k3: drivers: ti_sci: Clear receive queue before transmitting Send and receive currently must be be serialized, any message already in the receive queue when a new message is to be sent will cause a mismatch with the expected response from this new message. Clear out all messages from the response queue before sending a new request. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Nishanth Menon <nm@ti.com>