Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403AbeAOTVO (ORCPT + 1 other); Mon, 15 Jan 2018 14:21:14 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:51492 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750737AbeAOTVD (ORCPT ); Mon, 15 Jan 2018 14:21:03 -0500 Date: Mon, 15 Jan 2018 14:21:01 -0500 (EST) Message-Id: <20180115.142101.1289745159491091124.davem@davemloft.net> To: antoine.tenart@free-electrons.com Cc: kishon@ti.com, andrew@lunn.ch, gregory.clement@free-electrons.com, linux@armlinux.org.uk, mw@semihalf.com, stefanc@marvell.com, ymarkman@marvell.com, thomas.petazzoni@free-electrons.com, miquel.raynal@free-electrons.com, nadavh@marvell.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v5 1/4] phy: add 2.5G SGMII mode to the phy_mode enum From: David Miller In-Reply-To: <20180112075130.30890-2-antoine.tenart@free-electrons.com> References: <20180112075130.30890-1-antoine.tenart@free-electrons.com> <20180112075130.30890-2-antoine.tenart@free-electrons.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 15 Jan 2018 11:21:03 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Antoine Tenart Date: Fri, 12 Jan 2018 08:51:27 +0100 > This patch adds one more generic PHY mode to the phy_mode enum, to allow > configuring generic PHYs to the 2.5G SGMII mode by using the set_mode > callback. > > Signed-off-by: Antoine Tenart PHY layer folks, and reviews please? > --- > include/linux/phy/phy.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h > index 4f8423a948d5..5a80e9de3686 100644 > --- a/include/linux/phy/phy.h > +++ b/include/linux/phy/phy.h > @@ -28,6 +28,7 @@ enum phy_mode { > PHY_MODE_USB_DEVICE, > PHY_MODE_USB_OTG, > PHY_MODE_SGMII, > + PHY_MODE_2500SGMII, > PHY_MODE_10GKR, > PHY_MODE_UFS_HS_A, > PHY_MODE_UFS_HS_B, > -- > 2.14.3 >