Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-21 Thread Grant Likely
On Fri, 21 Feb 2014 12:00:44 +0100, Marek Szyprowski wrote: > Hello, > > On 2014-02-20 15:01, Grant Likely wrote: > > On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski > > wrote: > > > This patch adds device tree support for contiguous and reserved memory > > > regions defined in device

Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-21 Thread Marek Szyprowski
Hello, On 2014-02-20 15:01, Grant Likely wrote: On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski wrote: > This patch adds device tree support for contiguous and reserved memory > regions defined in device tree. > > Large memory blocks can be reliably reserved only during early boot. >

Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-21 Thread Marek Szyprowski
Hello, On 2014-02-20 15:01, Grant Likely wrote: On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski m.szyprow...@samsung.com wrote: This patch adds device tree support for contiguous and reserved memory regions defined in device tree. Large memory blocks can be reliably reserved only

Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-21 Thread Grant Likely
On Fri, 21 Feb 2014 12:00:44 +0100, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On 2014-02-20 15:01, Grant Likely wrote: On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski m.szyprow...@samsung.com wrote: This patch adds device tree support for contiguous and reserved

Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-20 Thread Grant Likely
On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski wrote: > This patch adds device tree support for contiguous and reserved memory > regions defined in device tree. > > Large memory blocks can be reliably reserved only during early boot. > This must happen before the whole memory management

[PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-20 Thread Marek Szyprowski
This patch adds device tree support for contiguous and reserved memory regions defined in device tree. Large memory blocks can be reliably reserved only during early boot. This must happen before the whole memory management subsystem is initialized, because we need to ensure that the given

[PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-20 Thread Marek Szyprowski
This patch adds device tree support for contiguous and reserved memory regions defined in device tree. Large memory blocks can be reliably reserved only during early boot. This must happen before the whole memory management subsystem is initialized, because we need to ensure that the given

Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-20 Thread Grant Likely
On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski m.szyprow...@samsung.com wrote: This patch adds device tree support for contiguous and reserved memory regions defined in device tree. Large memory blocks can be reliably reserved only during early boot. This must happen before the whole