Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-28 Thread Oleksij Rempel
On Mon, Jul 27, 2020 at 08:11:09AM +, Peng Fan wrote: > > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > > > On Mon, Jul 27, 2020 at 06:51:00AM +, Peng Fan wrote: > > > > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > &

RE: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-27 Thread Peng Fan
> Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > On Mon, Jul 27, 2020 at 06:51:00AM +, Peng Fan wrote: > > > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > > > > > On Mon, Jul 27, 2020 at 06:28:20AM +

Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-27 Thread Oleksij Rempel
On Mon, Jul 27, 2020 at 06:51:00AM +, Peng Fan wrote: > > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > > > On Mon, Jul 27, 2020 at 06:28:20AM +, Peng Fan wrote: > > > Hi Oleksij, > > > > > > > Subject: Re:

RE: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-27 Thread Peng Fan
> Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > On Mon, Jul 27, 2020 at 06:28:20AM +, Peng Fan wrote: > > Hi Oleksij, > > > > > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > > > > > On Fri, Jul 24, 2020

Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-27 Thread Oleksij Rempel
On Mon, Jul 27, 2020 at 06:28:20AM +, Peng Fan wrote: > Hi Oleksij, > > > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > > > On Fri, Jul 24, 2020 at 04:08:06PM +0800, Peng Fan wrote: > > > We might need to map an region multip

RE: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-27 Thread Peng Fan
Hi Oleksij, > Subject: Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap > > On Fri, Jul 24, 2020 at 04:08:06PM +0800, Peng Fan wrote: > > We might need to map an region multiple times, becaue the region might > > be shared between remote processors, such i.MX8QM with dual

Re: [PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-27 Thread Oleksij Rempel
On Fri, Jul 24, 2020 at 04:08:06PM +0800, Peng Fan wrote: > We might need to map an region multiple times, becaue the region might > be shared between remote processors, such i.MX8QM with dual M4 cores. > So use devm_ioremap, not devm_ioremap_resource. Can you please give an example of this kind

[PATCH 03/10] remoteproc: imx: use devm_ioremap

2020-07-24 Thread Peng Fan
We might need to map an region multiple times, becaue the region might be shared between remote processors, such i.MX8QM with dual M4 cores. So use devm_ioremap, not devm_ioremap_resource. Reviewed-by: Richard Zhu Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 5 +++-- 1 file