Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756153Ab0GFCWJ (ORCPT ); Mon, 5 Jul 2010 22:22:09 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38473 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752839Ab0GFCWH (ORCPT ); Mon, 5 Jul 2010 22:22:07 -0400 Date: Mon, 05 Jul 2010 19:22:21 -0700 (PDT) Message-Id: <20100705.192221.241453945.davem@davemloft.net> To: dilinger@queued.net Cc: grant.likely@secretlab.ca, devicetree-discuss@lists.ozlabs.org, sparclinux@vger.kernel.org, x86@kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, cjb@laptop.org, wmb@laptop.org, pgf@laptop.org, linux-kernel@vger.kernel.org, benh@kernel.crashing.org Subject: Re: [PATCH 2/4] sparc: break out some prom device-tree building code out into drivers/of From: David Miller In-Reply-To: <20100707040734.05d625af@debxo> References: <20100629193618.5a840b8e@dev.queued.net> <20100707040734.05d625af@debxo> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 771 Lines: 19 From: Andres Salomon Date: Wed, 7 Jul 2010 04:07:34 +0000 > - For the pdt, calling into the prom once for each property/node to > create a fdt, and then unflattening it. This is better than the > previous option, but I don't think the prom->fdt code will be very > nice. I'll need this on sparc64 at some point to support kexec() anyways. So at least for sparc you can assume that a something-->fdt translator is going to exist at some point in the future regardless of what happens here. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/