]> asedeno.scripts.mit.edu Git - linux.git/commit
remoteproc: q6v5: Extract common resource handling
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 4 Jun 2018 20:30:36 +0000 (13:30 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 18 Jun 2018 22:55:57 +0000 (15:55 -0700)
commit3b415c8fb263173a60e12666213073c9653737d0
tree41a35df39941028a705142f280e9b2dd768b2d67
parent0e622e80191e75c99b6ecc265c140a37d81e7a63
remoteproc: q6v5: Extract common resource handling

Shared between all Hexagon V5 based remoteprocs is the handling of the 5
interrupts and the SMP2P stop request, so break this out into a separate
function in order to allow these drivers to be cleaned up.

Reviewed-by: Rohit kumar <rohitkr@codeaurora.org>
Tested-by: Rohit kumar <rohitkr@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/qcom_q6v5.c [new file with mode: 0644]
drivers/remoteproc/qcom_q6v5.h [new file with mode: 0644]