Re: [PATCH v4 08/17] remoteproc: add alloc ops in rproc_mem_entry struct

2018-10-25 Thread Suman Anna
Hi Loic, > >> >> On 7/27/18 8:14 AM, Loic Pallardy wrote: >>> Memory entry could be allocated in different ways (ioremap, >>> dma_alloc_coherent, internal RAM allocator...). >>> This patch introduces an alloc ops in rproc_mem_entry structure >>> to associate dedicated allocation mechanism to each

RE: [PATCH v4 08/17] remoteproc: add alloc ops in rproc_mem_entry struct

2018-10-24 Thread Loic PALLARDY
rg > Subject: Re: [PATCH v4 08/17] remoteproc: add alloc ops in > rproc_mem_entry struct > > Hi Loic, > > On 7/27/18 8:14 AM, Loic Pallardy wrote: > > Memory entry could be allocated in different ways (ioremap, > > dma_alloc_coherent, internal RAM allocator...). >

Re: [PATCH v4 08/17] remoteproc: add alloc ops in rproc_mem_entry struct

2018-10-23 Thread Suman Anna
Hi Loic, On 7/27/18 8:14 AM, Loic Pallardy wrote: > Memory entry could be allocated in different ways (ioremap, > dma_alloc_coherent, internal RAM allocator...). > This patch introduces an alloc ops in rproc_mem_entry structure > to associate dedicated allocation mechanism to each memory entry > d

[PATCH v4 08/17] remoteproc: add alloc ops in rproc_mem_entry struct

2018-07-27 Thread Loic Pallardy
Memory entry could be allocated in different ways (ioremap, dma_alloc_coherent, internal RAM allocator...). This patch introduces an alloc ops in rproc_mem_entry structure to associate dedicated allocation mechanism to each memory entry descriptor in order to do remote core agnostic from memory all