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 58043DDF65 for ; Fri, 18 Jan 2008 17:48:54 +1100 (EST) Date: Fri, 18 Jan 2008 00:46:32 -0600 (CST) From: Kumar Gala To: Vitaly Bordug Subject: Re: [PATCH 2/3] [POWERPC] fsl_soc: add support for gianfar for fixed-link property In-Reply-To: <20071206225131.31080.7872.stgit@localhost.localdomain> Message-ID: References: <20071206225121.31080.86606.stgit@localhost.localdomain> <20071206225131.31080.7872.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: netdev@vger.kernel.org, Paul Mackerras , linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 7 Dec 2007, Vitaly Bordug wrote: > > fixed-link says: register new "Fixed/emulated PHY", i.e. PHY that > not connected to the real MDIO bus. > > Signed-off-by: Vitaly Bordug > Signed-off-by: Anton Vorontsov > > --- > > Documentation/powerpc/booting-without-of.txt | 4 + > arch/powerpc/sysdev/fsl_soc.c | 79 ++++++++++++++++++++------ > 2 files changed, 66 insertions(+), 17 deletions(-) > applied. - k