2023-03-22 04:30:26

by Tanmay Shah

[permalink] [raw]
Subject: [PATCH v2 0/2] remoteproc: get rproc devices for clusters

This series extends original patch and makes rproc_put() work
for clusters along with rprog_get_by_phandle().

v1 is here: https://lore.kernel.org/all/[email protected]/

Mathieu Poirier (1):
remoteproc: Make rproc_get_by_phandle() work for clusters

Tanmay Shah (1):
remoteproc: enhance rproc_put() for clusters

drivers/remoteproc/remoteproc_core.c | 41 +++++++++++++++++++++++++++-
1 file changed, 40 insertions(+), 1 deletion(-)


base-commit: e19967994d342a5986d950a1bfddf19d7e1191b7
--
2.25.1


2023-03-22 14:12:23

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] remoteproc: get rproc devices for clusters

On Tue, Mar 21, 2023 at 09:09:32PM -0700, Tanmay Shah wrote:
> This series extends original patch and makes rproc_put() work
> for clusters along with rprog_get_by_phandle().
>
> v1 is here: https://lore.kernel.org/all/[email protected]/
>

What changed since v1?

Thanks,
Bjorn

> Mathieu Poirier (1):
> remoteproc: Make rproc_get_by_phandle() work for clusters
>
> Tanmay Shah (1):
> remoteproc: enhance rproc_put() for clusters
>
> drivers/remoteproc/remoteproc_core.c | 41 +++++++++++++++++++++++++++-
> 1 file changed, 40 insertions(+), 1 deletion(-)
>
>
> base-commit: e19967994d342a5986d950a1bfddf19d7e1191b7
> --
> 2.25.1
>

2023-03-22 16:13:12

by Mathieu Poirier

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] remoteproc: get rproc devices for clusters

On Wed, Mar 22, 2023 at 07:12:15AM -0700, Bjorn Andersson wrote:
> On Tue, Mar 21, 2023 at 09:09:32PM -0700, Tanmay Shah wrote:
> > This series extends original patch and makes rproc_put() work
> > for clusters along with rprog_get_by_phandle().
> >
> > v1 is here: https://lore.kernel.org/all/[email protected]/
> >
>
> What changed since v1?
>

Path 2/2 was not part of the original submission. Speaking of that original
submission, you did not follow-up on my last comment, something that would be
much appreciated in order to move forward with this fix.

Thanks,
Mathieu


> Thanks,
> Bjorn
>
> > Mathieu Poirier (1):
> > remoteproc: Make rproc_get_by_phandle() work for clusters
> >
> > Tanmay Shah (1):
> > remoteproc: enhance rproc_put() for clusters
> >
> > drivers/remoteproc/remoteproc_core.c | 41 +++++++++++++++++++++++++++-
> > 1 file changed, 40 insertions(+), 1 deletion(-)
> >
> >
> > base-commit: e19967994d342a5986d950a1bfddf19d7e1191b7
> > --
> > 2.25.1
> >

2023-03-22 17:39:34

by Tanmay Shah

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] remoteproc: get rproc devices for clusters


On 3/22/23 7:12 AM, Bjorn Andersson wrote:
> On Tue, Mar 21, 2023 at 09:09:32PM -0700, Tanmay Shah wrote:
>> This series extends original patch and makes rproc_put() work
>> for clusters along with rprog_get_by_phandle().
>>
>> v1 is here: https://lore.kernel.org/all/[email protected]/
>>
> What changed since v1?


Hello Bjorn,

Thanks for reviews.

rproc_put() is fixed in v2. I will add proper change-log in cover-letter
in next revision.


Thanks,


> Thanks,
> Bjorn
>
>> Mathieu Poirier (1):
>> remoteproc: Make rproc_get_by_phandle() work for clusters
>>
>> Tanmay Shah (1):
>> remoteproc: enhance rproc_put() for clusters
>>
>> drivers/remoteproc/remoteproc_core.c | 41 +++++++++++++++++++++++++++-
>> 1 file changed, 40 insertions(+), 1 deletion(-)
>>
>>
>> base-commit: e19967994d342a5986d950a1bfddf19d7e1191b7
>> --
>> 2.25.1
>>