Re: [PATCH v4 2/2] remoteproc: enhance rproc_put() for clusters

2024-01-29 Thread Tanmay Shah
On 1/26/24 11:38 AM, Bjorn Andersson wrote: > On Wed, Jan 03, 2024 at 02:11:25PM -0800, Tanmay Shah wrote: > > This patch enhances rproc_put() to support remoteproc clusters > > with multiple child nodes as in rproc_get_by_phandle(). > > > > Signed-off-by: Tarak Reddy > > Signed-off-by: Tanmay

Re: [PATCH v4 2/2] remoteproc: enhance rproc_put() for clusters

2024-01-26 Thread Bjorn Andersson
On Wed, Jan 03, 2024 at 02:11:25PM -0800, Tanmay Shah wrote: > This patch enhances rproc_put() to support remoteproc clusters > with multiple child nodes as in rproc_get_by_phandle(). > > Signed-off-by: Tarak Reddy > Signed-off-by: Tanmay Shah As described in the first patch, this documents

[PATCH v4 2/2] remoteproc: enhance rproc_put() for clusters

2024-01-03 Thread Tanmay Shah
This patch enhances rproc_put() to support remoteproc clusters with multiple child nodes as in rproc_get_by_phandle(). Signed-off-by: Tarak Reddy Signed-off-by: Tanmay Shah --- drivers/remoteproc/remoteproc_core.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git