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 BA8F9C636D3 for ; Fri, 24 Nov 2023 05:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230258AbjKXFNX (ORCPT ); Fri, 24 Nov 2023 00:13:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229705AbjKXFNW (ORCPT ); Fri, 24 Nov 2023 00:13:22 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D04C4D6C for ; Thu, 23 Nov 2023 21:13:28 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 889F5C433C8; Fri, 24 Nov 2023 05:13:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700802808; bh=hagFZGT8Lu9FB4is0l4tvlmYdCQ6vvVTipY5bbk8lgQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=awxRRuS00+ASnIfcDh6qu9/zntoouhOmUlG8lbDMGf+h3bFc4FdiphfxdYWMajLQO uiLqRNq0V5b9kJTzEt0jV5nPzCITn6P6f3nl3Xudjs/+2cdAjk6OozbBUuCYYnoba2 mHTaLRM/Oa28ExhuvRTv4epvw3cbpjnm0NbFQtRpo9OjKY1i/XoSRWi0VvUSgFTcvu L2pgvNvZzhTX5c6rRzALPq+nL2XjLsXtUZjSmV9USUEAv+uxBBATvBEhr6/yp9admC hVndkmygF3O/o+rQhiCVC6cznDOXVALoQ24hPCdwuVK74NjSh1KLOKxypcM2UU8xLV LifT6/+GnRsQA== Date: Fri, 24 Nov 2023 10:43:23 +0530 From: Vinod Koul To: Sneh Shah Cc: Bhupesh Sharma , Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@quicinc.com, Andrew Halaney Subject: Re: [PATCH net] net: stmmac: update Rx clk divider for 10M SGMII Message-ID: References: <20231124050818.1221-1-quic_snehshah@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231124050818.1221-1-quic_snehshah@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24-11-23, 10:38, Sneh Shah wrote: > SGMII 10MBPS mode needs RX clock divider to avoid drops in Rx. > Update configure SGMII function with rx clk divider programming. Acked-by: Vinod Koul -- ~Vinod