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
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
==
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
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
> 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
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/
> 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