diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-05-09 14:56:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-11 05:13:26 +0200 |
commit | 6adba21eb434d8160da05507c564c2339f4afdda (patch) | |
tree | 7aff1e5aefb2c43856560405cc276a3538c5d64d /drivers/soc/qcom/Makefile | |
parent | soc: qcom dt-bindings: Add APR bus bindings (diff) | |
download | linux-6adba21eb434d8160da05507c564c2339f4afdda.tar.xz linux-6adba21eb434d8160da05507c564c2339f4afdda.zip |
soc: qcom: Add APR bus driver
This patch adds support to APR bus (Asynchronous Packet Router) driver.
APR driver is made as a bus driver so that the apr devices can added removed
more dynamically depending on the state of the services on the dsp.
APR is used for communication between application processor and QDSP to
use services on QDSP like Audio and others.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-and-tested-by: Rohit kumar <rohitkr@codeaurora.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
-rw-r--r-- | drivers/soc/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile index dcebf2814e6d..39de5dee55d9 100644 --- a/drivers/soc/qcom/Makefile +++ b/drivers/soc/qcom/Makefile @@ -12,3 +12,4 @@ obj-$(CONFIG_QCOM_SMEM_STATE) += smem_state.o obj-$(CONFIG_QCOM_SMP2P) += smp2p.o obj-$(CONFIG_QCOM_SMSM) += smsm.o obj-$(CONFIG_QCOM_WCNSS_CTRL) += wcnss_ctrl.o +obj-$(CONFIG_QCOM_APR) += apr.o |