Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751833AbdLSRw3 (ORCPT ); Tue, 19 Dec 2017 12:52:29 -0500 Received: from mail-pl0-f42.google.com ([209.85.160.42]:38575 "EHLO mail-pl0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751624AbdLSRwV (ORCPT ); Tue, 19 Dec 2017 12:52:21 -0500 X-Google-Smtp-Source: ACJfBosADVJMRWPx4+P04NtGeeF7nFbCX145mg/pZ+SZwnK51yvTJzFxKEKIGGn1C/dyl15rZNHzwQ== Date: Tue, 19 Dec 2017 09:52:18 -0800 From: Bjorn Andersson To: Chris Lew Cc: robh+dt@kernel.org, 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 2/6] rpmsg: glink: Store edge name for glink device Message-ID: <20171219175218.GC12655@minitux> References: <1513634534-22861-1-git-send-email-clew@codeaurora.org> <1513634534-22861-3-git-send-email-clew@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513634534-22861-3-git-send-email-clew@codeaurora.org> 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: 343 Lines: 12 On Mon 18 Dec 14:02 PST 2017, Chris Lew wrote: > Channels may need to identify the edge their channel was probed for. > Store the edge name by reading the label property from device tree or > default to the node name. > > Signed-off-by: Chris Lew Acked-by: Bjorn Andersson Regards, Bjorn