commit | a29578dbe233de60a464e9c86a2a08b132f81c2c | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Feb 11 14:18:53 2019 -0600 |
committer | Andrew F. Davis <afd@ti.com> | Mon Feb 11 16:13:30 2019 -0600 |
tree | 823340b34f5874ed29cdb2afe2ebc270019b0a86 | |
parent | 06b3052151f9a86a25bd411436d57eebad6530c5 [diff] |
ti: k3: drivers: ti_sci: Add non-blocking TI-SCI messages Most TI-SCI functions request an ACK and wait until it is received. For some power sequence tasks we cannot wait but instead queue messages asynchronously. Three messages have been identified that will need to be used in this way. Add non-waiting versions of these functions. Signed-off-by: Andrew F. Davis <afd@ti.com>