lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1524708472-18263-2-git-send-email-clew@codeaurora.org> Date: Wed, 25 Apr 2018 19:07:47 -0700 From: Chris Lew <clew@...eaurora.org> To: bjorn.andersson@...aro.org, andy.gross@...aro.org, david.brown@...aro.org, robh+dt@...nel.org, mark.rutland@....com Cc: aneela@...eaurora.org, linux-arm-msm@...r.kernel.org, linux-remoteproc@...r.kernel.org, linux-soc@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, clew@...eaurora.org Subject: [PATCH v2 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings There are GLINK clients who open the same channel on multiple GLINK links. These clients need a way to distinguish which remoteproc they are communicating to. Add a label property to identify the edge this node represents. Signed-off-by: Chris Lew <clew@...eaurora.org> --- Changes since v1: - Add explanation for label in commit message Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt index 9663cab52246..0b8cc533ca83 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt @@ -10,6 +10,11 @@ edge. Value type: <stringlist> Definition: must be "qcom,glink-rpm" +- label: + Usage: optional + Value type: <string> + Definition: should specify the subsystem name this edge corresponds to. + - interrupts: Usage: required Value type: <prop-encoded-array> -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
Powered by blists - more mailing lists