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 26599DDF1B for ; Wed, 19 Sep 2007 01:00:32 +1000 (EST) In-Reply-To: <20070917165731.GC6563@loki.buserror.net> References: <20070917165731.GC6563@loki.buserror.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9AF6BEAD-F7C3-4FED-989E-D5BE8E7599E2@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH 03/28] Document local bus nodes in the device tree. Date: Tue, 18 Sep 2007 10:03:37 -0500 To: Scott Wood Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sep 17, 2007, at 11:57 AM, Scott Wood wrote: > cuboot-pq2 is updated to match the binding, and get rid of phandle > linkage. A slight more descriptive commit message is desired. - k > > Signed-off-by: Scott Wood > --- > Documentation/powerpc/booting-without-of.txt | 38 +++++++++++++++ > +++++++++++ > arch/powerpc/boot/cuboot-pq2.c | 29 ++++ > +-------------- > 2 files changed, 46 insertions(+), 21 deletions(-)