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 1D24538D6A2; Fri, 3 Apr 2026 23:11:04 +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=1775257864; cv=none; b=emQkgjN+zjbk856StoZWMv3h9PZTKP7je1RAdPLPWAsVrGpUsZHNuD0uW5N+bJ+E+ranGjfG6Bk793pnHqN2/iafSfbmrzgArcmru0CZiOZmg2UI8x0ZuLnYwZi0oKSCyxuDC+adpnPzC5RDazQ7s8Rjoax92lIINgY/JFhlpME= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775257864; c=relaxed/simple; bh=2A0r+UE5+pZzmP0NV8rxJD+zsPZ9QB1jSvMXTLu2Ruk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=V4IHO225YeZX+Ojo71/NEUFbxH8fDSCq3qub5zAm8/aSt6UQNqfMAyZ0VfYSB5EntAPqvSfVn3TMnHAt1muxyABtT1vLMYb3wEqCbH+rQj+udnIYkankkuHfr+yEhmwmHcut30ePP9/8trz58FDdM/Sf6Jzf+Bm99hU/51sbHpM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FyU06L9m; 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="FyU06L9m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00C08C2BCB4; Fri, 3 Apr 2026 23:11:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775257864; bh=2A0r+UE5+pZzmP0NV8rxJD+zsPZ9QB1jSvMXTLu2Ruk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FyU06L9mYRKB/h2h7IPur11i1Wsp8wXpo+vZmEoNVth2G+LY1gWL/1qE94g72ZI0p Ig3AqnmLV7DYLUmE6O1ZHNLrFfv8jVaegiFaNLxpo9lWRryCV6J2YKeXk4MfrIB/Jv 3DYyddrTk9/vn0yH8rYIrlFtxCmIfOgeiVTDXRtkoCFNuCsYH9PtLamSEAaUP/EoIa de2SseFZnafpvd76tFhRWls8kYia35FWrKWlSaMFiOfu/iMsrDUSCe076ddbwmkvXY uURK963UR8ucsigR4FK3bJPnkQdE4zeA8kVsAYkhq/05Mlj/al20ScKB2Hbz9D/M/9 LKtmMX+SMQrKA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9D923809A14; Fri, 3 Apr 2026 23:10:46 +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] net: stmmac: qcom-ethqos: set clk_csr From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177525784528.1484550.15000658564250210925.git-patchwork-notify@kernel.org> Date: Fri, 03 Apr 2026 23:10:45 +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 Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 02 Apr 2026 15:47:53 +0100 you wrote: > The clocks for qcom-ethqos return a rate of zero as firmware manages > their rate. According to hardware documentation, the clock which is > fed to the slave AHB interface can range between 50 to 100MHz for > non-RGMII and 30 to 75MHz for boards with a RGMII interfaces. > > Currently, stmmac uses an undefined divisor value. Instead, use > STMMAC_CSR_60_100M which will mean we meet IEEE 802.3 specification > since this will generate: > > [...] Here is the summary with links: - [net-next] net: stmmac: qcom-ethqos: set clk_csr https://git.kernel.org/netdev/net-next/c/789ec16eb397 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html