Re: [PATCH 06/36] fdt: Add generic dt_memblock_reserve() function

2012-07-08 Thread Catalin Marinas
On Sat, Jul 07, 2012 at 10:18:06PM +0100, Rob Herring wrote: > On 07/06/2012 04:05 PM, Catalin Marinas wrote: > > This function reserves initial_boot_params total size and reserve map. > > > > Signed-off-by: Catalin Marinas > > Cc: Grant Likely > > If you had run get_maintainers.pl you would ha

Re: [PATCH 06/36] fdt: Add generic dt_memblock_reserve() function

2012-07-07 Thread Rob Herring
On 07/06/2012 04:05 PM, Catalin Marinas wrote: > This function reserves initial_boot_params total size and reserve map. > > Signed-off-by: Catalin Marinas > Cc: Grant Likely If you had run get_maintainers.pl you would have copied all the maintainers and the appropriate list (devicetree-discuss)

[PATCH 06/36] fdt: Add generic dt_memblock_reserve() function

2012-07-06 Thread Catalin Marinas
This function reserves initial_boot_params total size and reserve map. Signed-off-by: Catalin Marinas Cc: Grant Likely --- drivers/of/fdt.c | 28 include/linux/of_fdt.h |1 + 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/drivers/of/fdt.