[Qemu-devel] [PATCH 08/31] dt: add helper for 64bit cell adds

2012-06-19 Thread Alexander Graf
Some times in the device tree, we find an array of 2 u32 cells that really are a single u64 value. This patch adds a helper to make the creation of these easy. Signed-off-by: Alexander Graf Reviewed-by: Peter Crosthwaite --- v1 -> v2: - rename cell64 -> u64 --- device_tree.c |7 +++

Re: [Qemu-devel] [PATCH 08/31] dt: add helper for 64bit cell adds

2012-06-05 Thread Peter Crosthwaite
On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: > Some times in the device tree, we find an array of 2 u32 cells that > really are a single u64 value. This patch adds a helper to make the > creation of these easy. > > Signed-off-by: Alexander Graf Reviewed-by: Peter Crosthwaite > ---

[Qemu-devel] [PATCH 08/31] dt: add helper for 64bit cell adds

2012-06-05 Thread Alexander Graf
Some times in the device tree, we find an array of 2 u32 cells that really are a single u64 value. This patch adds a helper to make the creation of these easy. Signed-off-by: Alexander Graf --- v1 -> v2: - rename cell64 -> u64 --- device_tree.c |7 +++ device_tree.h |2 ++ 2 fil