| To: | Grant Likely <grant.likely@secretlab.ca>, ralf@linux-mips.org |
|---|---|
| Subject: | Re: [PATCH 1/2] of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Thu, 14 Oct 2010 14:08:12 -0700 |
| Cc: | benh@kernel.crashing.org, dediao@cisco.com, linux-mips@linux-mips.org, monstr@monstr.eu, dvomlehn@cisco.com, devicetree-discuss@lists.ozlabs.org |
| In-reply-to: | <20101013064352.2743.80378.stgit@localhost6.localdomain6> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20101013064352.2743.80378.stgit@localhost6.localdomain6> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100907 Fedora/3.0.7-1.fc12 Thunderbird/3.0.7 |
On 10/12/2010 11:44 PM, Grant Likely wrote: This patch refactors the early init parsing of the chosen node so that architectures aren't forced to provide an empty implementation of early_init_dt_scan_chosen_arch. Instead, if an architecture wants to do something different, it can either use a wrapper function around early_init_dt_scan_chosen(), or it can replace it altogether. This patch was written in preparation to adding device tree support to both x86 ad MIPS. Signed-off-by: Grant Likely<grant.likely@secretlab.ca> In conjunction with my 'MIPS: Add some irq definitins required by OF' and the '2/2 of/mips: Add device tree support to MIPS' patches, I can enable CONFIG_USE_OF, and build and run a kernel on my Octeon. I haven't started using the device tree yet, but this is a good start. You can add my... Tested-by: David Daney <ddaney@caviumnetworks.com> --- arch/microblaze/kernel/prom.c | 5 ----- arch/powerpc/kernel/prom.c | 12 ++++++++++-- drivers/of/fdt.c | 2 -- include/linux/of_fdt.h | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) [...] |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Add some irq definitins required by OF, David Daney |
|---|---|
| Next by Date: | Re: [PATCH 2/2 RFC] of/mips: Add device tree support to MIPS, David Daney |
| Previous by Thread: | Re: [PATCH 2/2 RFC] of/mips: Add device tree support to MIPS, Grant Likely |
| Next by Thread: | Re: [PATCH 1/2] of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch, Grant Likely |
| Indexes: | [Date] [Thread] [Top] [All Lists] |