RE: [PATCH v2 13/16] remoteproc: look-up memory-device for virtio device allocation

2018-01-15 Thread Loic PALLARDY
n.gaign...@linaro.org > Subject: Re: [PATCH v2 13/16] remoteproc: look-up memory-device for virtio > device allocation > > On Thu 30 Nov 08:46 PST 2017, Loic Pallardy wrote: > > > This patch parse existing carveout list to find a memory area > > matching on "vdevbuff

Re: [PATCH v2 13/16] remoteproc: look-up memory-device for virtio device allocation

2017-12-13 Thread Bjorn Andersson
On Thu 30 Nov 08:46 PST 2017, Loic Pallardy wrote: > This patch parse existing carveout list to find a memory area > matching on "vdevbuffer" name. > If found, memory device will be used as parent for vdev creation, else > rproc platform device will be used as today. > > Signed-off-by: Loic Palla

[PATCH v2 13/16] remoteproc: look-up memory-device for virtio device allocation

2017-11-30 Thread Loic Pallardy
This patch parse existing carveout list to find a memory area matching on "vdevbuffer" name. If found, memory device will be used as parent for vdev creation, else rproc platform device will be used as today. Signed-off-by: Loic Pallardy --- drivers/remoteproc/remoteproc_core.c | 13 ++