Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2025-03-05 Thread Arnaud POULIQUEN
On 3/4/25 16:23, Bjorn Andersson wrote: > On Wed, Feb 12, 2025 at 02:48:30PM +0100, Arnaud POULIQUEN wrote: >> >> >> On 2/12/25 04:54, Bjorn Andersson wrote: >>> On Tue, Dec 10, 2024 at 11:33:31AM +0100, Arnaud POULIQUEN wrote: On 12/10/24 00:14, Bjorn Andersson wrote: > On Th

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2025-03-04 Thread Bjorn Andersson
On Wed, Feb 12, 2025 at 02:48:30PM +0100, Arnaud POULIQUEN wrote: > > > On 2/12/25 04:54, Bjorn Andersson wrote: > > On Tue, Dec 10, 2024 at 11:33:31AM +0100, Arnaud POULIQUEN wrote: > >> > >> > >> On 12/10/24 00:14, Bjorn Andersson wrote: > >>> On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Poul

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2025-02-12 Thread Arnaud POULIQUEN
On 2/12/25 04:54, Bjorn Andersson wrote: > On Tue, Dec 10, 2024 at 11:33:31AM +0100, Arnaud POULIQUEN wrote: >> >> >> On 12/10/24 00:14, Bjorn Andersson wrote: >>> On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Pouliquen wrote: This patch updates the rproc_ops structures to include two new

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2025-02-11 Thread Bjorn Andersson
On Tue, Dec 10, 2024 at 11:33:31AM +0100, Arnaud POULIQUEN wrote: > > > On 12/10/24 00:14, Bjorn Andersson wrote: > > On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Pouliquen wrote: > >> This patch updates the rproc_ops structures to include two new optional > >> operations. > >> > >> - The load_

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-10 Thread Arnaud POULIQUEN
On 12/10/24 00:14, Bjorn Andersson wrote: > On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Pouliquen wrote: >> This patch updates the rproc_ops structures to include two new optional >> operations. >> >> - The load_fw() op is responsible for loading the remote processor >> non-ELF firmware image

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-09 Thread Bjorn Andersson
On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Pouliquen wrote: > This patch updates the rproc_ops structures to include two new optional > operations. > > - The load_fw() op is responsible for loading the remote processor > non-ELF firmware image before starting the boot sequence. This ops will >

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-06 Thread Arnaud POULIQUEN
On 12/6/24 18:07, Mathieu Poirier wrote: > On Fri, 6 Dec 2024 at 10:05, Mathieu Poirier > wrote: >> >> On Thu, 5 Dec 2024 at 11:22, Arnaud POULIQUEN >> wrote: >>> >>> Hello Mathieu, >>> >>> Thanks for the review! >>> I just need to clarify a point below before preparing the next revision. >>>

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-06 Thread Mathieu Poirier
On Fri, 6 Dec 2024 at 10:05, Mathieu Poirier wrote: > > On Thu, 5 Dec 2024 at 11:22, Arnaud POULIQUEN > wrote: > > > > Hello Mathieu, > > > > Thanks for the review! > > I just need to clarify a point below before preparing the next revision. > > > > On 12/3/24 18:22, Mathieu Poirier wrote: > > >

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-06 Thread Mathieu Poirier
On Thu, 5 Dec 2024 at 11:22, Arnaud POULIQUEN wrote: > > Hello Mathieu, > > Thanks for the review! > I just need to clarify a point below before preparing the next revision. > > On 12/3/24 18:22, Mathieu Poirier wrote: > > On Thu, Nov 28, 2024 at 09:42:10AM +0100, Arnaud Pouliquen wrote: > >> This

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-05 Thread Arnaud POULIQUEN
Hello Mathieu, Thanks for the review! I just need to clarify a point below before preparing the next revision. On 12/3/24 18:22, Mathieu Poirier wrote: > On Thu, Nov 28, 2024 at 09:42:10AM +0100, Arnaud Pouliquen wrote: >> This patch updates the rproc_ops structures to include two new optional >>

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-04 Thread Mathieu Poirier
On Thu, Nov 28, 2024 at 09:42:10AM +0100, Arnaud Pouliquen wrote: > This patch updates the rproc_ops structures to include two new optional > operations. > > - The load_fw() op is responsible for loading the remote processor > non-ELF firmware image before starting the boot sequence. This ops will

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-03 Thread Mathieu Poirier
On Thu, Nov 28, 2024 at 09:42:10AM +0100, Arnaud Pouliquen wrote: > This patch updates the rproc_ops structures to include two new optional > operations. > > - The load_fw() op is responsible for loading the remote processor > non-ELF firmware image before starting the boot sequence. This ops will