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 36FC7C433F5 for ; Fri, 4 Mar 2022 10:05:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234681AbiCDKFz (ORCPT ); Fri, 4 Mar 2022 05:05:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230370AbiCDKFw (ORCPT ); Fri, 4 Mar 2022 05:05:52 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CDCF19F457 for ; Fri, 4 Mar 2022 02:05:04 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id AD38F9BF; Fri, 4 Mar 2022 11:05:02 +0100 (CET) Date: Fri, 4 Mar 2022 11:05:01 +0100 From: Joerg Roedel To: Dafna Hirschfeld Cc: iommu@lists.linux-foundation.org, Yong Wu , Will Deacon , Matthias Brugger , "moderated list:MEDIATEK IOMMU DRIVER" , "moderated list:ARM/Mediatek SoC support" , open list , kernel@collabora.com, linux-media@vger.kernel.org, sebastian.reichel@collabora.com Subject: Re: [PATCH v2 0/5] iommu/mediatek: Fix tlb flush logic Message-ID: References: <20211208120744.2415-1-dafna.hirschfeld@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211208120744.2415-1-dafna.hirschfeld@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 08, 2021 at 02:07:39PM +0200, Dafna Hirschfeld wrote: > Sebastian Reichel (1): > iommu/mediatek: Always check runtime PM status in tlb flush range > callback > > Yong Wu (4): > iommu/mediatek: Remove for_each_m4u in tlb_sync_all > iommu/mediatek: Remove the power status checking in tlb flush all > iommu/mediatek: Add tlb_lock in tlb_flush_all > iommu/mediatek: Always tlb_flush_all when each PM resume > > drivers/iommu/mtk_iommu.c | 42 ++++++++++++++++++++------------------- > 1 file changed, 22 insertions(+), 20 deletions(-) Applied, thanks.