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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 4ACA6C55179 for ; Thu, 29 Oct 2020 17:26:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F2CA8206CA for ; Thu, 29 Oct 2020 17:26:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603992380; bh=ydtT245KR4NOVY4gur+adaCMxoV41NBuWwlp88cEl8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iCP44ycYT9S9ZTvHYrf89m8f4OXcC998acQRKaC+aALJ+wAnbYjdo+caNO869GTfZ xTsbDPfozFzIraouOU3x4cDizgQRWyPtMEwCKPRhzFkdH0Zd8wRvvtVomEhkL5uSVu kefdJOIfzMBCDcHURkKo1BaUY2czHL3gytkggrU8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728080AbgJ2R0S (ORCPT ); Thu, 29 Oct 2020 13:26:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:43712 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727970AbgJ2R0Q (ORCPT ); Thu, 29 Oct 2020 13:26:16 -0400 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7CAFF206CB; Thu, 29 Oct 2020 17:26:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603992375; bh=ydtT245KR4NOVY4gur+adaCMxoV41NBuWwlp88cEl8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CYT+Aaf4mrNMx1sFQUTd5llJYqfeqgcZLxEcsAuy3xMBgfjPjBCVTpQUYv58eaCk5 4NisOpJzE1bJoj3JWcE8rnPiKgsOV9MMkuUIs9m/G221zTHsJb2Uct40FZVjv/puBI QetIP8XCZNX0p/kL0f0uDAC7nRFocK+i4DkNiL7Y= Date: Thu, 29 Oct 2020 17:26:08 +0000 From: Will Deacon To: Jordan Crouse Cc: linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , Greg Kroah-Hartman , Joerg Roedel , Krishna Reddy , Rob Clark , Rob Herring , Robin Murphy , Sai Prakash Ranjan , Sibi Sankar , Stephen Boyd , Vivek Gautam , devicetree@vger.kernel.org, iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v18 0/4] iommu/arm-smmu: Add adreno-smmu implementation and bindings Message-ID: <20201029172607.GA30745@willie-the-truck> References: <20201027223408.469893-1-jcrouse@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201027223408.469893-1-jcrouse@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Oct 27, 2020 at 04:34:04PM -0600, Jordan Crouse wrote: > This short series adds support for the adreno-smmu implementation of the > arm-smmu driver and the device-tree bindings to turn on the implementation > for the sm845 and sc7180 GPUs. These changes are the last ones needed to enable > per-instance pagetables in the drm/msm driver. > > No deltas in this patchset since the last go-around for 5.10 [1]. > > [1] https://patchwork.freedesktop.org/series/81393/ > > Jordan Crouse (3): > iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU > dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU > arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU > > Rob Clark (1): > iommu/arm-smmu: Add a way for implementations to influence SCTLR FYI: this patch (patch 4/4) doesn't seem to have made it anywhere (I don't have it, and neither does the archive). Will