thunderbolt: Add trivial .shutdown
authorMaxim Levitsky <mlevitsk@redhat.com>
Wed, 20 May 2020 18:52:21 +0000 (21:52 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 25 May 2020 08:48:03 +0000 (11:48 +0300)
commit4caf2511ec498277333d229f8a7ad1fa9331df65
tree56503bd7a254bf02c7cc9dea5a3643860897827d
parenteb4a6de4962ecacb5717a45057efc60bb2eca892
thunderbolt: Add trivial .shutdown

On my machine, a kexec with this driver loaded in the old kernel causes
a very long delay on boot in the kexec'ed kernel, most likely due to
unclean shutdown prior to that.

Unloading thunderbolt driver prior to kexec allows kexec to work as fast
as regular kernel boot, as well as adding this .shutdown pointer.

Shutting a device prior to the shutdown completely is always a good idea
IMHO to help with kexec, and this one-liner patch implements it.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/nhi.c