commit | f9cbbd256ccebc5911cb163f1cbb59fefd173d9a | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Aug 27 22:31:42 2017 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Wed Aug 30 16:29:55 2017 -0700 |
tree | c07d366843b9ff02e58d2c8d90c83535b7d380ec | |
parent | a0ff4aa6f010801b2a61c203c6e09d01b110fddf [diff] |
remoteproc: Stop subdevices in reverse order Subdevices might depend on earlier registered subdevices for communication purposes, as such they should be stopped in reverse order so that said communication channel is removed after the dependent subdevice is stopped. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>