summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)AuthorLines
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd-26/+99
2016-08-02firmware: provide infrastructure to make fw caching optionalVikram Mulukutla-2/+5
2016-08-02firmware: consolidate kmap/read/write logicStephen Boyd-31/+26
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+4
2016-02-29firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez-2/+6
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar-42/+10
2016-02-18firmware: clean up filesystem load exit pathKees Cook-7/+5
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez-4/+10
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez-4/+4
2016-02-08firmware: Change the page arrary alloc to vmallocChen Feng-5/+4
2016-02-08firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez-4/+4
2016-01-07firmware: actually return NULL on failed request_firmware_nowait()Brian Norris-3/+5
2015-08-05firmware: fix wrong memory deallocation in fw_add_devm_name()Vladimir Zapolskiy-1/+1
2015-07-09Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds-3/+13
2015-06-01firmware: add missing kfree for work on async callLuis R. Rodriguez-1/+3
2015-05-24firmware: use const for remaining firmware namesLuis R. Rodriguez-12/+28
2015-05-24firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez-1/+5
2015-05-24firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez-2/+7
2015-05-24firmware: fix __getname() missing failure checkLuis R. Rodriguez-1/+5
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev-0/+2
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai-19/+21
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea-3/+4
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+11
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert-1/+0
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei-24/+6
2015-02-03firmware_loader: abort request if wait_for_completion is interruptedMing Lei-0/+7
2015-02-03firmware: Correct function name in commentBorislav Petkov-1/+1
2014-11-26firmware class: Deletion of an unnecessary check before the function call "vu...Markus Elfring-2/+1
2014-11-26firmware loader: fix hung task warning dumpKweh, Hock Leong-2/+2
2014-09-23firmware_class: make sure fw requests contain a nameKees Cook-0/+3
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-4/+26
2014-07-25firmware_class: perform new LSM checksKees Cook-4/+26
2014-07-23firmware loader: Fix _request_firmware_load() return val for fw load abortShuah Khan-1/+3
2014-07-08firmware loader: inform direct failure when udev loader is disabledLuis R. Rodriguez-6/+7
2014-07-08firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick-1/+1
2014-07-08firmware: read firmware size using i_size_read()Dmitry Kasatkin-14/+3
2014-07-08firmware loader: allow disabling of udev as firmware loaderTakashi Iwai-5/+10
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman-0/+1
2014-02-26PM / hibernate: Fix restore hang in freeze_processes()Sebastian Capella-0/+1
2014-02-15firmware: use power efficient workqueue for unloading and aborting fw loadShaibal Dutta-3/+4
2014-02-15firmware: give a protection when map page failedzhang jun-1/+5
2014-01-08firmware_class: Fix the file size checkBen Hutchings-3/+3
2014-01-08firmware loader: Add sparse annotationBart Van Assche-0/+1
2013-12-08firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=nTakashi Iwai-0/+4
2013-12-08firmware: Use bit flags instead of boolean combosTakashi Iwai-22/+29
2013-12-08firmware: Introduce request_firmware_direct()Takashi Iwai-7/+34
2013-09-26firmware: Be a bit more verbose about direct firmware loading failureNeil Horman-13/+25
2013-08-30firmware loader: fix pending_fw_head list corruptionMaxime Bizon-4/+7
2013-08-23driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman-8/+5
2013-06-25firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei-12/+12