summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMing Lei2012-08-20 13:04:16 +0200
committerGreg Kroah-Hartman2012-09-06 23:46:16 +0200
commitac39b3ea73aacde876d1d5ee1ca3e2719f771482 (patch)
tree58b9ee67654ea41ddba770f827d7f949ee1d40f2 /MAINTAINERS
parentfirmware loader: fix firmware -ENOENT situations (diff)
downloadkernel-qcow2-linux-ac39b3ea73aacde876d1d5ee1ca3e2719f771482.tar.gz
kernel-qcow2-linux-ac39b3ea73aacde876d1d5ee1ca3e2719f771482.tar.xz
kernel-qcow2-linux-ac39b3ea73aacde876d1d5ee1ca3e2719f771482.zip
firmware loader: let caching firmware piggyback on loading firmware
After starting caching firmware, there is still some time left before devices are suspended, during the period, request_firmware or its nowait version may still be triggered by the below situations to load firmware images which can't be cached during suspend/resume cycle. - new devices added - driver bind - or device open kind of things This patch utilizes the piggyback trick to cache firmware for this kind of situation: just increase the firmware buf's reference count and add the fw name entry into cache entry list after starting caching firmware and before syscore_suspend() is called. Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions