commit | 884e4d576fdf6780a896bc9f7a2fe73fce5aa66a | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Mon Aug 31 13:05:14 2020 +0300 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Wed Sep 16 14:57:46 2020 +0300 |
tree | c48cc45a43c1072ce028b95d9457c671dfff564d | |
parent | 77e4907fa620af102f4571d4edb0dcc95b4fa083 [diff] |
thunderbolt: Only stop control channel when entering freeze According to the kernel power management documentation freeze phase should only quiesce the device, no need to configure wakes or put it to low power state. For this reason we simply stop the control channel and in case of Software Connection Manager also mark the hotplug disabled. This should align the driver better with the PM framework expectations. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>