ti: k3: drivers: ti_sci: Use non-blocking TI-SCI messages for power down
authorAndrew F. Davis <afd@ti.com>
Mon, 11 Feb 2019 20:37:58 +0000 (14:37 -0600)
committerAndrew F. Davis <afd@ti.com>
Mon, 11 Feb 2019 22:13:30 +0000 (16:13 -0600)
commita9ae424ed5a17819bf10f7e88d4c0b4ca5ac096c
treeec5e92321f121973f941c4b4af9af0bc23434ccc
parente9152c13c541572f81b449320a0e89f16d98f534
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>
plat/ti/k3/common/drivers/ti_sci/ti_sci.c
plat/ti/k3/common/drivers/ti_sci/ti_sci.h
plat/ti/k3/common/k3_psci.c