summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)AuthorLines
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
2013-06-21firmware loader: fix compile warning with PM_SLEEP setMing Lei-3/+3
2013-06-19Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman-16/+32
2013-06-18firmware loader: fix use-after-free by double abortMing Lei-9/+18
2013-06-06firmware loader: simplify holding module for request_firmwareMing Lei-6/+7
2013-06-06firmware loader: don't export cache_firmware and uncache_firmwareMing Lei-4/+2
2013-06-06firmware loader: fix compile warningMing Lei-0/+4
2013-06-04firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei-14/+17
2013-06-03driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei-0/+17
2013-06-03driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei-3/+6
2013-06-03firmware: move EXPORT_SYMBOL annotationsDaniel Mack-6/+5
2013-06-03firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai-7/+37
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-26switch vfs_getattr() to struct pathAl Viro-1/+1
2013-02-03firmware: Ignore abort check when no user-helper is usedTakashi Iwai-2/+9
2013-02-03firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai-162/+151
2013-02-03firmware: Make user-mode helper optionalTakashi Iwai-13/+44
2013-02-03firmware: Refactoring for splitting user-mode helper codeTakashi Iwai-133/+154
2013-01-16firmware: make sure the fw file size is not 0Luciano Coelho-1/+1
2012-11-14firmware loader: document firmware cache mechanismMing Lei-0/+3