From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v5 4/4] remoteproc: qcom: Add support for mss remoteproc on msm8996 Date: Thu, 1 Jun 2017 13:33:24 -0700 Message-ID: <20170601203324.GA12920@tuxbook> References: <1496344641-6291-1-git-send-email-akdwived@codeaurora.org> <1496344641-6291-5-git-send-email-akdwived@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:33839 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbdFAUcg (ORCPT ); Thu, 1 Jun 2017 16:32:36 -0400 Received: by mail-pf0-f182.google.com with SMTP id 9so36826825pfj.1 for ; Thu, 01 Jun 2017 13:32:35 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1496344641-6291-5-git-send-email-akdwived@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Avaneesh Kumar Dwivedi Cc: sboyd@codeaurora.org, agross@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org On Thu 01 Jun 12:17 PDT 2017, Avaneesh Kumar Dwivedi wrote: > This patch add support for mss boot on msm8996. Major changes > include initializing mss rproc for msm8996, making appropriate > change for executing mss reset sequence etc. > > Signed-off-by: Avaneesh Kumar Dwivedi > --- > .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 + > drivers/remoteproc/qcom_q6v5_pil.c | 163 ++++++++++++++++++--- > 2 files changed, 140 insertions(+), 24 deletions(-) > > diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt > index 92347fe..87a8e51 100644 > --- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt > +++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt > @@ -11,6 +11,7 @@ on the Qualcomm Hexagon core. > "qcom,msm8916-mss-pil", > "qcom,msm8974-mss-pil" This blank line should be moved one step down. > + "qcom,msm8996-mss-pil" > - reg: > Usage: required > Value type: Apart from that I think this looks good. Acked-by: Bjorn Andersson Regards, Bjorn