From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6C8B72701CB for ; Tue, 24 Mar 2026 00:40:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774312824; cv=none; b=jPrroZif0MHIoE1ZDgmFcQ+COXBNk2umyaK9OzZ6ne83IaYIE6Kxzwbt9d4pwnfbR4q7iQTvP4fPcfh8mhVjnXxKiAWA1/Hnt1D7do8etTQcDvYvD+lL0n79Ce4J8Oro6Ok0I9CgM1c+4MVr6B6D7tgZWFjtAc/WuRd8fUfOpY8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774312824; c=relaxed/simple; bh=btYs4VEc0poy2Koo3Piud4wH+ItfAcitrk7kH+kgg4Q=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=qvuJ1LPx7NG6taOhA8Sk/HXTlATynbSvB1h/oWwgcS4YGXCb3swhu4j3MEQQaF1s9nmEx+zgzuSVyQrSNQzp1QvtjdZ898oTET4jno2Z9Cf5YD4jOgjBL8+8kQdRjEgbkkocESKnOQiPq/8zeggbuj1uggsP5rHKd3hkFH5iD8E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=otgPlMp8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="otgPlMp8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16F0AC4CEF7; Tue, 24 Mar 2026 00:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774312824; bh=btYs4VEc0poy2Koo3Piud4wH+ItfAcitrk7kH+kgg4Q=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=otgPlMp8nLSa9QtK2QV9+4EArr7VD2cGlymo/MAOl9xOxt+d2wFXF6O7E/wlwtLwy /QmeFsU6DH3Fy2GlmcIlH1l3/Y6HFx3dOipUKcI5h0i1cZRxjylLjh9PhXKF04jq3Z xidLVVloQFWBfFTCi7L951RRBgoidIjgr7o8qfaz0oBRcPJUJ66oeVJkhWbFKsDQA3 CN8T2IQBLb1t+ofJc5govdyN+23scnt6JYIXcz+aWF6chqMUWaQ2VxVFC7b9iDbd+8 ViXMCX+hGRY0fuXizhO0y6GIuZUfHCToZaOwPVwAKoh4suNBFlH/GYSLUmJ2rBeE3r OY4iqA/CaVFbg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CEE93808200; Tue, 24 Mar 2026 00:40:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 maybe? 0/5] net: stmmac: improve PCS support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177431281229.391430.10437162930638421849.git-patchwork-notify@kernel.org> Date: Tue, 24 Mar 2026 00:40:12 +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-stm32@st-md-mailman.stormreply.com, mohd.anwar@oss.qualcomm.com, netdev@vger.kernel.org, pabeni@redhat.com, vkoul@kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 18 Mar 2026 16:05:53 +0000 you wrote: > I am losing track of what version we're at, because each time the > series is reworked, changing the approach, which changes the > patches quite a bit, it makes it difficult. We've gone RFC to non-RFC > back to RFC and then to non-RFC again. > > This series is the next of the three part series sorting out the PCS > support in stmmac, building on part 2: > > [...] Here is the summary with links: - [net-next,v2,maybe?,1/5] net: stmmac: move default_an_inband to plat_stmmacenet_data https://git.kernel.org/netdev/net-next/c/9a475dc71c38 - [net-next,v2,maybe?,2/5] net: stmmac: add struct stmmac_pcs_info https://git.kernel.org/netdev/net-next/c/7d5a2da501e0 - [net-next,v2,maybe?,3/5] net: stmmac: add support for reading inband SGMII status https://git.kernel.org/netdev/net-next/c/083757866735 - [net-next,v2,maybe?,4/5] net: stmmac: add BASE-X support to integrated PCS https://git.kernel.org/netdev/net-next/c/68cff4fff61f - [net-next,v2,maybe?,5/5] net: stmmac: use integrated PCS for BASE-X modes https://git.kernel.org/netdev/net-next/c/365c62c8b530 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html