Re: [PATCH 4/9] remoteproc: core: New API to add new resources to the resource table

2016-08-09 Thread Lee Jones
On Mon, 08 Aug 2016, loic pallardy wrote: > Hi Lee, > > After splitting this patch in 2, it may be good to add a debugfs entry to > display current rsc associated to one rproc. Happy to take suggestions to add functionality, but I would like to prevent *this* set from suffering from feature cree

Re: [PATCH 4/9] remoteproc: core: New API to add new resources to the resource table

2016-08-08 Thread loic pallardy
Hi Lee, After splitting this patch in 2, it may be good to add a debugfs entry to display current rsc associated to one rproc. Regards, Loic On 08/04/2016 11:21 AM, Lee Jones wrote: In order to amend or add a new resource table entry we need a method for a platform-specific to submit them. r

Re: [PATCH 4/9] remoteproc: core: New API to add new resources to the resource table

2016-08-04 Thread Lee Jones
On Thu, 04 Aug 2016, Lee Jones wrote: > In order to amend or add a new resource table entry we need a method > for a platform-specific to submit them. rproc_request_resource() is a > new public API which provides this functionality. > > It is to be called between rproc_alloc() and rproc_add(). >

[PATCH 4/9] remoteproc: core: New API to add new resources to the resource table

2016-08-04 Thread Lee Jones
In order to amend or add a new resource table entry we need a method for a platform-specific to submit them. rproc_request_resource() is a new public API which provides this functionality. It is to be called between rproc_alloc() and rproc_add(). Signed-off-by: Lee Jones --- drivers/remoteproc/