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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E3731C433EF for ; Wed, 9 Mar 2022 12:45:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=yVNHvtRT8SCgh8t3RO8vgADqaB/CnUF3xKxaZiIKPtY=; b=J9kviFmQaULmrV TF1SH0YJVl+C8KGeju73zgZp6MNzLmnnNacN1UunHB/D6ZNYJBPfsyWFeYixQJAdkWtKtgrtg6EMG UxXD5Fz6jt7ixeN3pQLN5bG49Mstv1w2RvUq1Mp7UTTPynHZyCO/BhGCa8rdJXaifRf1B4RRQCoTV a6yFyvtLtBE12epZJUFe6WtkgTrxd03ykG6d++NleQe42ojmMFPHgsXXy7YqFcNZoaDa9pzL9eJK1 Zw/NeZdhv0e7tN56fxUlMQNomulsBa0A1XQ/B6nc0LeQ/3DVMQB2C9QygXFtblAP3uIzXzy+Sir9u ADF74ZYeK5fC7nOrbMUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRvfZ-008cS6-06; Wed, 09 Mar 2022 12:43:57 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRvfV-008cRG-Cn for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 12:43:54 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5EC3561947; Wed, 9 Mar 2022 12:43:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0704FC340E8; Wed, 9 Mar 2022 12:43:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646829831; bh=NfpZrz/N2z7mKEqxDudtRMZkspXLAswLYMQk23y6/AQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tK04+G+eh8HiQbfVzo9KJZkzySqvXhheh+6DNZALmaiC5uoP6ANl6ksKfrnZblpEj xJox+Mo4pseHbX09hV9KZEr56gERT0PfU0NE7Wjh+nVj/rq4wqfzdpOAUuQTZN3TT1 077EIBTVvrTrRZQmwdTNY4BUhDcPkbe9fjZ8c+pZy5S1PAzm/FRtbZa/ruI/4ZIXoC df2bLserL/oi/mFV/ThJf22+yNn6vYfI9pYwFj9WH4mDMxXD0luAGRVZQgp6dRVYjG Zp90lJjXbWJ89zAUmeE3fYGaHhEx9r7kdE7UNPnnFTH45OKTE75xWk9chKicR3QjsV IjozpGq4upSBA== Date: Wed, 9 Mar 2022 12:43:45 +0000 From: Will Deacon To: Thierry Reding Cc: Joerg Roedel , Robin Murphy , Rob Herring , Jon Hunter , iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia,memory-controller property Message-ID: <20220309124344.GF397@willie-the-truck> References: <20211209163600.609613-1-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220309_044353_496973_7F10CDD8 X-CRM114-Status: GOOD ( 28.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Mar 08, 2022 at 04:59:05PM +0100, Thierry Reding wrote: > On Wed, Feb 16, 2022 at 02:25:20PM +0100, Thierry Reding wrote: > > On Thu, Dec 09, 2021 at 05:35:57PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > On NVIDIA SoC's the ARM SMMU needs to interact with the memory > > > controller in order to map memory clients to the corresponding stream > > > IDs. Document how the nvidia,memory-controller property can be used to > > > achieve this. > > > > > > Note that this is a backwards-incompatible change that is, however, > > > necessary to ensure correctness. Without the new property, most of the > > > devices would still work but it is not guaranteed that all will. > > > > > > Signed-off-by: Thierry Reding > > > --- > > > Changes in v2: > > > - clarify why the new nvidia,memory-controller property is required > > > > > > .../devicetree/bindings/iommu/arm,smmu.yaml | 17 +++++++++++++++++ > > > 1 file changed, 17 insertions(+) > > > > Hi Joerg, > > > > can you pick up patches 1-3 of this series? DT bindings have been > > reviewed by Rob and Will acked the ARM SMMU change. I can take the > > device tree changes (patch 4) through the Tegra tree. > > Will, Robin, Joerg, > > I haven't seen this show up in linux-next yet but was hoping to see this > go in for v5.18. Anything I can do to help this move along? Hmm, I guess I could've taken 1-3, but after your message to Joerg I just Acked the driver change on the assumption that was a dependency or something. In any case, I'm happy for Joerg to pick these three up directly if he has time this late in the cycle. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel