All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] metag: copy flattened devicetree to non-init memory
@ 2013-02-20 14:52 James Hogan
  2013-02-20 14:52 ` [PATCH 1/2] metag: copy " James Hogan
  2013-02-20 14:52 ` [PATCH 2/2] metag: prom.h: remove declaration of metag_dt_memblock_reserve() James Hogan
  0 siblings, 2 replies; 8+ messages in thread
From: James Hogan @ 2013-02-20 14:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Vineet Gupta, James Hogan

Here are a couple more fixes for arch/metag which I'll try and get in
during the merge window. The first patch fixes a bug, where the fdt
isn't copied out of init memory so all the fdt strings will get poisoned
after init. The second patch is a trivial one.

James Hogan (2):
  metag: copy devicetree to non-init memory
  metag: prom.h: remove declaration of metag_dt_memblock_reserve()

 arch/metag/include/asm/prom.h |  2 +-
 arch/metag/kernel/devtree.c   | 17 +++++++++++++++++
 arch/metag/kernel/setup.c     |  2 ++
 3 files changed, 20 insertions(+), 1 deletion(-)

-- 
1.8.1.2



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

end of thread, other threads:[~2013-02-21 11:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 14:52 [PATCH 0/2] metag: copy flattened devicetree to non-init memory James Hogan
2013-02-20 14:52 ` [PATCH 1/2] metag: copy " James Hogan
2013-02-21  9:08   ` Vineet Gupta
2013-02-21  9:34     ` James Hogan
2013-02-21 11:18       ` Vineet Gupta
2013-02-21 11:19   ` Vineet Gupta
2013-02-21 11:28     ` James Hogan
2013-02-20 14:52 ` [PATCH 2/2] metag: prom.h: remove declaration of metag_dt_memblock_reserve() James Hogan

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.