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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 0287BC433ED for ; Fri, 16 Apr 2021 15:18:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C727961184 for ; Fri, 16 Apr 2021 15:18:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343762AbhDPPTQ (ORCPT ); Fri, 16 Apr 2021 11:19:16 -0400 Received: from 8bytes.org ([81.169.241.247]:35302 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245441AbhDPPRY (ORCPT ); Fri, 16 Apr 2021 11:17:24 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 12DF4B5; Fri, 16 Apr 2021 17:16:50 +0200 (CEST) Date: Fri, 16 Apr 2021 17:16:46 +0200 From: Joerg Roedel To: Dafna Hirschfeld Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, matthias.bgg@gmail.com, will@kernel.org, yong.wu@mediatek.com, kernel@collabora.com, dafna3@gmail.com, enric.balletbo@collabora.com Subject: Re: [PATCH] iommu/mediatek: always enable the clk on resume Message-ID: References: <20210408122842.29009-1-dafna.hirschfeld@collabora.com> <3c1f184f-e666-5198-e89e-c3774917c6d4@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3c1f184f-e666-5198-e89e-c3774917c6d4@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 16, 2021 at 03:47:01PM +0200, Dafna Hirschfeld wrote: > Hi, > I sent v2, removing the word 'comment' from the 'Fixes' tag > after a problem report from Stephen Rothwell, > could you replace v1 with v2? Replaced it, thanks.