Re: [PATCH v3] ARM: tegra: enforce PM requirement

2019-03-28 Thread Thierry Reding
On Wed, Feb 27, 2019 at 01:50:28PM +0530, Sameer Pujar wrote: > Currently runtime PM is enabled for Tegra HDA driver. One of the concern > raised was about handling !PM case in HDA driver. In this case, there is > a need to manage clocks and power explicitly in the driver and reviewers > were not r

Re: [PATCH v3] ARM: tegra: enforce PM requirement

2019-03-19 Thread Sameer Pujar
On 2/27/2019 7:01 PM, Dmitry Osipenko wrote: 27.02.2019 11:20, Sameer Pujar пишет: Currently runtime PM is enabled for Tegra HDA driver. One of the concern raised was about handling !PM case in HDA driver. In this case, there is a need to manage clocks and power explicitly in the driver and re

Re: [PATCH v3] ARM: tegra: enforce PM requirement

2019-02-27 Thread Dmitry Osipenko
27.02.2019 11:20, Sameer Pujar пишет: > Currently runtime PM is enabled for Tegra HDA driver. One of the concern > raised was about handling !PM case in HDA driver. In this case, there is > a need to manage clocks and power explicitly in the driver and reviewers > were not really convinced about th

[PATCH v3] ARM: tegra: enforce PM requirement

2019-02-27 Thread Sameer Pujar
Currently runtime PM is enabled for Tegra HDA driver. One of the concern raised was about handling !PM case in HDA driver. In this case, there is a need to manage clocks and power explicitly in the driver and reviewers were not really convinced about this. The consensus at the end was to enforce PM