]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: tegra: enforce PM requirement
authorSameer Pujar <spujar@nvidia.com>
Wed, 27 Feb 2019 08:20:28 +0000 (13:50 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 28 Mar 2019 16:11:10 +0000 (17:11 +0100)
commit2942ca6895fdd01d75c2b07fe3274ba719ba1e26
treef298bb796d03a4c6924ce525c09f2b20884e329a
parente34ba0d7c8ee128a8a7cc0a1d0345206aeb6a4e5
ARM: tegra: enforce PM requirement

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 requirement to keep things simple, rather driver mentioning a
dependency on PM. This is how it is done for ARM 64-bit Tegra platforms
and the same can be done for 32-bit Tegra platforms too.

Finally the objective is to remove dependency on PM availability for all
Tegra drivers. The detailed discussion can be found in following patch,
https://patchwork.ozlabs.org/patch/1031007/

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/Kconfig