Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-24 Thread Mathieu Poirier
On Sun, Jun 21, 2020 at 12:30:22PM -0700, Bjorn Andersson wrote: > On Fri 12 Jun 04:47 PDT 2020, Paul Cercueil wrote: > > Le jeu. 11 juin 2020 à 19:21, Suman Anna a écrit : > > > On 6/11/20 5:21 PM, Paul Cercueil wrote: > > > > Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : > > > > > On 5/15/

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-21 Thread Bjorn Andersson
On Fri 12 Jun 04:47 PDT 2020, Paul Cercueil wrote: > Le jeu. 11 juin 2020 à 19:21, Suman Anna a écrit : > > On 6/11/20 5:21 PM, Paul Cercueil wrote: > > > Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : > > > > On 5/15/20 5:43 AM, Paul Cercueil wrote: [..] > > > > > diff --git a/drivers/remote

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-12 Thread Suman Anna
Hi Paul, On 6/12/20 6:47 AM, Paul Cercueil wrote: Hi Suman, Le jeu. 11 juin 2020 à 19:21, Suman Anna a écrit : Hi Paul, On 6/11/20 5:21 PM, Paul Cercueil wrote: Hi Suman, Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : Hi Paul, On 5/15/20 5:43 AM, Paul Cercueil wrote: This driver is

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-12 Thread Paul Cercueil
Hi Suman, Le jeu. 11 juin 2020 à 19:21, Suman Anna a écrit : Hi Paul, On 6/11/20 5:21 PM, Paul Cercueil wrote: Hi Suman, Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : Hi Paul, On 5/15/20 5:43 AM, Paul Cercueil wrote: This driver is used to boot, communicate with and load firmwares t

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-11 Thread Suman Anna
Hi Paul, On 6/11/20 5:21 PM, Paul Cercueil wrote: Hi Suman, Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : Hi Paul, On 5/15/20 5:43 AM, Paul Cercueil wrote: This driver is used to boot, communicate with and load firmwares to the MIPS co-processor found in the VPU hardware of the JZ47xx

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-11 Thread Paul Cercueil
Hi Suman, Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : Hi Paul, On 5/15/20 5:43 AM, Paul Cercueil wrote: This driver is used to boot, communicate with and load firmwares to the MIPS co-processor found in the VPU hardware of the JZ47xx SoCs from Ingenic. I have a few comments w.r.t pm

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-11 Thread Suman Anna
Hi Paul, On 5/15/20 5:43 AM, Paul Cercueil wrote: This driver is used to boot, communicate with and load firmwares to the MIPS co-processor found in the VPU hardware of the JZ47xx SoCs from Ingenic. I have a few comments w.r.t pm_runtime usage in this driver. Signed-off-by: Paul Cercueil A

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-05-18 Thread Bjorn Andersson
On Fri 15 May 03:43 PDT 2020, Paul Cercueil wrote: > This driver is used to boot, communicate with and load firmwares to the > MIPS co-processor found in the VPU hardware of the JZ47xx SoCs from > Ingenic. > > Signed-off-by: Paul Cercueil > Acked-by: Mathieu Poirier Series applied Thanks, Bjo

[PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-05-15 Thread Paul Cercueil
This driver is used to boot, communicate with and load firmwares to the MIPS co-processor found in the VPU hardware of the JZ47xx SoCs from Ingenic. Signed-off-by: Paul Cercueil Acked-by: Mathieu Poirier --- Notes: v2: Remove exception for always-mapped memories v3: - Use clk_bulk API