Re: [PATCH v4 1/7] of: reserved_mem: add support for using more than one region for given device

2016-05-26 Thread Rob Herring
On Tue, May 24, 2016 at 8:31 AM, Marek Szyprowski wrote: > This patch allows device drivers to initialize more than one reserved > memory region assigned to given device. When driver needs to use more > than one reserved memory region, it should allocate child devices

[PATCH v4 1/7] of: reserved_mem: add support for using more than one region for given device

2016-05-24 Thread Marek Szyprowski
This patch allows device drivers to initialize more than one reserved memory region assigned to given device. When driver needs to use more than one reserved memory region, it should allocate child devices and initialize regions by index for each of its child devices. Signed-off-by: Marek