Re: [PATCH v3 1/2] ARM: zynq: Add OCM controller driver

2014-10-06 Thread Sören Brinkmann
On Mon, 2014-10-06 at 02:38PM +0200, Michal Simek wrote: > The driver provide memory allocator which can > be used by others drivers to allocate memory inside OCM. > All location for 64kB blocks are supported > and driver is trying to allocate the largest continuous > block of memory. > > Checking

[PATCH v3 1/2] ARM: zynq: Add OCM controller driver

2014-10-06 Thread Michal Simek
The driver provide memory allocator which can be used by others drivers to allocate memory inside OCM. All location for 64kB blocks are supported and driver is trying to allocate the largest continuous block of memory. Checking mpcore addressing filterring is not done here but could be added in fu