Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938802AbcKDSYm (ORCPT ); Fri, 4 Nov 2016 14:24:42 -0400 Received: from smtpoutz298.laposte.net ([178.22.154.198]:59288 "EHLO smtp.laposte.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752979AbcKDSYl (ORCPT ); Fri, 4 Nov 2016 14:24:41 -0400 Subject: Re: [PATCH v2 2/2 ] net: ethernet: nb8800: handle all RGMII definitions To: David Miller References: <581CA3D0.6080808@laposte.net> <8c491fff-4849-fa9b-0a0a-5a7a6870120d@gmail.com> <581CBF17.2010108@laposte.net> <20161104.135448.1013810503648782291.davem@davemloft.net> Cc: f.fainelli@gmail.com, mans@mansr.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, slash.tmp@free.fr, andrew@lunn.ch From: Sebastian Frias Message-ID: <581CD267.5060800@laposte.net> Date: Fri, 4 Nov 2016 19:24:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20161104.135448.1013810503648782291.davem@davemloft.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-VR-SrcIP: 92.154.11.170 X-VR-FullState: 0 X-VR-Score: -100 X-VR-Cause-1: gggruggvucftvghtrhhoucdtuddrfeelvddrkeelgdduudehucetufdoteggodetrfdotffvucfrrhho X-VR-Cause-2: fhhilhgvmecunfetrffquffvgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhht X-VR-Cause-3: shculddquddttddmnecujfgurhepuffvfhfhkffffgggjggtgfesthejrgdttdefheenucfhrhhomhep X-VR-Cause-4: ufgvsggrshhtihgrnhcuhfhrihgrshcuoehsfhekgeeslhgrphhoshhtvgdrnhgvtheqnecukfhppeel X-VR-Cause-5: vddrudehgedruddurddujedtnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtpdhhvghloheplgdu X-VR-Cause-6: jedvrddvjedrtddrvddugegnpdhinhgvthepledvrdduheegrdduuddrudejtddpmhgrihhlfhhrohhm X-VR-Cause-7: pehsfhekgeeslhgrphhoshhtvgdrnhgvthdprhgtphhtthhopegurghvvghmsegurghvvghmlhhofhht X-VR-Cause-8: rdhnvght X-VR-AvState: No X-VR-State: 0 X-VR-State: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1047 Lines: 31 Hi David, On 11/04/2016 06:54 PM, David Miller wrote: > 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. > Thanks for the information. I sent v2, and then v3, because v2 had formatting issues, hopefully it is ok now. Best regards, Sebastian