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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 986591061B28 for ; Tue, 31 Mar 2026 00:50:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References :Date:Message-Id:From:Subject:Content-Transfer-Encoding:MIME-Version: Content-Type:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=N2b+/gMDy3SOFCYn8kaOJrP9mnI+CK2qnMZP4ds6rUs=; b=FUSS2eGM6P+gcfznKuWcE79bFC XgVhnHqJ6Fvy8wEOOa4e1ABPI+5Dc9rXHPagTxu02SMRymHcj0zZzmJW4snG8PtVa/65+bbikdRt+ AaarLS9enw9ihYPHLLQMQtxUC8QyabE9NUD+fNc39WKIusi+0TlEWxJSspJaGwNJUIozyGGMkbTYr xLk4AsfEcxdOCgvlK+94iKG9j/TTFjt0TQLJZNM46LBpMuy5W8etq/3SJcCbGd80+ObQyBOOJdBO9 PivS5DlyYqx6ax2vYcnAjThHB74RNXAWoGjPA4ArWJN42yuyZu7bxJQsrf5jhAp+3oKwk5s0pAThC oxY3LS7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w7NJb-0000000C62R-3jfI; Tue, 31 Mar 2026 00:50:43 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1w7NJZ-0000000C62B-3jue for linux-arm-kernel@lists.infradead.org; Tue, 31 Mar 2026 00:50:42 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id F2BB460103; Tue, 31 Mar 2026 00:50:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1E04C4CEF7; Tue, 31 Mar 2026 00:50:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774918240; bh=vOZ5ozREY8aVWVHfpkrVrUIzl1//7RR1KGfdLz9ztAc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=s0ZIyicKnATvyDapEsaRwx/CH1SV/5pPeZaTS9qxv0BfR7Ba83+vmnKvOunbrVL+R mkrAkJYbrM1u/0m02aKj2VN5bvWl99w9GyFe9wNjehITh02pTQNc+GfVQD8tO25+lO iCB+8/IOIoG2is0q9pgouteSazBXMXlYmFdA1cG66ERMGniEZkBstALfI121OW4MTB P/9spjd+0u232s1hTi/MOQNnIuVndPhG9E+5UfgCNKXn3DuuSLoAVLpCsfag3oaBbV 7Lt6Hy6zcAxFiVBUaQul28YA5UMRNC7iNjM+FiqzpGvXv74ZJMHvwv+4qk9h5NOHg1 rXa482DSLQF0A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id BA154392FF85; Tue, 31 Mar 2026 00:50:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 00/15] net: stmmac: qcom-ethqos: more cleanups From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177491822455.2035926.9761670989228068564.git-patchwork-notify@kernel.org> Date: Tue, 31 Mar 2026 00:50:24 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: andrew@lunn.ch, alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, mohd.anwar@oss.qualcomm.com, netdev@vger.kernel.org, pabeni@redhat.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 27 Mar 2026 08:42:58 +0000 you wrote: > Further cleanups to qcom-ethqos, mainly concentrating on the RGMII > code, making it clearer what the differences are for each speed, thus > making the code more readable. > > I'm still not really happy with this. The speed specific configuration > remains split between ethqos_fix_mac_speed_rgmii() and > ethqos_rgmii_macro_init(), where the latter is only ever called from > the former. So, I think further work is needed here - maybe it needs > restructuring into the various componenet parts of the RGMII block? > > [...] Here is the summary with links: - [net-next,v2,01/15] net: stmmac: qcom-ethqos: remove ethqos_configure() https://git.kernel.org/netdev/net-next/c/c3dd3b1e76e0 - [net-next,v2,02/15] net: stmmac: qcom-ethqos: pass ethqos to ethqos_pcs_set_inband() https://git.kernel.org/netdev/net-next/c/673416fb5b41 - [net-next,v2,03/15] net: stmmac: qcom-ethqos: eliminate configure_func https://git.kernel.org/netdev/net-next/c/e9ed46a0b129 - [net-next,v2,04/15] net: stmmac: qcom-ethqos: move detection of invalid RGMII speed https://git.kernel.org/netdev/net-next/c/426ce4677e81 - [net-next,v2,05/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG_DDR_MODE https://git.kernel.org/netdev/net-next/c/6be23c4c636a - [net-next,v2,06/15] net: stmmac: qcom-ethqos: move 1G vs 100M/10M RGMII settings https://git.kernel.org/netdev/net-next/c/82d5fdc82a33 - [net-next,v2,07/15] net: stmmac: qcom-ethqos: move two more RGMII_IO_MACRO_CONFIG2 out https://git.kernel.org/netdev/net-next/c/dd07f2f9149a - [net-next,v2,08/15] net: stmmac: qcom-ethqos: move 100M/10M speed programming https://git.kernel.org/netdev/net-next/c/8b19a9184420 - [net-next,v2,09/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RSVD_CONFIG15 out https://git.kernel.org/netdev/net-next/c/dae1de3df3e1 - [net-next,v2,10/15] net: stmmac: qcom-ethqos: move RGMII_CONFIG2_RX_PROG_SWAP https://git.kernel.org/netdev/net-next/c/432c8a9f5528 - [net-next,v2,11/15] net: stmmac: qcom-ethqos: finally eliminate the switch https://git.kernel.org/netdev/net-next/c/439a27f21ecc - [net-next,v2,12/15] net: stmmac: qcom-ethqos: simplify prg_rclk_dly programming https://git.kernel.org/netdev/net-next/c/3df0e86f8f8d - [net-next,v2,13/15] net: stmmac: qcom-ethqos: move loopback decision next to reg update https://git.kernel.org/netdev/net-next/c/67343aa24e59 - [net-next,v2,14/15] net: stmmac: qcom-ethqos: correct prg_rclk_dly comment https://git.kernel.org/netdev/net-next/c/2d350a892aad - [net-next,v2,15/15] net: stmmac: qcom-ethqos: move phase_shift to register update site https://git.kernel.org/netdev/net-next/c/7f9f30166005 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html