1
0
Fork 0
remarkable-linux/Documentation/driver-api/firmware
Linus Torvalds f007cad159 Revert "firmware: add sanity check on shutdown/suspend"
This reverts commit 81f9507628.

It causes random failures of firmware loading at resume time (well,
random for me, it seems to be more reliable for others) because the
firmware disabling is not actually synchronous with any particular
resume event, and at least the btusb driver that uses a workqueue to
load the firmware at resume seems to occasionally hit the "firmware
loading is disabled" logic because the firmware loader hasn't gotten the
resume event yet.

Some kind of sanity check for not trying to load firmware when it's not
possible might be a good thing, but this commit was not it.

Greg seems to have silently suffered the same issue, and pointed to the
likely culprit, and Gabriel C verified the revert fixed it for him too.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Pointed-at-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tested-by: Gabriel C <nix.or.die@gmail.com>
Cc: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-09-10 21:19:06 -07:00
..
built-in-fw.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
core.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
direct-fs-lookup.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
fallback-mechanisms.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
firmware_cache.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
fw_search_path.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
index.rst docs-rst: core_api: move driver-specific stuff to drivers_api 2017-04-02 14:17:43 -06:00
introduction.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
lookup-order.rst firmware: revamp firmware documentation 2017-01-11 09:42:59 +01:00
other_interfaces.rst docs-rst: core_api: move driver-specific stuff to drivers_api 2017-04-02 14:17:43 -06:00
request_firmware.rst Revert "firmware: add sanity check on shutdown/suspend" 2017-09-10 21:19:06 -07:00