[PATCH 4/4] Move of_node[attach,detach] declarations to linux/of.h

2009-11-17 Thread Nathan Fontenot
Merge the declarations of of_attach_node and of_detach_node from the asm/prom.h headers of powerpc and microblaze into linux/of.h. This update also requires adding linux/of.h to the include list for powerpc/platforms/pseries/reconfig.h. Signed-off-by: Nathan Fontenot --- Index: test-devicetree

[PATCH 3/4] Makefile and Kconfig updates for of_dynamci

2009-11-17 Thread Nathan Fontenot
Update the Kconfig and Makefile files for drivers/of, powerpc and microblaze to properly configure for CONFIG_OF_DYNAMIC to build the of_dynamic code. Signed-off-by: Nathan Fontenot --- Index: test-devicetree/arch/microblaze/Kconfig ==

[PATCH 2/4] Merge of_detach_node

2009-11-17 Thread Nathan Fontenot
Merge the common of_detach_node() from powerpc and microblaze into the common drivers/of/of_dynamic.c Signed-off-by: Nathan Fontenot --- Index: test-devicetree/arch/microblaze/kernel/prom.c === --- test-devicetree.orig/arch/microbl

[PATCH 1/4] Merge of_attach_node

2009-11-17 Thread Nathan Fontenot
Merge the common of_attach_node() routine from powerpc and microblaze to drivers/of/of_dynamic.c Signed-off-by: Nathan Fontenot --- Index: test-devicetree/arch/microblaze/kernel/prom.c === --- test-devicetree.orig/arch/microblaze/k

Re: [RFC PATCH 1/5] Rework OpenFirmware GPIO handling

2009-11-17 Thread Wolfram Sang
> And it turned out that the only sane solution is to write > OF-pdata-hooks for the each driver (that we do for many drivers > already): Or to support Grant in getting rid of of_platform :) -- Pengutronix e.K. | Wolfram Sang| Industrial Linux Solutions

[PATCH 0/4] Merge OF dynamic patches

2009-11-17 Thread Nathan Fontenot
This set of patches merges the common dynamic device tree updating routines of_attach_node() and of_detach_node() to drivers/of/of_dynamic.c. Built and tested on powerpc, I have no access to build/test this on microblaze. -Nathan Fontenot 1/4 - Merge of_attach_node 2/4 - Merge of_detach_node 3/

Re: Assorted cleanups and extensions for ftdump

2009-11-17 Thread Jon Loeliger
> This patch makes a number of minor changes to the ftdump debugging > tool. > > * There was an endian bug in one place, which this fixes. > > * We now use const qualifiers in a number of places where we can > > * ftdump can now be instructed to read from stdin by giving "-" as >the filen