Re: [PATCH v5 2/4] misc: Generic on-chip SRAM allocation driver

2012-11-06 Thread Paul Gortmaker
On 12-10-29 08:20 AM, Philipp Zabel wrote: > Hi Paul, > > thank you for your comments. > > Am Freitag, den 26.10.2012, 12:07 -0400 schrieb Paul Gortmaker: >> On Thu, Oct 18, 2012 at 10:27 AM, Philipp Zabel >> wrote: >>> This driver requests and remaps a memory region as configured in the >>> de

Re: [PATCH v5 2/4] misc: Generic on-chip SRAM allocation driver

2012-10-29 Thread Philipp Zabel
Hi Paul, thank you for your comments. Am Freitag, den 26.10.2012, 12:07 -0400 schrieb Paul Gortmaker: > On Thu, Oct 18, 2012 at 10:27 AM, 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 ge

Re: [PATCH v5 2/4] misc: Generic on-chip SRAM allocation driver

2012-10-26 Thread Paul Gortmaker
On Thu, Oct 18, 2012 at 10:27 AM, 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' device no

[PATCH v5 2/4] misc: Generic on-chip SRAM allocation driver

2012-10-18 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 Reviewed-by