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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A9A3C4743F for ; Tue, 8 Jun 2021 21:40:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 104586139A for ; Tue, 8 Jun 2021 21:40:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234337AbhFHVl7 (ORCPT ); Tue, 8 Jun 2021 17:41:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:44274 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231208AbhFHVl5 (ORCPT ); Tue, 8 Jun 2021 17:41:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 7AE9061375; Tue, 8 Jun 2021 21:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623188404; bh=CnTX+GzqUcAUmzuVB7l0JCf4hYJxelVKFuf9qhDfC4k=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LzwDogR+mYwqeazs/7T+Y0Gyax9D97aMT9JZb4W+Jiy/dllSMes1YlaKkMK7Av5rn +vqf0xzPmlPL2WceAaPNBkcvj+TYE+3hkaGsJCTx8WO1s7X6Rr3wZaTvhW3U1ldEMv /oNwj3dtYkAr/m+IGGzUUfnI6+xrfreCJToNyDGV09glgz4eY7k+XmVOMX8NBmYU2Z m68xlSrf8KVO1As1WhilV11IIWxEkQAPOGmzWI9O3pW1M6v1L2sPnh1ZtYEe1UxF/Q 5puwh5IoRS7skZD70vYJX+lA94+r+I8GHuY9A50ViAsKTUAYcRN3ObeiU+bjeJi2fo BJWC3WwldIb6Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v6 0/3] Enable 2.5Gbps speed for stmmac From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162318840443.3200.14704248998012548360.git-patchwork-notify@kernel.org> Date: Tue, 08 Jun 2021 21:40:04 +0000 References: <20210608035158.4869-1-michael.wei.hong.sit@intel.com> In-Reply-To: <20210608035158.4869-1-michael.wei.hong.sit@intel.com> To: Michael Sit Wei Hong Cc: Jose.Abreu@synopsys.com, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, kuba@kernel.org, netdev@vger.kernel.org, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, davem@davemloft.net, mcoquelin.stm32@gmail.com, weifeng.voon@intel.com, boon.leong.ong@intel.com, tee.min.tan@intel.com, vee.khee.wong@linux.intel.com, vee.khee.wong@intel.com, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, vladimir.oltean@nxp.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 8 Jun 2021 11:51:55 +0800 you wrote: > Intel mGbE supports 2.5Gbps link speed by overclocking the clock rate > by 2.5 times to support 2.5Gbps link speed. In this mode, the serdes/PHY > operates at a serial baud rate of 3.125 Gbps and the PCS data path and > GMII interface of the MAC operate at 312.5 MHz instead of 125 MHz. > This is configured in the BIOS during boot up. The kernel driver is not able > access to modify the clock rate for 1Gbps/2.5G mode on the fly. The way to > determine the current 1G/2.5G mode is by reading a dedicated adhoc > register through mdio bus. > > [...] Here is the summary with links: - [net-next,v6,1/3] net: stmmac: split xPCS setup from mdio register https://git.kernel.org/netdev/net-next/c/597a68ce3216 - [net-next,v6,2/3] net: pcs: add 2500BASEX support for Intel mGbE controller https://git.kernel.org/netdev/net-next/c/f27abde3042a - [net-next,v6,3/3] net: stmmac: enable Intel mGbE 2.5Gbps link speed https://git.kernel.org/netdev/net-next/c/46682cb86a37 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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 X-Spam-Level: X-Spam-Status: No, score=-9.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3445AC47082 for ; Tue, 8 Jun 2021 21:41:38 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 00D166108E for ; Tue, 8 Jun 2021 21:41:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 00D166108E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QJ/KziQbGVRFjIxGCLtWecaCtZIL2KVUZNW2BUqXlC0=; b=Is18f3cvJ5d7Zl UpS+UsY9bbSQwVvqdRAEYLB9DSTc9Ds4bJMRcvxvft6MeOu1fpIgVuy5o+H7yms93CHx89zDgu3bG 9FNGdl8B3dT85LRgPFISecj+04KYFM/zHQRYj4CISEyx7mZlAzUenEfOuxk1tq/7ANP2MwCQ+uOqt L9jAaTm8fF50OhOeT3wP5Kpq1gAf+kATDVNdKez2OVL/OqcDPEHljH6B2kjYYHOKIJIIUazu67YH+ hVXcXLWKSuAgcpeCOMaGDSkj6n2c/9CKMBUlncNsDrqVismzYR9nT3gzCgCoxix5hiy784XfHFPT6 7u2S58F2bAR6b2oiyoVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqjSD-00AZ3O-QH; Tue, 08 Jun 2021 21:40:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqjS9-00AZ2Q-48 for linux-arm-kernel@lists.infradead.org; Tue, 08 Jun 2021 21:40:07 +0000 Received: by mail.kernel.org (Postfix) with ESMTPS id 7AE9061375; Tue, 8 Jun 2021 21:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623188404; bh=CnTX+GzqUcAUmzuVB7l0JCf4hYJxelVKFuf9qhDfC4k=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LzwDogR+mYwqeazs/7T+Y0Gyax9D97aMT9JZb4W+Jiy/dllSMes1YlaKkMK7Av5rn +vqf0xzPmlPL2WceAaPNBkcvj+TYE+3hkaGsJCTx8WO1s7X6Rr3wZaTvhW3U1ldEMv /oNwj3dtYkAr/m+IGGzUUfnI6+xrfreCJToNyDGV09glgz4eY7k+XmVOMX8NBmYU2Z m68xlSrf8KVO1As1WhilV11IIWxEkQAPOGmzWI9O3pW1M6v1L2sPnh1ZtYEe1UxF/Q 5puwh5IoRS7skZD70vYJX+lA94+r+I8GHuY9A50ViAsKTUAYcRN3ObeiU+bjeJi2fo BJWC3WwldIb6Q== MIME-Version: 1.0 Subject: Re: [PATCH net-next v6 0/3] Enable 2.5Gbps speed for stmmac From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162318840443.3200.14704248998012548360.git-patchwork-notify@kernel.org> Date: Tue, 08 Jun 2021 21:40:04 +0000 References: <20210608035158.4869-1-michael.wei.hong.sit@intel.com> In-Reply-To: <20210608035158.4869-1-michael.wei.hong.sit@intel.com> To: Michael Sit Wei Hong Cc: Jose.Abreu@synopsys.com, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, kuba@kernel.org, netdev@vger.kernel.org, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, davem@davemloft.net, mcoquelin.stm32@gmail.com, weifeng.voon@intel.com, boon.leong.ong@intel.com, tee.min.tan@intel.com, vee.khee.wong@linux.intel.com, vee.khee.wong@intel.com, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, vladimir.oltean@nxp.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210608_144005_207696_9056452E X-CRM114-Status: UNSURE ( 9.94 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 (refs/heads/master): On Tue, 8 Jun 2021 11:51:55 +0800 you wrote: > Intel mGbE supports 2.5Gbps link speed by overclocking the clock rate > by 2.5 times to support 2.5Gbps link speed. In this mode, the serdes/PHY > operates at a serial baud rate of 3.125 Gbps and the PCS data path and > GMII interface of the MAC operate at 312.5 MHz instead of 125 MHz. > This is configured in the BIOS during boot up. The kernel driver is not able > access to modify the clock rate for 1Gbps/2.5G mode on the fly. The way to > determine the current 1G/2.5G mode is by reading a dedicated adhoc > register through mdio bus. > > [...] Here is the summary with links: - [net-next,v6,1/3] net: stmmac: split xPCS setup from mdio register https://git.kernel.org/netdev/net-next/c/597a68ce3216 - [net-next,v6,2/3] net: pcs: add 2500BASEX support for Intel mGbE controller https://git.kernel.org/netdev/net-next/c/f27abde3042a - [net-next,v6,3/3] net: stmmac: enable Intel mGbE 2.5Gbps link speed https://git.kernel.org/netdev/net-next/c/46682cb86a37 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel