Re: [PATCH v3 1/2] remoteproc: qcom: Add per subsystem SSR notification

2020-05-26 Thread rishabhb
On 2020-05-19 13:38, Bjorn Andersson wrote: On Tue 28 Apr 15:16 PDT 2020, Rishabh Bhatnagar wrote: Currently there is a single notification chain which is called whenever any remoteproc shuts down. This leads to all the listeners being notified, and is not an optimal design as kernel drivers

Re: [PATCH v3 1/2] remoteproc: qcom: Add per subsystem SSR notification

2020-05-19 Thread Bjorn Andersson
On Tue 28 Apr 15:16 PDT 2020, Rishabh Bhatnagar wrote: > Currently there is a single notification chain which is called whenever any > remoteproc shuts down. This leads to all the listeners being notified, and > is not an optimal design as kernel drivers might only be interested in > listening to

Re: [PATCH v3 1/2] remoteproc: qcom: Add per subsystem SSR notification

2020-04-29 Thread kbuild test robot
Hi Rishabh, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.7-rc3 next-20200428] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option

[PATCH v3 1/2] remoteproc: qcom: Add per subsystem SSR notification

2020-04-28 Thread Rishabh Bhatnagar
Currently there is a single notification chain which is called whenever any remoteproc shuts down. This leads to all the listeners being notified, and is not an optimal design as kernel drivers might only be interested in listening to notifications from a particular remoteproc. Create a global