Re: [PATCH v5 03/11] drivers: of: add initialization code for dynamic reserved memory

2014-02-26 Thread Grant Likely
On Fri, 21 Feb 2014 13:25:19 +0100, Marek Szyprowski wrote: > This patch adds support for dynamically allocated reserved memory regions > declared in device tree. Such regions are defined by 'size', 'alignment' > and 'alloc-ranges' properties. > > Based on previous code provided by Josh Cartwrig

[PATCH v5 03/11] drivers: of: add initialization code for dynamic reserved memory

2014-02-21 Thread Marek Szyprowski
This patch adds support for dynamically allocated reserved memory regions declared in device tree. Such regions are defined by 'size', 'alignment' and 'alloc-ranges' properties. Based on previous code provided by Josh Cartwright Signed-off-by: Marek Szyprowski --- drivers/of/Kconfig