Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2019-02-13 Thread Suman Anna
Hi Roger, On 12/4/18 4:03 AM, Roger Quadros wrote: > On 29/11/18 18:12, David Lechner wrote: >> On 11/29/18 4:29 AM, Roger Quadros wrote: >>> Bjorn, Suman, >>> >>> On 26/11/18 23:29, David Lechner wrote: On 11/26/18 1:52 AM, Roger Quadros wrote: > From: Suman Anna > > The

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-12-04 Thread Roger Quadros
On 29/11/18 18:12, David Lechner wrote: > On 11/29/18 4:29 AM, Roger Quadros wrote: >> Bjorn, Suman, >> >> On 26/11/18 23:29, David Lechner wrote: >>> On 11/26/18 1:52 AM, Roger Quadros wrote: From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-12-04 Thread Roger Quadros
On 29/11/18 18:12, David Lechner wrote: > On 11/29/18 4:29 AM, Roger Quadros wrote: >> Bjorn, Suman, >> >> On 26/11/18 23:29, David Lechner wrote: >>> On 11/26/18 1:52 AM, Roger Quadros wrote: From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-29 Thread David Lechner
On 11/29/18 4:29 AM, Roger Quadros wrote: Bjorn, Suman, On 26/11/18 23:29, David Lechner wrote: On 11/26/18 1:52 AM, Roger Quadros wrote: From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to kernel address translations to meet the different needs of the

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-29 Thread David Lechner
On 11/29/18 4:29 AM, Roger Quadros wrote: Bjorn, Suman, On 26/11/18 23:29, David Lechner wrote: On 11/26/18 1:52 AM, Roger Quadros wrote: From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to kernel address translations to meet the different needs of the

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-29 Thread Roger Quadros
Bjorn, Suman, On 26/11/18 23:29, David Lechner wrote: > On 11/26/18 1:52 AM, Roger Quadros wrote: >> From: Suman Anna >> >> The rproc_da_to_va() API is currently used to perform any device >> to kernel address translations to meet the different needs of the >> remoteproc core/platform drivers

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-29 Thread Roger Quadros
Bjorn, Suman, On 26/11/18 23:29, David Lechner wrote: > On 11/26/18 1:52 AM, Roger Quadros wrote: >> From: Suman Anna >> >> The rproc_da_to_va() API is currently used to perform any device >> to kernel address translations to meet the different needs of the >> remoteproc core/platform drivers

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-26 Thread David Lechner
On 11/26/18 1:52 AM, Roger Quadros wrote: From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to kernel address translations to meet the different needs of the remoteproc core/platform drivers (eg: loading). The function also invokes the da_to_va ops, if present,

Re: [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-26 Thread David Lechner
On 11/26/18 1:52 AM, Roger Quadros wrote: From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to kernel address translations to meet the different needs of the remoteproc core/platform drivers (eg: loading). The function also invokes the da_to_va ops, if present,

[PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-25 Thread Roger Quadros
From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to kernel address translations to meet the different needs of the remoteproc core/platform drivers (eg: loading). The function also invokes the da_to_va ops, if present, to allow the remoteproc platform drivers to

[PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

2018-11-25 Thread Roger Quadros
From: Suman Anna The rproc_da_to_va() API is currently used to perform any device to kernel address translations to meet the different needs of the remoteproc core/platform drivers (eg: loading). The function also invokes the da_to_va ops, if present, to allow the remoteproc platform drivers to