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 B05AE368947; Fri, 27 Feb 2026 13:47:09 +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=1772200029; cv=none; b=Udj8uLkpf1zg04dvoo2e9+9ArWCFb2Z9DscEa1IYhqhY7Gfif0jCmO2CgFA3wecrYmXS4hH7MCCge8rWocnv9S0UBu243C3wn865Lh8PxDlcE+YawSsP9Ref2p7exKEK/CGiXiK2MMrckEoR+dmX4OVCUgTGiauStA3D8b3b8r0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772200029; c=relaxed/simple; bh=qvJg2b+muPo/7mul4VkBUyfNKIzDq1yjTRVGO539OrM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DMb+0B4PYtS61PKL9PxoEKXORMQqKUGen6XJsMlvHZtH36foHE2rty6dKRrQfPjhQEjZyRVgaiHmyfHwaxtY7Z2PQvbs1Z0rHCBs7pPG0HHx2ZGrNFsndfUEmdXlEjtkc3VRmPBpKHbudFa/yxAtnidTqPcBaJyzdaAiwqvrWKI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QXX7N77x; 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="QXX7N77x" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9428C116C6; Fri, 27 Feb 2026 13:47:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772200029; bh=qvJg2b+muPo/7mul4VkBUyfNKIzDq1yjTRVGO539OrM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QXX7N77xOZthaKb8Gix4TD16r8C4jY4cHgaD9obUSckKNbhx0GgUtfYfrcO0m/JLn MVyCCwL41/4WvXKefmz/KXLNEMZyBPIk5QBqo/Qg2hvhUWcIAb9WmVHqgFU0+i0Gav /5uF9OQi06SEHlNBQIdjow7ZyfWnZiVCw3m41Qssd5AxgF3bu/cQ0IaIXSW5+M6583 cSHuZ7l6M2EZJBHQlV3ePocvMcSWVl+w27he89xAKKPTroHtX+CLCAEZRDTIoK2yq2 0J4iCQJeuHmxgSnz7BGmhHA6yva7BL2i+Ft7TYN+5m7klx2A3UTLFereCE8l+2UcJB GauonCbjkudkw== Date: Fri, 27 Feb 2026 19:17:05 +0530 From: Vinod Koul To: "Russell King (Oracle)" Cc: Andrew Lunn , Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Mohd Ayaan Anwar , Neil Armstrong , netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next 0/9] net: stmmac: qcom-ethqos: further serdes reorganisation Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 25-02-26, 09:02, Russell King (Oracle) wrote: > Note: only 8 patches in this series, not 9 as the subject line says, > as the set_clk_tx_rate() patch became part of the first series. > > On Wed, Feb 25, 2026 at 09:00:41AM +0000, Russell King (Oracle) wrote: > > This is part 2 of the qcom-ethqos series, part 1 has now been merged. > > > > This part of the series focuses on the generic PHY driver, but these > > changes have dependencies on the ethernet driver, hence why > > it will need to go via net-next. Furthermore, subsequent changes > > depend on these patches. This lgtm, can we get signed tag so that we can pull this into phy tree as well Thanks -- ~Vinod