Re: [RFC PATCH] remoteproc: core: Add support for predefined notifyids

2024-10-30 Thread Daniel Baluta
On Wed, Oct 23, 2024 at 6:32 PM Mathieu Poirier wrote: > > Hello Daniel, > > On Fri, Oct 18, 2024 at 02:09:29PM +0300, Daniel Baluta wrote: > > Currently we generate notifyids in the linux kernel and override > > those found in rsc_table. > > > > This doesn't play well with users expecting to use

Re: [RFC PATCH] remoteproc: core: Add support for predefined notifyids

2024-10-25 Thread Arnaud POULIQUEN
hello On 10/23/24 17:32, Mathieu Poirier wrote: > Hello Daniel, > > On Fri, Oct 18, 2024 at 02:09:29PM +0300, Daniel Baluta wrote: >> Currently we generate notifyids in the linux kernel and override >> those found in rsc_table. >> >> This doesn't play well with users expecting to use the exact id

Re: [RFC PATCH] remoteproc: core: Add support for predefined notifyids

2024-10-23 Thread Mathieu Poirier
Hello Daniel, On Fri, Oct 18, 2024 at 02:09:29PM +0300, Daniel Baluta wrote: > Currently we generate notifyids in the linux kernel and override > those found in rsc_table. > > This doesn't play well with users expecting to use the exact ids > from rsc_table. > > So, use predefined notifyids foun

[RFC PATCH] remoteproc: core: Add support for predefined notifyids

2024-10-18 Thread Daniel Baluta
Currently we generate notifyids in the linux kernel and override those found in rsc_table. This doesn't play well with users expecting to use the exact ids from rsc_table. So, use predefined notifyids found in rsc_table if any. Otherwise, let Linux generate the ids as before. Keypoint is we also