commit | a9ae424ed5a17819bf10f7e88d4c0b4ca5ac096c | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Feb 11 14:37:58 2019 -0600 |
committer | Andrew F. Davis <afd@ti.com> | Mon Feb 11 16:13:30 2019 -0600 |
tree | ec5e92321f121973f941c4b4af9af0bc23434ccc | |
parent | e9152c13c541572f81b449320a0e89f16d98f534 [diff] |
ti: k3: drivers: ti_sci: Use non-blocking TI-SCI messages for power down Now that we have non-blocking TI-SCI functions we can initiate the shutdown sequence from the PSCI handler without needing the ti_sci_proc_shutdown helper function, which is removed. This gives us the greater control and flexibility that will be needed when cluster power down sequences are added. Signed-off-by: Andrew F. Davis <afd@ti.com>