Re: [PATCH] remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name

2024-08-07 Thread MD Danish Anwar
On 05/08/24 12:08 pm, Roger Quadros wrote: > > > On 19/07/2024 11:59, MD Danish Anwar wrote: >> uc_pdata->name is populated from device tree property "remoteproc-name". >> For those devcices that don't set "remoteproc-name", uc_pdata->name >> falls back to dev->name. >> >> If two devices have

Re: [PATCH] remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name

2024-08-04 Thread Roger Quadros
On 19/07/2024 11:59, MD Danish Anwar wrote: > uc_pdata->name is populated from device tree property "remoteproc-name". > For those devcices that don't set "remoteproc-name", uc_pdata->name > falls back to dev->name. > > If two devices have same name, this will result into uc_pdata->name not > b

[PATCH] remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name

2024-07-19 Thread MD Danish Anwar
uc_pdata->name is populated from device tree property "remoteproc-name". For those devcices that don't set "remoteproc-name", uc_pdata->name falls back to dev->name. If two devices have same name, this will result into uc_pdata->name not being unique and rproc_init() will fail. Fix this by using