commit | 78ad73421831247e46c31899a7bead02740e4bef | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Apr 30 13:31:58 2020 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu May 07 11:45:45 2020 +0200 |
tree | 21a419225932d1a4b2d387842955f6d26572642c | |
parent | 0e698dfa282211e414076f9dc7e83c1c288314fd [diff] |
Revert "i2c: tegra: Fix suspending in active runtime PM state" This reverts commit 9f42de8d4ec2304f10bbc51dc0484f3503d61196. It's not safe to use pm_runtime_force_{suspend,resume}(), especially during the noirq phase of suspend. See also the guidance provided in commit 1e2ef05bb8cf ("PM: Limit race conditions between runtime PM and system sleep (v2)"). Signed-off-by: Thierry Reding <treding@nvidia.com>