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 AF88AC433F5 for ; Fri, 15 Apr 2022 10:20:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352258AbiDOKXH (ORCPT ); Fri, 15 Apr 2022 06:23:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352290AbiDOKWp (ORCPT ); Fri, 15 Apr 2022 06:22:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B039ABB0A1; Fri, 15 Apr 2022 03:20:17 -0700 (PDT) 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 64543B82DD8; Fri, 15 Apr 2022 10:20:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 82E8FC385B1; Fri, 15 Apr 2022 10:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650018014; bh=RUQYhCaRICWRJT4DlJUlLmc9VwesOdgLRFuWFFFWiGg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Fahl6q0wVilxvCkP2Y1P98NhmNVNaW6hC/VFUUy66Hxoo+1+ACzWQY46oK220x9B4 w/BXtK6PLhNY39sKk1HxAYPmP7Ojm7MQ1UojMnkmHbCqPsyAcIpUZUpvU8N7aplY7z 5o5e/kG17mEQcmYPt5xTtJaRY+GJ3RWATbdDYP0A9W0uncARiTXiBIwGWITDL4+jMq KTNuoxelFiTU7fDf6gqIF49hKII6UP8fPfwuvy7PqkSiCkM73gBq5SEkBy10+Mxor8 Or7tbMq9fKJEgdFJqvZzUvMGfbTlgbPrPfKYNEVijNBiTq7rAqCaq41tWHE+sNKf2S ptkm+VKjVI3nw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 6853AEAC09B; Fri, 15 Apr 2022 10:20:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of pm_runtime_get_sync From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165001801442.12692.3592089859388826010.git-patchwork-notify@kernel.org> Date: Fri, 15 Apr 2022 10:20:14 +0000 References: <20220414090800.2542064-1-chi.minghao@zte.com.cn> In-Reply-To: <20220414090800.2542064-1-chi.minghao@zte.com.cn> To: CGEL Cc: grygorii.strashko@ti.com, davem@davemloft.net, kuba@kernel.org, linux-omap@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, chi.minghao@zte.com.cn, zealci@zte.com.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Thu, 14 Apr 2022 09:08:00 +0000 you wrote: > From: Minghao Chi > > Using pm_runtime_resume_and_get() to replace pm_runtime_get_sync and > pm_runtime_put_noidle. This change is just to simplify the code, no > actual functional changes. > > Reported-by: Zeal Robot > Signed-off-by: Minghao Chi > > [...] Here is the summary with links: - net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of pm_runtime_get_sync https://git.kernel.org/netdev/net-next/c/81669e7c6ca4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html