]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware loader: document firmware cache mechanism
authorMing Lei <tom.leiming@gmail.com>
Sat, 3 Nov 2012 09:48:16 +0000 (17:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Nov 2012 23:07:18 +0000 (15:07 -0800)
commit6a927857d890658789e6e54b058ef8527de8200a
tree96caa4c27cf460927601fae8490dffaeb6a421f4
parent27602842060484b564cd725241b402b0bddfb830
firmware loader: document firmware cache mechanism

This patch documents the firmware cache mechanism so that
users of request_firmware() know that it can be called
safely inside device's suspend and resume callback, and
the device's firmware needn't be cached any more by individual
driver itself to deal with firmware loss during system resume.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/firmware_class/README
drivers/base/firmware_class.c