Re: [PATCH v3 2/2] drivers: dma-contiguous: add initialization from device tree

2013-07-16 Thread Marek Szyprowski
Hello Grant, On 7/11/2013 4:56 PM, Grant Likely wrote: Hi Marek, Thanks for working on this. Comments below... On Wed, Jun 26, 2013 at 2:40 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Add device tree support for contiguous memory regions defined in device tree. Initialization is

Re: [PATCH v3 2/2] drivers: dma-contiguous: add initialization from device tree

2013-07-11 Thread Grant Likely
Hi Marek, Thanks for working on this. Comments below... On Wed, Jun 26, 2013 at 2:40 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Add device tree support for contiguous memory regions defined in device tree. Initialization is done in 2 steps. First, the contiguous memory is reserved,

[PATCH v3 2/2] drivers: dma-contiguous: add initialization from device tree

2013-06-26 Thread Marek Szyprowski
Add device tree support for contiguous memory regions defined in device tree. Initialization is done in 2 steps. First, the contiguous memory is reserved, what happens very early when only flattened device tree is available. Then on device initialization the corresponding cma regions are assigned