From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 2/2 ] net: ethernet: nb8800: handle all RGMII definitions Date: Fri, 04 Nov 2016 13:54:48 -0400 (EDT) Message-ID: <20161104.135448.1013810503648782291.davem@davemloft.net> References: <581CA3D0.6080808@laposte.net> <8c491fff-4849-fa9b-0a0a-5a7a6870120d@gmail.com> <581CBF17.2010108@laposte.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: f.fainelli@gmail.com, mans@mansr.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, slash.tmp@free.fr, andrew@lunn.ch To: sf84@laposte.net Return-path: In-Reply-To: <581CBF17.2010108@laposte.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Sebastian Frias Date: Fri, 4 Nov 2016 18:02:15 +0100 > Commit a999589ccaae ("phylib: add RGMII-ID interface mode definition") > and commit 7d400a4c5897 ("phylib: add PHY interface modes for internal > delay for tx and rx only") added several RGMII definitions: > PHY_INTERFACE_MODE_RGMII_ID, PHY_INTERFACE_MODE_RGMII_RXID and > PHY_INTERFACE_MODE_RGMII_TXID to deal with internal delays. > > Those are all RGMII modes (1Gbit) and must be considered that way when > setting the MAC mode or the pad mode for the HW to work properly. > > Signed-off-by: Sebastian Frias You cannot just repost one part of a patch series when you make changes. You must always repost the entire series as a new fresh version, with changelog entries added to your "[PATCH v2 0/2] ..." header posting.