Re: [PATCH v18 3/6] remoteproc: Introduce release_fw optional operation

2025-06-17 Thread Arnaud POULIQUEN
Hello Bjorn, On 6/17/25 06:44, Bjorn Andersson wrote: > On Mon, Jun 16, 2025 at 09:55:27AM +0200, Arnaud Pouliquen wrote: >> The release_fw operation is the inverse operation of the load, responsible >> for releasing the remote processor resources configured from the loading >> of the remoteproc f

Re: [PATCH v18 3/6] remoteproc: Introduce release_fw optional operation

2025-06-16 Thread Bjorn Andersson
On Mon, Jun 16, 2025 at 09:55:27AM +0200, Arnaud Pouliquen wrote: > The release_fw operation is the inverse operation of the load, responsible > for releasing the remote processor resources configured from the loading > of the remoteproc firmware (e.g., memories). > I was under the impression tha