commit | fbb6aacb078285f88e4a4a20399c6af8d61e0000 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Oct 02 17:46:39 2016 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Oct 02 22:50:22 2016 -0700 |
tree | bdec6ae8cb1d4d1c786c84335df7bb8760494dc8 | |
parent | 433c0e04bc06da6d049c691a9ef238d61edb841c [diff] |
remoteproc: Refactor rproc module locking Lock the implementation as we hand out references to client drivers rather than when they try to boot the remote processor. This allows auto-booting remote processors to be shut down by unloading their module, in addition to first unbinding them. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>