Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753123AbbH0P0x (ORCPT ); Thu, 27 Aug 2015 11:26:53 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:55400 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751831AbbH0P0w (ORCPT ); Thu, 27 Aug 2015 11:26:52 -0400 Message-ID: <55DF2C35.4030207@mm-sol.com> Date: Thu, 27 Aug 2015 18:26:45 +0300 From: Stanimir Varbanov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Andy Gross , linux-arm-msm@vger.kernel.org CC: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson Subject: Re: [PATCH v2] soc: qcom: smd: Use correct remote processor ID References: <1440618165-9410-1-git-send-email-agross@codeaurora.org> In-Reply-To: <1440618165-9410-1-git-send-email-agross@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1798 Lines: 49 On 08/26/2015 10:42 PM, Andy Gross wrote: > This patch fixes SMEM addressing issues when remote processors need to use > secure SMEM partitions. > > Signed-off-by: Andy Gross > --- > .../devicetree/bindings/soc/qcom/qcom,smd.txt | 6 ++++++ > drivers/soc/qcom/smd.c | 15 +++++++++++---- > 2 files changed, 17 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt > index f65c76d..97d9b3e 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt > @@ -37,6 +37,12 @@ The edge is described by the following properties: > Definition: the identifier of the remote processor in the smd channel > allocation table > > +- qcom,remote-pid: > + Usage: optional > + Value type: > + Definition: the identifier for the remote processor as known by the rest > + of the system. > + > = SMD DEVICES > > In turn, subnodes of the "edges" represent devices tied to SMD channels on that > diff --git a/drivers/soc/qcom/smd.c b/drivers/soc/qcom/smd.c > index 327adcf..5706a81 100644 > --- a/drivers/soc/qcom/smd.c > +++ b/drivers/soc/qcom/smd.c > @@ -111,6 +111,7 @@ struct qcom_smd_edge { > struct qcom_smd *smd; > struct device_node *of_node; > unsigned edge_id; > + unsigned remote_pid; Andy, you forgot to add this new field in structure description header. -- regards, Stan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/