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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8210C433EF for ; Thu, 7 Jul 2022 07:43:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234700AbiGGHnf (ORCPT ); Thu, 7 Jul 2022 03:43:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231393AbiGGHnd (ORCPT ); Thu, 7 Jul 2022 03:43:33 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B49E020BD9 for ; Thu, 7 Jul 2022 00:43:31 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 7D622423; Thu, 7 Jul 2022 09:43:29 +0200 (CEST) Date: Thu, 7 Jul 2022 09:43:28 +0200 From: Joerg Roedel To: Will Deacon Cc: yf.wang@mediatek.com, Robin Murphy , Yong Wu , Miles Chen , Matthias Brugger , wsd_upstream@mediatek.com, Libo Kang , Ning Li , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v12 0/2] iommu/mediatek: TTBR up to 35bit support Message-ID: References: <20220630092927.24925-1-yf.wang@mediatek.com> <20220706115028.GC2403@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220706115028.GC2403@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 06, 2022 at 12:50:31PM +0100, Will Deacon wrote: > On Thu, Jun 30, 2022 at 05:29:24PM +0800, yf.wang@mediatek.com wrote: > > This patchset adds MediaTek TTBR up to 35bit support for single normal zone. > > > > Changes in v12: > > - Update [PATCH 1/2]: remove GENMASK(31, 7) > > - Update [PATCH 2/2]: remove MMU_PT_ADDR_MASK definition. > > For both patches: > > Acked-by: Will Deacon > > Joerg -- please can you pick these up for 5.20? Applied to arm/mediatek, thanks.