commit | 9c93ccfc86f2cdeab8a34408759abad594e439b9 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Mon Jul 19 00:27:05 2021 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Wed Aug 11 11:51:39 2021 +0200 |
tree | 35ffbc7de3594e3b3548e0733ea13887e578c6bd | |
parent | 158a9b47a491dd73e73a306e962d4c9a01270132 [diff] |
soc/tegra: pmc: Prevent racing with cpuilde driver Both PMC and cpuidle drivers are probed at the same init level and cpuidle depends on the PMC suspend mode. Add new default suspend mode that indicates whether PMC driver has been probed and reset the mode in a case of deferred probe of the PMC driver. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>