Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-12-15 Thread Dimitar Dimitrov
On Fri, 12/14 2018 11:53:56 EET Roger Quadros wrote: > Hi Dimitar, > > On 30/11/18 23:39, Dimitar Dimitrov wrote: > > On Monday, 12/26/2018, 9:52:37 EET Roger Quadros wrote: > >> +/* > >> + * Convert PRU device address (instruction space) to kernel virtual > >> address + * > >> + * A PRU does not

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-12-14 Thread Roger Quadros
Hi Dimitar, On 30/11/18 23:39, Dimitar Dimitrov wrote: > On Monday, 12/26/2018, 9:52:37 EET Roger Quadros wrote: >> +/* >> + * Convert PRU device address (instruction space) to kernel virtual address >> + * >> + * A PRU does not have an unified address space. Each PRU has its very own >> + *

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-12-04 Thread Roger Quadros
On 30/11/18 23:39, Dimitar Dimitrov wrote: > On Monday, 12/26/2018, 9:52:37 EET Roger Quadros wrote: >> +/* >> + * Convert PRU device address (instruction space) to kernel virtual address >> + * >> + * A PRU does not have an unified address space. Each PRU has its very own >> + * private

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-12-04 Thread Roger Quadros
On 30/11/18 23:39, Dimitar Dimitrov wrote: > On Monday, 12/26/2018, 9:52:37 EET Roger Quadros wrote: >> +/* >> + * Convert PRU device address (instruction space) to kernel virtual address >> + * >> + * A PRU does not have an unified address space. Each PRU has its very own >> + * private

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-30 Thread Dimitar Dimitrov
On Monday, 12/26/2018, 9:52:37 EET Roger Quadros wrote: > +/* > + * Convert PRU device address (instruction space) to kernel virtual address > + * > + * A PRU does not have an unified address space. Each PRU has its very own > + * private Instruction RAM, and its device address is identical to

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-30 Thread Dimitar Dimitrov
On Monday, 12/26/2018, 9:52:37 EET Roger Quadros wrote: > +/* > + * Convert PRU device address (instruction space) to kernel virtual address > + * > + * A PRU does not have an unified address space. Each PRU has its very own > + * private Instruction RAM, and its device address is identical to

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-29 Thread Roger Quadros
On 27/11/18 00:32, David Lechner wrote: > On 11/26/18 1:52 AM, Roger Quadros wrote: > >> diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile >> index ce5d061..88a86cc 100644 >> --- a/drivers/remoteproc/Makefile >> +++ b/drivers/remoteproc/Makefile >> @@ -26,3 +26,4 @@

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-29 Thread Roger Quadros
On 27/11/18 00:32, David Lechner wrote: > On 11/26/18 1:52 AM, Roger Quadros wrote: > >> diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile >> index ce5d061..88a86cc 100644 >> --- a/drivers/remoteproc/Makefile >> +++ b/drivers/remoteproc/Makefile >> @@ -26,3 +26,4 @@

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-26 Thread David Lechner
On 11/26/18 1:52 AM, Roger Quadros wrote: diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile index ce5d061..88a86cc 100644 --- a/drivers/remoteproc/Makefile +++ b/drivers/remoteproc/Makefile @@ -26,3 +26,4 @@ qcom_wcnss_pil-y += qcom_wcnss.o

Re: [PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-26 Thread David Lechner
On 11/26/18 1:52 AM, Roger Quadros wrote: diff --git a/drivers/remoteproc/Makefile b/drivers/remoteproc/Makefile index ce5d061..88a86cc 100644 --- a/drivers/remoteproc/Makefile +++ b/drivers/remoteproc/Makefile @@ -26,3 +26,4 @@ qcom_wcnss_pil-y += qcom_wcnss.o

[PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-25 Thread Roger Quadros
From: Suman Anna The Programmable Real-Time Unit Subsystem (PRUSS) consists of dual 32-bit RISC cores (Programmable Real-Time Units, or PRUs) for program execution. This patch adds a remoteproc platform driver for managing the individual PRU RISC cores life cycle. The PRU remoteproc driver uses

[PATCH 04/16] remoteproc/pru: Add PRU remoteproc driver

2018-11-25 Thread Roger Quadros
From: Suman Anna The Programmable Real-Time Unit Subsystem (PRUSS) consists of dual 32-bit RISC cores (Programmable Real-Time Units, or PRUs) for program execution. This patch adds a remoteproc platform driver for managing the individual PRU RISC cores life cycle. The PRU remoteproc driver uses