From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 98BA7474FB for ; Wed, 7 Jan 2009 09:08:17 +1100 (EST) Date: Tue, 06 Jan 2009 14:08:17 -0800 (PST) Message-Id: <20090106.140817.59130790.davem@davemloft.net> To: afleming@freescale.com Subject: Re: [PATCH] gianfar: ensure ECNTRL[R100] is cleared on link state change From: David Miller In-Reply-To: <8E33B4C2-F1E3-4C64-86E4-6EAA4C7151C5@freescale.com> References: <1231275171-21388-1-git-send-email-galak@kernel.crashing.org> <8E33B4C2-F1E3-4C64-86E4-6EAA4C7151C5@freescale.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: netdev@vger.kernel.org, leo@rock.ap.freescale.net, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andy Fleming Date: Tue, 6 Jan 2009 14:56:25 -0600 > > On Jan 6, 2009, at 2:52 PM, Kumar Gala wrote: > > > From: Leo Li > > > > When changing the link between 100Mbps and 1Gbps in SGMII mode it was > > found out that the link would stop working. The issue is that ECNTRL[R100] > > needs to be cleared when in 1Gbps mode. Older reference manuals didn't > > require the explicitly clearing but has since been found it that it is > > needed. > > > > Signed-off-by: Li Yang > > Signed-off-by: Kumar Gala > > Acked-by: Andy Fleming Applied, thanks everyone.