aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/soc
diff options
context:
space:
mode:
authorSibi Sankar <sibis@codeaurora.org>2020-03-12 17:38:42 +0530
committerBjorn Andersson <bjorn.andersson@linaro.org>2020-03-14 22:38:50 -0700
commit83473566260288c560e5443ea4cc40a458aa9e6a (patch)
treedabbc7d76b3f9be7033f3db223c38ab9ad57f603 /include/linux/soc
parentdt-bindings: soc: qcom: apr: Add protection domain bindings (diff)
downloadwireguard-linux-83473566260288c560e5443ea4cc40a458aa9e6a.tar.xz
wireguard-linux-83473566260288c560e5443ea4cc40a458aa9e6a.zip
soc: qcom: apr: Add avs/audio tracking functionality
Use PDR helper functions to track the protection domains that the apr services are dependent upon on SDM845 SoC, specifically the "avs/audio" service running on ADSP Q6. Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Link: https://lore.kernel.org/r/20200312120842.21991-4-sibis@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'include/linux/soc')
-rw-r--r--include/linux/soc/qcom/apr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/apr.h b/include/linux/soc/qcom/apr.h
index c5d52e2cb275..7f0bc3cf4d61 100644
--- a/include/linux/soc/qcom/apr.h
+++ b/include/linux/soc/qcom/apr.h
@@ -85,6 +85,7 @@ struct apr_device {
uint16_t domain_id;
uint32_t version;
char name[APR_NAME_SIZE];
+ const char *service_path;
spinlock_t lock;
struct list_head node;
};