Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757426AbdLUBgE (ORCPT ); Wed, 20 Dec 2017 20:36:04 -0500 Received: from mail-pl0-f66.google.com ([209.85.160.66]:32872 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757298AbdLUBgA (ORCPT ); Wed, 20 Dec 2017 20:36:00 -0500 X-Google-Smtp-Source: ACJfBouWHJZ3YsKEgKAXm/KDpDclClbaN5Xyg1btrL1f4Hl+pbzH/HBF7lDc/mxB94YmIPqsYRIsYA== Date: Wed, 20 Dec 2017 17:35:57 -0800 From: Bjorn Andersson To: Rob Herring Cc: Chris Lew , andy.gross@linaro.org, david.brown@linaro.org, aneela@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings Message-ID: <20171221013557.GE12655@minitux> References: <1513634534-22861-1-git-send-email-clew@codeaurora.org> <1513634534-22861-2-git-send-email-clew@codeaurora.org> <20171220183000.rhxgyikfqzxmqkjo@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171220183000.rhxgyikfqzxmqkjo@rob-hp-laptop> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1782 Lines: 50 On Wed 20 Dec 10:30 PST 2017, Rob Herring wrote: > On Mon, Dec 18, 2017 at 02:02:09PM -0800, Chris Lew wrote: > > Add a label property to identify the edge this node represents. > > Why does a user need to know this? > We have multiple remoteproc instances, each one having one or more associated SMD or GLINK links (this node), exposing logical communication channels. Some of these logical channels are exposed to user space and we need a way to distinguish them there. In the current implementation of SMD this value goes straight into an sysfs attribute that we can use when writing udev rules and for the DIAG implementation to pair up channels related to the same remoteproc. This adds the equivalent information for glink-backed channels. I'm therefor in favor of picking this patch. Regards, Bjorn > > > > Signed-off-by: Chris Lew > > --- > > 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: > > Definition: must be "qcom,glink-rpm" > > > > +- label: > > + Usage: optional > > + Value type: > > + Definition: should specify the subsystem name this edge corresponds to. > > + > > - interrupts: > > Usage: required > > Value type: > > -- > > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > > a Linux Foundation Collaborative Project > >