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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 28E6EC4338F for ; Wed, 28 Jul 2021 06:34:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08C7360EBB for ; Wed, 28 Jul 2021 06:34:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234068AbhG1Ge3 (ORCPT ); Wed, 28 Jul 2021 02:34:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:35086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233989AbhG1Ge2 (ORCPT ); Wed, 28 Jul 2021 02:34:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 48D86601FE; Wed, 28 Jul 2021 06:34:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627454067; bh=C0FNTOnyxUD0u4VKjgMCo4MT78njp9/ePeqMC0wr4aY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q0jaCs56hHgGNUyu1WhaGCiBvXaMWBZ3YaFFg5YXmsBg8UrD9jx0YHJOL8BJVOuGG oA2gNrVKGYIkHeE3XhNoUQBkTRGqi6vabH6YgZz2FO1Nmkvenz04RGMd9ccdA4w2BN 2B8j33He8zRqDcjLBfctF0ChcJWD52ZviPqOxz1cpduLS0qAyCR6bBT39pc9aKHUOj yc3ofBVPEDJKq3vyfu9Qyx0XoptQeWXSwrKfQ4ERqhVl5WpfaYqnQFdeu16pcpBy0n KwpVXin36c2PjYt4oq5u/KJPQA6he/loqZszJ2uscwIFMA3NK8G97KFcM8gfyV9d7x 3kRlBCBZqwi3Q== Date: Wed, 28 Jul 2021 12:04:20 +0530 From: Vinod Koul To: Zhang Qilong Cc: mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, pierre-yves.mordret@st.com, amelie.delaunay@st.com, dmaengine@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH -next 0/3] Fix PM usage counter imblance and clear code Message-ID: References: <20210607064640.121394-1-zhangqilong3@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210607064640.121394-1-zhangqilong3@huawei.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 07-06-21, 14:46, Zhang Qilong wrote: > The first two patches fix PM disable depth imbalance and > the last clear pm_runtime_get_sync calls. Applied, thanks -- ~Vinod