Re: [PATCH] remoteproc: xlnx: allow single core use in split mode

2025-06-10 Thread Tanmay Shah
Hello, Thanks for your reviews. On 6/9/25 8:10 PM, Peng Fan wrote: Subject: [PATCH] remoteproc: xlnx: allow single core use in split mode It's a valid use case to have only one core enabled in cluster in split mode. Remove exact core count expecatation from the driver. Signed-o

RE: [PATCH] remoteproc: xlnx: allow single core use in split mode

2025-06-09 Thread Peng Fan
> Subject: [PATCH] remoteproc: xlnx: allow single core use in split mode > > It's a valid use case to have only one core enabled in cluster in split > mode. Remove exact core count expecatation from the driver. > > Signed-off-by: Tanmay Shah > --- > drivers/remote

[PATCH] remoteproc: xlnx: allow single core use in split mode

2025-06-09 Thread Tanmay Shah
It's a valid use case to have only one core enabled in cluster in split mode. Remove exact core count expecatation from the driver. Signed-off-by: Tanmay Shah --- drivers/remoteproc/xlnx_r5_remoteproc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/remoteproc/xlnx_r5_remoteproc.c