From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 34045B70B0 for ; Sat, 18 Jul 2009 02:48:38 +1000 (EST) Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id EAF4ADDD04 for ; Sat, 18 Jul 2009 02:48:37 +1000 (EST) Date: Fri, 17 Jul 2009 09:48:41 -0700 (PDT) Message-Id: <20090717.094841.175615379.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 1/2 v5] fs_enet/mii-fec.c: fix MII speed calculation From: David Miller In-Reply-To: References: <1247780546-4426-1-git-send-email-wd@denx.de> <1247833628-15952-1-git-send-email-wd@denx.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, netdev@vger.kernel.org, wd@denx.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Grant Likely Date: Fri, 17 Jul 2009 08:41:08 -0600 > On Fri, Jul 17, 2009 at 6:27 AM, Wolfgang Denk wrote: >> The MII speed calculation was based on the CPU clock (ppc_proc_freq), >> but for MPC512x we must use the bus clock instead. >> >> This patch makes it use the correct clock and makes sure we don't >> clobber reserved bits in the MII_SPEED register. >> >> Signed-off-by: Wolfgang Denk >> Cc: Grant Likely >> Cc: Kumar Gala >> Cc: > > Acked-by: Grant Likely Applied to net-next-2.6