All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] Merge OF dynamic patches
@ 2009-11-20 15:01 ` Nathan Fontenot
  0 siblings, 0 replies; 17+ messages in thread
From: Nathan Fontenot @ 2009-11-20 15:01 UTC (permalink / raw)
  To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	microblaze-uclinux-rVRm/Wmeqae7NGdpmJTKYQ

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/4 - Makefile/Kconfig updates
4/4 - Update powerpc/pseries to include of_dynamic.h

 arch/microblaze/Kconfig                   |    1 
 arch/microblaze/include/asm/prom.h        |    4 -
 arch/microblaze/kernel/prom.c             |   59 -----------------------
 arch/powerpc/Kconfig                      |    1 
 arch/powerpc/include/asm/prom.h           |    4 -
 arch/powerpc/kernel/prom.c                |   59 -----------------------
 arch/powerpc/platforms/pseries/reconfig.c |    1 
 drivers/of/Kconfig                        |    4 +
 drivers/of/Makefile                       |    1 
 drivers/of/of_dynamic.c                   |   75 ++++++++++++++++++++++++++++++
 include/linux/of_dynamic.h                |   27 ++++++++++
 11 files changed, 110 insertions(+), 126 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-11-23 15:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-20 15:01 [PATCH 0/4 v2] Merge OF dynamic patches Nathan Fontenot
2009-11-20 15:01 ` Nathan Fontenot
     [not found] ` <4B06AF33.1000400-V7BBcbaFuwjMbYB6QlFGEg@public.gmane.org>
2009-11-20 15:05   ` [PATCH 1/4 v2] Merge of_attach_node Nathan Fontenot
2009-11-20 15:05     ` Nathan Fontenot
2009-11-20 15:06   ` [PATCH 2/4 v2] Merge of_detach_node Nathan Fontenot
2009-11-20 15:06     ` Nathan Fontenot
2009-11-20 15:08   ` [PATCH 3/4 v2] Makefile and Kconfig updates Nathan Fontenot
2009-11-20 15:08     ` Nathan Fontenot
2009-11-20 15:09   ` [PATCH 4/4 v2] Include of_dynamic.h in pseries/reconfig.c Nathan Fontenot
2009-11-20 15:09     ` Nathan Fontenot
2009-11-20 21:40   ` [PATCH 0/4 v2] Merge OF dynamic patches Grant Likely
2009-11-20 21:40     ` Grant Likely
     [not found]     ` <fa686aa40911201340i77bc4098ud866d103acaefd30-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20 22:17       ` Andres Salomon
2009-11-23 13:27       ` [microblaze-uclinux] " Michal Simek
2009-11-23 13:27         ` Michal Simek
2009-11-23 15:38       ` Nathan Fontenot
2009-11-23 15:38         ` Nathan Fontenot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.