thunderbolt: Prevent root port runtime suspend during NVM upgrade
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 26 Nov 2018 09:47:46 +0000 (12:47 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2018 19:38:49 +0000 (20:38 +0100)
commit1830b6eeda1fed42d85f2388f79c926331a9b2d0
tree88c0d5c08cbc81850d0724ca4ce13aa2eecc7f45
parenteceb05965489784f24bbf4d61ba60e475a983016
thunderbolt: Prevent root port runtime suspend during NVM upgrade

During NVM upgrade process the host router is hot-removed for a short
while. During this time it is possible that the root port is moved into
D3cold which would be fine if the root port could trigger PME on itself.
However, many systems actually do not implement it so what happens is
that the root port goes into D3cold and never wakes up unless userspace
does PCI config space access, such as running 'lscpi'.

For this reason we explicitly prevent the root port from runtime
suspending during NVM upgrade.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/switch.c