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 2C6D9DDE0F for ; Thu, 30 Aug 2007 08:33:48 +1000 (EST) Date: Wed, 29 Aug 2007 17:33:47 -0500 (CDT) From: Kumar Gala To: Scott Wood Subject: Re: [PATCH 4/4] fsl_soc.c cleanup In-Reply-To: <20070820163812.GC29912@ld0162-tx32.am.freescale.net> Message-ID: References: <20070820163812.GC29912@ld0162-tx32.am.freescale.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 20 Aug 2007, Scott Wood wrote: > 1. Fix get_immrbase() to use ranges, rather than reg. > > It is not always the case that the SoC's first reg property points > to the beginning of the entire SoC block. > > 2. Update the way get_brgfreq() finds things in the device tree. > > It now uses names that are less namespace polluting. The old names > are supported until all boards are converted. > > 3. "size" is changed from unsigned int to int, to match what > of_get_property() expects. > > Signed-off-by: Scott Wood > --- > arch/powerpc/sysdev/fsl_soc.c | 38 +++++++++++++++++++++++++++----------- > 1 files changed, 27 insertions(+), 11 deletions(-) applied. - k