From patchwork Fri May 10 04:34:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 10938239 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D809076 for ; Fri, 10 May 2019 04:35:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C96C428812 for ; Fri, 10 May 2019 04:35:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BDAC52899C; Fri, 10 May 2019 04:35:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 778F228812 for ; Fri, 10 May 2019 04:35:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727010AbfEJEe0 (ORCPT ); Fri, 10 May 2019 00:34:26 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:34266 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727004AbfEJEe0 (ORCPT ); Fri, 10 May 2019 00:34:26 -0400 Received: by mail-pg1-f196.google.com with SMTP id c13so2366607pgt.1 for ; Thu, 09 May 2019 21:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ib+MUjfQhZnZSro4VhngEMbvlKvKCZvtG3Xyv5qHdHM=; b=Y8kT4pXGqWTcxgxc4KCfDvBPKoX9ELoCs2hDyY4Ly2GO7yVbII5C5sIybh7CoMWWhn 4irrfpAX6ysaErLDHDcQJRGttSZkhh9Ww19O4oEUoX5Wbl8w0QiEkoN7U8w2gWc7MbkW AqhObpLDDOK2kISIX3NSTtSucgohoBF4rSc+YzDtS8HF+vo0q/yfsdNP9L5CqD25sOsV PtGgfAAyumJepwJX9awssnffDPrKnW8KYZTbSbyPqXFjhgsqKv6kGET/MTYWpsHZkmK1 39EJ/vXp90+YA8s+wb0a29uGlUi02OibPxvIzcamKW2OrcAS1QMohj5w5Mc1xXKnnSBU l8SA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ib+MUjfQhZnZSro4VhngEMbvlKvKCZvtG3Xyv5qHdHM=; b=qA0d09Wqah1wnCuP/BkBSP3i5FAxSLxBjhlNkQ5T/zdYCMMbcQ6C12HHVvZmkRx1dQ JJRetjQJrwyBzlUwGfFp0uc0hE9YiJDjJTuJf50U+e8bDAKb0rN45k4OtBX4l+YEcyaQ zUbXmFsgPaeXhPlRKS0b2ptQAiMezleDRLquI0A7Rk/LXC+x+dPBYmX35CE9M2ofkTU8 AP17gmjTjbcG1/MmHe2uKVMWH9N+V/rlQf+kq9cAzHC5irpmRtimRbO7fjAXCj7P18me lR/jGRAamltVGdsiiy6KEAAszHel2D4NIcSMjzElJXIw5P1ExNE/9Mi0gGJWV0ngnSqv ovQw== X-Gm-Message-State: APjAAAXlqCEipLgBnJbki/dL3y//+Z2GrKIjFh8PT2amablDtoCTahZz TwUcnJ19H7QabsFLCp3QwudAYw== X-Google-Smtp-Source: APXvYqzWbJYyDIfDb0r0u0JljNU5JZ51XRGaYNlxCB4WAlDG+AP+mkXCY46HRjIg+iRu5M3TEr3K5Q== X-Received: by 2002:a65:4907:: with SMTP id p7mr11059685pgs.288.1557462864894; Thu, 09 May 2019 21:34:24 -0700 (PDT) Received: from localhost.localdomain (104-188-17-28.lightspeed.sndgca.sbcglobal.net. [104.188.17.28]) by smtp.gmail.com with ESMTPSA id s17sm4785317pfm.149.2019.05.09.21.34.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 May 2019 21:34:24 -0700 (PDT) From: Bjorn Andersson Cc: Andy Gross , David Brown , Ohad Ben-Cohen , Rob Herring , Mark Rutland , linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/8] Qualcomm QCS404 CDSP improvements and fastrpc Date: Thu, 9 May 2019 21:34:13 -0700 Message-Id: <20190510043421.31393-1-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.18.0 To: unlisted-recipients:; (no To-header on input) Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series introduces the non-Trustzone based CDSP support, restructures the remoteproc nodes in the dts, introduces the IOMMU and adds the fastrpc nodes. The matrix_multi app is used for verification, the test completes 100% of the time, but exits only succesfully 70% of the time. Bjorn Andersson (7): dt-bindings: remoteproc: Rename and amend Hexagon v56 binding remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSP arm64: dts: qcom: qcs404-evb: Mark CDSP clocks protected arm64: dts: qcom: qcs404: Add TCSR node arm64: dts: qcom: qcs404: Fully describe the CDSP arm64: dts: qcom: qcs404: Move lpass and q6 into soc arm64: dts: qcom: qcs404: Define APPS IOMMU Thierry Escande (1): arm64: dts: qcom: qcs404: Add fastrpc nodes ...qcom,adsp-pil.txt => qcom,hexagon-v56.txt} | 35 +- arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 7 + arch/arm64/boot/dts/qcom/qcs404.dtsi | 364 +++++++++++++----- drivers/remoteproc/qcom_q6v5_adsp.c | 73 +++- 4 files changed, 358 insertions(+), 121 deletions(-) rename Documentation/devicetree/bindings/remoteproc/{qcom,adsp-pil.txt => qcom,hexagon-v56.txt} (74%)