Re: [PATCH] remoteproc: Add a rproc_set_firmware() API

2020-11-26 Thread Mathieu Poirier
On Fri, Nov 20, 2020 at 09:20:42PM -0600, Suman Anna wrote: > A new API, rproc_set_firmware() is added to allow the remoteproc platform > drivers and remoteproc client drivers to be able to configure a custom > firmware name that is different from the default name used during > remoteproc registrat

Re: [PATCH] remoteproc: Add a rproc_set_firmware() API

2020-11-25 Thread rishabhb
On 2020-11-20 19:20, Suman Anna wrote: A new API, rproc_set_firmware() is added to allow the remoteproc platform drivers and remoteproc client drivers to be able to configure a custom firmware name that is different from the default name used during remoteproc registration. This function is bein

Re: [PATCH] remoteproc: Add a rproc_set_firmware() API

2020-11-20 Thread Bjorn Andersson
On Fri 20 Nov 21:20 CST 2020, Suman Anna wrote: > A new API, rproc_set_firmware() is added to allow the remoteproc platform > drivers and remoteproc client drivers to be able to configure a custom > firmware name that is different from the default name used during > remoteproc registration. This f

[PATCH] remoteproc: Add a rproc_set_firmware() API

2020-11-20 Thread Suman Anna
A new API, rproc_set_firmware() is added to allow the remoteproc platform drivers and remoteproc client drivers to be able to configure a custom firmware name that is different from the default name used during remoteproc registration. This function is being introduced to provide a kernel-level equ