From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D2F82DDF14 for ; Tue, 20 Nov 2007 16:54:35 +1100 (EST) Date: Mon, 19 Nov 2007 23:53:02 -0600 (CST) From: Kumar Gala To: Kim Phillips Subject: Re: [PATCH 5/5] powerpc: handle mpc8360 rev. 2.1 RGMII timing erratum In-Reply-To: <20071105121551.a28b5446.kim.phillips@freescale.com> Message-ID: References: <20071105121551.a28b5446.kim.phillips@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: netdev@vger.kernel.org, Li Yang , jgarzik@pobox.com, paulus@samba.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 5 Nov 2007, Kim Phillips wrote: > if on a rev. 2.1, adjust UCC clock and data timing characteristics > as specified in the rev.2.1 erratum #2. > > Signed-off-by: Kim Phillips > --- > arch/powerpc/platforms/83xx/mpc836x_mds.c | 31 ++++++++++++++++++++++++++-- > 1 files changed, 28 insertions(+), 3 deletions(-) > applied. - k