Re: [PATCH v2 1/2] bus: tegra-aconnect: use devm_clk_*() helpers

2019-03-28 Thread Thierry Reding
On Wed, Mar 13, 2019 at 10:11:58AM +0530, Sameer Pujar wrote: > aconnect bus driver is using pm_clk_*() interface for managing clocks. > With this, clocks seem to be always ON. This happens on Tegra devices > which use BPMP co-processor to manage clock resources, where clocks > are enabled during p

Re: [PATCH v2 1/2] bus: tegra-aconnect: use devm_clk_*() helpers

2019-03-27 Thread Jon Hunter
On 27/03/2019 11:10, Sameer Pujar wrote: > Hi Reviewers, > > Request for review and approval. Fine with me. I think you have my reviewed/acked-by. If there are any changes we need to make, we could also use the clk_bulk APIs here too. However, not critical. Cheers Jon -- nvpublic

Re: [PATCH v2 1/2] bus: tegra-aconnect: use devm_clk_*() helpers

2019-03-27 Thread Sameer Pujar
Hi Reviewers, Request for review and approval. Thanks, Sameer. On 3/13/2019 10:11 AM, Sameer Pujar wrote: aconnect bus driver is using pm_clk_*() interface for managing clocks. With this, clocks seem to be always ON. This happens on Tegra devices which use BPMP co-processor to manage clock res

[PATCH v2 1/2] bus: tegra-aconnect: use devm_clk_*() helpers

2019-03-12 Thread Sameer Pujar
aconnect bus driver is using pm_clk_*() interface for managing clocks. With this, clocks seem to be always ON. This happens on Tegra devices which use BPMP co-processor to manage clock resources, where clocks are enabled during prepare phase. This is necessary because calls to BPMP are always block