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 E8F29E936E2 for ; Wed, 4 Oct 2023 20:30:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244732AbjJDUab (ORCPT ); Wed, 4 Oct 2023 16:30:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243768AbjJDUaa (ORCPT ); Wed, 4 Oct 2023 16:30:30 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23D2B93 for ; Wed, 4 Oct 2023 13:30:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id B027FC433C8; Wed, 4 Oct 2023 20:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696451426; bh=mdDX07PCg9576DleQyl2CYXvWPdBHOjEh3zc5XJe1gg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=QpNozK2TBgVwFAxoyMxA4s/bPvwW+g46RiuKu2xeB+/FmGEo3325gSpAJOLrhscrz DzFRRqOtiHtO4mzRsVzVjGMI7i0wo8iWFsvCONfuNiYGLg2CdHWjH2Ij9vucO3gb4h KaAv8DqQn9afT7+eVhsXqDTiPyIHENWJZbaFu6/IyNBQF20wxtC7iora0XH15jBYEt snyC+fbRMaQKM2p6jFckBXbFqwuCiMck6g6nmbdzSjeoe+OKzrjq/o40E2EuuE22yf y2s1A/foU9nqLb3kEJLPi/FZ7z4UHshcdbcXvmlJFE0IFfq5iui0xgQonyDG/3rCrW a8xYTDPqEvpPg== 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 94C5AC395EC; Wed, 4 Oct 2023 20:30:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: stmmac: dwmac-stm32: fix resume on STM32 MCU From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169645142659.7929.1401837139446302985.git-patchwork-notify@kernel.org> Date: Wed, 04 Oct 2023 20:30:26 +0000 References: <20230927175749.1419774-1-ben.wolsieffer@hefring.com> In-Reply-To: <20230927175749.1419774-1-ben.wolsieffer@hefring.com> To: Ben Wolsieffer Cc: linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, christophe.roullier@st.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 27 Sep 2023 13:57:49 -0400 you wrote: > The STM32MP1 keeps clk_rx enabled during suspend, and therefore the > driver does not enable the clock in stm32_dwmac_init() if the device was > suspended. The problem is that this same code runs on STM32 MCUs, which > do disable clk_rx during suspend, causing the clock to never be > re-enabled on resume. > > This patch adds a variant flag to indicate that clk_rx remains enabled > during suspend, and uses this to decide whether to enable the clock in > stm32_dwmac_init() if the device was suspended. > > [...] Here is the summary with links: - [net] net: stmmac: dwmac-stm32: fix resume on STM32 MCU https://git.kernel.org/netdev/net/c/6f195d6b0da3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html