Re: [U-Boot] [PATCH v2 05/40] fdt: Add resource parsing functions

2014-09-08 Thread Simon Glass
Applied to u-boot-fdt/next, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 05/40] fdt: Add resource parsing functions

2014-08-27 Thread Simon Glass
On 26 August 2014 09:33, Thierry Reding wrote: > From: Thierry Reding > > Add the fdt_get_resource() and fdt_get_named_resource() functions which > can be used to parse resources (memory regions) from an FDT. A helper to > compute the size of a region is also provided. > > Signed-off-by: Thierry

[U-Boot] [PATCH v2 05/40] fdt: Add resource parsing functions

2014-08-26 Thread Thierry Reding
From: Thierry Reding Add the fdt_get_resource() and fdt_get_named_resource() functions which can be used to parse resources (memory regions) from an FDT. A helper to compute the size of a region is also provided. Signed-off-by: Thierry Reding --- Changes in v2: - use existing fdt_address_cells(