aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2015-10-20 10:45:43 +0800
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2016-02-29 14:53:28 +0000
commit9d40a467641abed5d58067c635df5bbc08d2d5c6 (patch)
tree088e8c3b8507f6d4252e13ddab1d8912a617f88a
parent069b596bcf36f15cf15ca8b28ac04ed0414dd943 (diff)
soc: qcom: smd: Support multiple channels per sdev
This patch allows chaining additional channels to a SMD device, enabling implementation of multi-channel SMD devies - like Bluetooth. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
-rw-r--r--include/linux/soc/qcom/smd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/smd.h b/include/linux/soc/qcom/smd.h
index b0a043b8051a8..5ed08acf4c27a 100644
--- a/include/linux/soc/qcom/smd.h
+++ b/include/linux/soc/qcom/smd.h
@@ -71,6 +71,7 @@ struct qcom_smd_channel {
int pkt_size;
struct list_head list;
+ struct list_head dev_list;
};
/**