commit | b62cc1e71013d23409aa1cf6e8626922c5d2d815 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Tue Dec 18 13:21:12 2018 -0600 |
committer | Andrew F. Davis <afd@ti.com> | Mon Jan 21 13:07:07 2019 -0600 |
tree | 9d5a10b69a9cefd8b132f16861eefa5b789d0386 | |
parent | 209135a3af8b2c26a7e880db72f475522d45ba90 [diff] |
ti: k3: drivers: ti_sci: Add processor status wait API This TI-SCI API can be used wait for a set of processor status flags to be set or cleared. The flags are processor type specific. This command will not return ACK until the specified status is met. NACK will be returned after the timeout elapses or on error. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Nishanth Menon <nm@ti.com>