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 34E9CDDF44 for ; Sat, 19 Jan 2008 08:55:47 +1100 (EST) Date: Fri, 18 Jan 2008 15:53:22 -0600 (CST) From: Kumar Gala To: Scott Wood Subject: Re: [PATCH] fsl_soc: Fix get_immrbase() to use ranges, rather than reg. In-Reply-To: <20080114162935.GA27862@ld0162-tx32.am.freescale.net> Message-ID: References: <20080114162935.GA27862@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, 14 Jan 2008, Scott Wood wrote: > The reg property in fsl soc nodes should be removed. > > Signed-off-by: Scott Wood > --- > arch/powerpc/sysdev/fsl_soc.c | 14 +++++++++++--- > 1 files changed, 11 insertions(+), 3 deletions(-) applied. (dropped the size == 12 check). - k