Re: [U-Boot] [PATCH v3 3/7] remoteproc: add device_to_virt ops

2019-07-22 Thread Patrick DELAUNAY
Hi, > From: Fabien DESSENNE > Sent: vendredi 31 mai 2019 15:12 > > Introduce the device_to_virt function to allow translation between device > address > (remote processor view) and virtual address (main processor view). > > Signed-off-by: Loic Pallardy > Signed-off-by: Fabien Dessenne > ---

Re: [U-Boot] [PATCH v3 3/7] remoteproc: add device_to_virt ops

2019-06-02 Thread Lokesh Vutla
On 31/05/19 6:41 PM, Fabien Dessenne wrote: > Introduce the device_to_virt function to allow translation between > device address (remote processor view) and virtual address (main > processor view). > > Signed-off-by: Loic Pallardy > Signed-off-by: Fabien Dessenne Reviewed-by: Lokesh Vutla

[U-Boot] [PATCH v3 3/7] remoteproc: add device_to_virt ops

2019-05-31 Thread Fabien Dessenne
Introduce the device_to_virt function to allow translation between device address (remote processor view) and virtual address (main processor view). Signed-off-by: Loic Pallardy Signed-off-by: Fabien Dessenne --- include/remoteproc.h | 12 1 file changed, 12 insertions(+) diff --g