commit | 433c0e04bc06da6d049c691a9ef238d61edb841c | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Oct 02 17:46:38 2016 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Sun Oct 02 22:50:21 2016 -0700 |
tree | 8eed5266b333c8f65775284f3c69b3a6895b37d5 | |
parent | 229b85a6a54d7eef81ba307d60a589cc232f06d1 [diff] |
remoteproc: Split driver and consumer dereferencing In order to be able to lock a rproc driver implementations only when used by a client, we must differ between the dereference operation of a client and the implementation itself. This patch brings no functional change. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>