Re: [PATCH v4 2/6] misc: Generic on-chip SRAM allocation driver

2012-10-05 Thread Philipp Zabel
Am Donnerstag, den 04.10.2012, 11:25 -0400 schrieb Matt Porter: > On Fri, Sep 07, 2012 at 02:43:44PM +0200, Philipp Zabel wrote: > > This driver requests and remaps a memory region as configured in the > > device tree. It serves memory from this region via the genalloc API. > > > > Other drivers

Re: [PATCH v4 2/6] misc: Generic on-chip SRAM allocation driver

2012-10-05 Thread Philipp Zabel
Am Donnerstag, den 04.10.2012, 11:25 -0400 schrieb Matt Porter: On Fri, Sep 07, 2012 at 02:43:44PM +0200, Philipp Zabel wrote: This driver requests and remaps a memory region as configured in the device tree. It serves memory from this region via the genalloc API. Other drivers can

Re: [PATCH v4 2/6] misc: Generic on-chip SRAM allocation driver

2012-10-04 Thread Matt Porter
On Fri, Sep 07, 2012 at 02:43:44PM +0200, Philipp Zabel wrote: > This driver requests and remaps a memory region as configured in the > device tree. It serves memory from this region via the genalloc API. > > Other drivers can retrieve the genalloc pool from a phandle pointing > to this drivers'

Re: [PATCH v4 2/6] misc: Generic on-chip SRAM allocation driver

2012-10-04 Thread Matt Porter
On Fri, Sep 07, 2012 at 02:43:44PM +0200, Philipp Zabel wrote: This driver requests and remaps a memory region as configured in the device tree. It serves memory from this region via the genalloc API. Other drivers can retrieve the genalloc pool from a phandle pointing to this drivers'

[PATCH v4 2/6] misc: Generic on-chip SRAM allocation driver

2012-09-07 Thread Philipp Zabel
This driver requests and remaps a memory region as configured in the device tree. It serves memory from this region via the genalloc API. Other drivers can retrieve the genalloc pool from a phandle pointing to this drivers' device node in the device tree. Signed-off-by: Philipp Zabel

[PATCH v4 2/6] misc: Generic on-chip SRAM allocation driver

2012-09-07 Thread Philipp Zabel
This driver requests and remaps a memory region as configured in the device tree. It serves memory from this region via the genalloc API. Other drivers can retrieve the genalloc pool from a phandle pointing to this drivers' device node in the device tree. Signed-off-by: Philipp Zabel