Re: [PATCH] coresight: replicator: Reset replicator if context is lost

2020-05-11 Thread Sai Prakash Ranjan
Hi Mathieu, On 2020-05-11 21:49, Mathieu Poirier wrote: Hi Sai, On Mon, 11 May 2020 at 02:34, Sai Prakash Ranjan wrote: On some QCOM SoCs, replicators in Always-On domain loses its context as soon as the clock is disabled. Currently as a part of pm_runtime workqueue, clock is disabled after

Re: [PATCH] coresight: replicator: Reset replicator if context is lost

2020-05-11 Thread Mathieu Poirier
Hi Sai, On Mon, 11 May 2020 at 02:34, Sai Prakash Ranjan wrote: > > On some QCOM SoCs, replicators in Always-On domain loses its > context as soon as the clock is disabled. Currently as a part > of pm_runtime workqueue, clock is disabled after the replicator > is initialized by

[PATCH] coresight: replicator: Reset replicator if context is lost

2020-05-11 Thread Sai Prakash Ranjan
On some QCOM SoCs, replicators in Always-On domain loses its context as soon as the clock is disabled. Currently as a part of pm_runtime workqueue, clock is disabled after the replicator is initialized by amba_pm_runtime_suspend assuming that context is not lost which is not true for replicators