From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E74AC38A2A for ; Thu, 7 May 2020 14:14:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CEA02084D for ; Thu, 7 May 2020 14:14:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="QMsCoa2w" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726742AbgEGOOI (ORCPT ); Thu, 7 May 2020 10:14:08 -0400 Received: from mail26.static.mailgun.info ([104.130.122.26]:22299 "EHLO mail26.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726393AbgEGOOH (ORCPT ); Thu, 7 May 2020 10:14:07 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1588860846; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=ouV/sAAm+HHkNw8+tVJPzvplbCTaOzR2TqpfgCh2bos=; b=QMsCoa2wTR63avSvyibQmfBmEmm1eyLxK8+FOe7VkKg1SCAESBG6VELxw5JJd/iXIBTE3crW oVbFPYkmQwlN0KmDx8DjyieoHRC3l0PSIs6iVCTiyyPiIes/xo2XMTr6pIyDKkpO12/xlRuD 7gACt8gHv9DLNtuvoMRoHvvk8i0= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5eb417aa.7f54e805f5a8-smtp-out-n02; Thu, 07 May 2020 14:14:02 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9F620C4478C; Thu, 7 May 2020 14:14:02 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sibis) by smtp.codeaurora.org (Postfix) with ESMTPSA id DC865C433F2; Thu, 7 May 2020 14:14:01 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 07 May 2020 19:44:01 +0530 From: Sibi Sankar To: Will Deacon Cc: Sai Prakash Ranjan , Robin Murphy , Joerg Roedel , Bjorn Andersson , Jordan Crouse , Rob Clark , Stephen Boyd , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Matthias Kaehlcke , Evan Green , linux-kernel-owner@vger.kernel.org Subject: Re: [PATCHv4 4/6] iommu/arm-smmu-qcom: Request direct mapping for modem device In-Reply-To: <20200507130210.GB31783@willie-the-truck> References: <8ef5d93c74f5cd9e4a6edab86d1d46efbf3aa038.1587407458.git.saiprakash.ranjan@codeaurora.org> <20200507130210.GB31783@willie-the-truck> Message-ID: X-Sender: sibis@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hey WIll, On 2020-05-07 18:32, Will Deacon wrote: > On Tue, Apr 21, 2020 at 12:03:52AM +0530, Sai Prakash Ranjan wrote: >> From: Sibi Sankar >> >> The Q6 modem sub-system has direct access to DDR through memnoc. >> Also SMMU is not expected to provide access control/translation >> for these SIDs (sandboxing of the modem is achieved through XPUs >> engaged using SMC calls). So request direct mapping for modem on >> platforms which don't have TrustZone. > > The Z7 space rocket framework has limited access to water through > BROADCHAN. > Also, this commit message really sucks. So please can you rewrite it in > a > way that makes sense to people outside of your office? lol, sure I'll re-word ^^ tday > > Will -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0C3BC38A24 for ; Thu, 7 May 2020 14:14:09 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 793BE20857 for ; Thu, 7 May 2020 14:14:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="Wtlc5hd8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 793BE20857 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 812E7894D9; Thu, 7 May 2020 14:14:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q0VuljVtOMI8; Thu, 7 May 2020 14:14:07 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 5C2E089397; Thu, 7 May 2020 14:14:07 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 4E538C0865; Thu, 7 May 2020 14:14:07 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 26C30C07FF for ; Thu, 7 May 2020 14:14:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F06252046B for ; Thu, 7 May 2020 14:14:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DAGQM1uueYLy for ; Thu, 7 May 2020 14:14:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail26.static.mailgun.info (mail26.static.mailgun.info [104.130.122.26]) by silver.osuosl.org (Postfix) with ESMTPS id 97B9D20460 for ; Thu, 7 May 2020 14:14:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1588860844; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=ouV/sAAm+HHkNw8+tVJPzvplbCTaOzR2TqpfgCh2bos=; b=Wtlc5hd8iw9rns0GnkOLIQFOK1/gyrOxaxwR3eWmqgr6G0u1IjlkTqCeOFdc+U0b627DjXBV RLPOwFU30WHA4718vYq0H4vpusXqI103co9UjYx2p5u6l1Lub3GpM+bCnKTRK4xXd9tjxS7+ px+YL4jakIdukiH5iRLhrm8z2+8= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI3NDkwMCIsICJpb21tdUBsaXN0cy5saW51eC1mb3VuZGF0aW9uLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5eb417aa.7fcd0f70b688-smtp-out-n03; Thu, 07 May 2020 14:14:02 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 97F91C43637; Thu, 7 May 2020 14:14:02 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sibis) by smtp.codeaurora.org (Postfix) with ESMTPSA id DC865C433F2; Thu, 7 May 2020 14:14:01 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 07 May 2020 19:44:01 +0530 From: Sibi Sankar To: Will Deacon Subject: Re: [PATCHv4 4/6] iommu/arm-smmu-qcom: Request direct mapping for modem device In-Reply-To: <20200507130210.GB31783@willie-the-truck> References: <8ef5d93c74f5cd9e4a6edab86d1d46efbf3aa038.1587407458.git.saiprakash.ranjan@codeaurora.org> <20200507130210.GB31783@willie-the-truck> Message-ID: X-Sender: sibis@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Cc: linux-kernel-owner@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Bjorn Andersson , Matthias Kaehlcke , Evan Green , linux-arm-msm@vger.kernel.org, Stephen Boyd , Robin Murphy , linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Hey WIll, On 2020-05-07 18:32, Will Deacon wrote: > On Tue, Apr 21, 2020 at 12:03:52AM +0530, Sai Prakash Ranjan wrote: >> From: Sibi Sankar >> >> The Q6 modem sub-system has direct access to DDR through memnoc. >> Also SMMU is not expected to provide access control/translation >> for these SIDs (sandboxing of the modem is achieved through XPUs >> engaged using SMC calls). So request direct mapping for modem on >> platforms which don't have TrustZone. > > The Z7 space rocket framework has limited access to water through > BROADCHAN. > Also, this commit message really sucks. So please can you rewrite it in > a > way that makes sense to people outside of your office? lol, sure I'll re-word ^^ tday > > Will -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10373C38A24 for ; Thu, 7 May 2020 14:14:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C95F92083B for ; Thu, 7 May 2020 14:14:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JaLZhcrd"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="muzp5wL1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C95F92083B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=xMSSUvdjWde4Hi5IxHA+Gd5R8M1v+YjVdCkvuu9XhtU=; b=JaLZhcrd6dCH8l0gApFjBgmI8 YRHHKhpgZVf/7Cmwd+vopeieOU/eg1DMoAxrBGbrR7xFO7BDeB/RhD1HaWS2zdC60dXd/8JuWCaXH 6s6KPJ3NlkH9zZzAIUTrWEdhkZ82ghCQA18KcDeMmY+aIGTHQwwpUQyGZ8wxzzNObwLVwislSk5NT 70n2Uv4/TrpExCsZ6T8d9IK5JMg2qlCjOy5J09vdwsTVssWjuPwwrvg19n+euuV03WsX1Vjn8RCE6 QfqI6sxbQAUnZblXi5qqVttCmbLQQ1U0hF7vyOoc6KvHnA9I+W1Zk7Z4gbFLwVhUdF0xqkZQE5lom 2L513ANYg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jWhHv-0007Vj-Q3; Thu, 07 May 2020 14:14:11 +0000 Received: from mail26.static.mailgun.info ([104.130.122.26]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jWhHq-0007Ud-6N for linux-arm-kernel@lists.infradead.org; Thu, 07 May 2020 14:14:10 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1588860845; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=ouV/sAAm+HHkNw8+tVJPzvplbCTaOzR2TqpfgCh2bos=; b=muzp5wL1g41xoOus3wWnmYKhW0h9V7uptZtbysbt/EeY7D6j2Lr1gtilEDFzyAlfFVMEnpD7 LGRbI67Xu0ZhkwNl2Y+sZ8BoursWCgZ+gRkb5V76LP5WfM+Y/0MKQH1GtKr4RxhLQZquAOQp NPRDyFkq1Fgf7fP6K/w7PxbBg7c= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyJiYzAxZiIsICJsaW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5eb417ab.7f82d0ca66f8-smtp-out-n05; Thu, 07 May 2020 14:14:03 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id AC04EC433D2; Thu, 7 May 2020 14:14:03 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sibis) by smtp.codeaurora.org (Postfix) with ESMTPSA id DC865C433F2; Thu, 7 May 2020 14:14:01 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 07 May 2020 19:44:01 +0530 From: Sibi Sankar To: Will Deacon Subject: Re: [PATCHv4 4/6] iommu/arm-smmu-qcom: Request direct mapping for modem device In-Reply-To: <20200507130210.GB31783@willie-the-truck> References: <8ef5d93c74f5cd9e4a6edab86d1d46efbf3aa038.1587407458.git.saiprakash.ranjan@codeaurora.org> <20200507130210.GB31783@willie-the-truck> Message-ID: X-Sender: sibis@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200507_071406_299496_58EC8189 X-CRM114-Status: GOOD ( 10.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel-owner@vger.kernel.org, Sai Prakash Ranjan , linux-kernel@vger.kernel.org, Joerg Roedel , Jordan Crouse , iommu@lists.linux-foundation.org, Bjorn Andersson , Rob Clark , Matthias Kaehlcke , Evan Green , linux-arm-msm@vger.kernel.org, Stephen Boyd , Robin Murphy , linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hey WIll, On 2020-05-07 18:32, Will Deacon wrote: > On Tue, Apr 21, 2020 at 12:03:52AM +0530, Sai Prakash Ranjan wrote: >> From: Sibi Sankar >> >> The Q6 modem sub-system has direct access to DDR through memnoc. >> Also SMMU is not expected to provide access control/translation >> for these SIDs (sandboxing of the modem is achieved through XPUs >> engaged using SMC calls). So request direct mapping for modem on >> platforms which don't have TrustZone. > > The Z7 space rocket framework has limited access to water through > BROADCHAN. > Also, this commit message really sucks. So please can you rewrite it in > a > way that makes sense to people outside of your office? lol, sure I'll re-word ^^ tday > > Will -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel