From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932496AbcLHS74 (ORCPT ); Thu, 8 Dec 2016 13:59:56 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:36708 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932507AbcLHS7u (ORCPT ); Thu, 8 Dec 2016 13:59:50 -0500 Date: Thu, 8 Dec 2016 10:59:46 -0800 From: Bjorn Andersson To: Jeremy McNicoll Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2] rpmsg: qcom_smd: Add support for "label" property Message-ID: <20161208185946.GL30492@tuxbot> References: <1480716362-23467-1-git-send-email-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 08 Dec 04:14 PST 2016, Jeremy McNicoll wrote: > On 2016-12-02 2:06 PM, Bjorn Andersson wrote: > >Add support for the "label" property, used to give the edge a name other > >than the one of the DT node. This allows the implementor to provide > >consistently named edges when using the rpmsg character device. > > > >Signed-off-by: Bjorn Andersson > >--- > > > >Changes since v1: > >- Moved sysfs attribute to the correct (this) patch > > > > drivers/rpmsg/qcom_smd.c | 22 ++++++++++++++++++++++ > > 1 file changed, 22 insertions(+) > > > > Could you please add something to Documentation/devicetree/bindings/ > showing this "label" property. > > Or add a "label" to an existing DTS so people/implementors have a reference > if they so choose to use this property. > The DT binding update was already in flight and has been Acked by Rob and Andy. I just didn't get the implementation out until now. You can find it here: https://patchwork.kernel.org/patch/9385753/ Thanks for having a look. Regards, Bjorn