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 042A9C433F5 for ; Thu, 5 May 2022 14:54:17 +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=SEbRg6Y6jzeLY6EuyrX1LCytVZ7rJIK5gGYFj8lycwk=; b=CaZCkNi0mfkgcU gLrcHiCCqUJuK27I44dclslR5WciVnBo8cR+XBwVrdgUtNJ+ZScwcXiS6gZdbbKBf+3TUq1MGt6DT malrHyQLOYIgS4AUgYEKBkdx96MYuy7n8DFrWFX6W4gbLqIuTBvGKEKpCmhwyp/IQEJaFV9m7qWMa Y6kaTMSZtEXIzf3GabfD+oLgMVWpx56AOZO1eLKs9v10iEMdj8+N24dX/hQJKpwY9XWfB0VJ4/7oO DK9l9QZyMXkqM2F4llRFGIBWEEjWEMaV7NJQ2DWH7hdGqWtRh1q2rM3rm0WYLyA1g4AkMTpMQRvgf /F+FKQPDxdgd9v3ZkQ3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmcr1-00GTYT-DS; Thu, 05 May 2022 14:53:19 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmcqy-00GTXJ-Fb for linux-arm-kernel@lists.infradead.org; Thu, 05 May 2022 14:53:17 +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 ams.source.kernel.org (Postfix) with ESMTPS id D4F73B82D82; Thu, 5 May 2022 14:53:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54603C385A4; Thu, 5 May 2022 14:53:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651762393; bh=oSwfd81AM0OY4QoBIEasIKXinM4DcH+LT1YNQY4fTgw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DkD+hHPOPezMyZSaKjaYBAhl7weGZAqObGKfIaJFmAANGGXKUv77/oaKv+jMfRWCg /XvY6hqHucR0Zz0lKr3+oRk4s0cnPcN3r30mark5nHyJOZ/phTa1CQHJSWajK40jLu P47QrJhDb5N/t7h4sjRzVsjOsvv5MrnPyvCFYQmDIvZVirQ9X6af6fu10CD0U+wReF Ul9UzhRj4iHFWN22y++XuFgKxzCA3OtJK1raNXtDHpY7rQJEL7CUzL8yaDAkyjn3BE 6vNLq8qpb4psTGCm/A2YCAxSOJAo3HJ3Q78BjwjBvWToRL4JO1NuvgZPuyeH8HQKbz DbNYq8GiOiZCA== Date: Thu, 5 May 2022 15:53:08 +0100 From: Will Deacon To: Thierry Reding Cc: Joerg Roedel , Robin Murphy , iommu@lists.linux-foundation.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/3] iommu/arm-smmu: Support Tegra234 SMMU Message-ID: <20220505145307.GA21784@willie-the-truck> References: <20220429082243.496000-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-20220505_075316_709145_F3BA99EA X-CRM114-Status: GOOD ( 22.77 ) 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 Thu, May 05, 2022 at 04:15:29PM +0200, Thierry Reding wrote: > On Fri, Apr 29, 2022 at 10:22:40AM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > Hi Joerg, > > > > this is essentially a resend of v2 with a Acked-by:s from Robin and Will > > added. These have been on the list for quite a while now, but apparently > > there was a misunderstanding, so neither you nor Will picked this up. > > > > Since Will acked these, I think it's probably best for you to pick these > > up directly. If not, let me know and I'll work with Will to merge via > > the ARM SMMU tree. > > > > Thanks, > > Thierry > > > > Thierry Reding (3): > > dt-bindings: arm-smmu: Document nvidia,memory-controller property > > dt-bindings: arm-smmu: Add compatible for Tegra234 SOC > > iommu/arm-smmu: Support Tegra234 SMMU > > > > .../devicetree/bindings/iommu/arm,smmu.yaml | 23 +++++++++++++++++-- > > drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 3 ++- > > 2 files changed, 23 insertions(+), 3 deletions(-) > > Joerg, > > anything left to do on this from your perspective, or can this go into > v5.19? I'll pick them up in the Arm SMMU queue, as there are some other SMMU patches kicking around and we may as well keep them all together. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel