aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev1-0/+2
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai1-19/+21
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea1-3/+4
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-22/+11
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert1-1/+0
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei1-24/+6
2015-02-03firmware_loader: abort request if wait_for_completion is interruptedMing Lei1-0/+7
2015-02-03firmware: Correct function name in commentBorislav Petkov1-1/+1
2014-11-26firmware class: Deletion of an unnecessary check before the function call "vunmap"Markus Elfring1-2/+1
2014-11-26firmware loader: fix hung task warning dumpKweh, Hock Leong1-2/+2
2014-09-23firmware_class: make sure fw requests contain a nameKees Cook1-0/+3
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+26
2014-07-25firmware_class: perform new LSM checksKees Cook1-4/+26
2014-07-23firmware loader: Fix _request_firmware_load() return val for fw load abortShuah Khan1-1/+3
2014-07-08firmware loader: inform direct failure when udev loader is disabledLuis R. Rodriguez1-6/+7
2014-07-08firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick1-1/+1
2014-07-08firmware: read firmware size using i_size_read()Dmitry Kasatkin1-14/+3
2014-07-08firmware loader: allow disabling of udev as firmware loaderTakashi Iwai1-5/+10
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2014-02-26PM / hibernate: Fix restore hang in freeze_processes()Sebastian Capella1-0/+1
2014-02-15firmware: use power efficient workqueue for unloading and aborting fw loadShaibal Dutta1-3/+4
2014-02-15firmware: give a protection when map page failedzhang jun1-1/+5
2014-01-08firmware_class: Fix the file size checkBen Hutchings1-3/+3
2014-01-08firmware loader: Add sparse annotationBart Van Assche1-0/+1
2013-12-08firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=nTakashi Iwai1-0/+4
2013-12-08firmware: Use bit flags instead of boolean combosTakashi Iwai1-22/+29
2013-12-08firmware: Introduce request_firmware_direct()Takashi Iwai1-7/+34
2013-09-26firmware: Be a bit more verbose about direct firmware loading failureNeil Horman1-13/+25
2013-08-30firmware loader: fix pending_fw_head list corruptionMaxime Bizon1-4/+7
2013-08-23driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman1-8/+5
2013-06-25firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei1-12/+12
2013-06-21firmware loader: fix compile warning with PM_SLEEP setMing Lei1-3/+3
2013-06-19Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman1-16/+32
2013-06-18firmware loader: fix use-after-free by double abortMing Lei1-9/+18
2013-06-06firmware loader: simplify holding module for request_firmwareMing Lei1-6/+7
2013-06-06firmware loader: don't export cache_firmware and uncache_firmwareMing Lei1-4/+2
2013-06-06firmware loader: fix compile warningMing Lei1-0/+4
2013-06-04firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei1-14/+17
2013-06-03driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei1-0/+17
2013-06-03driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei1-3/+6
2013-06-03firmware: move EXPORT_SYMBOL annotationsDaniel Mack1-6/+5
2013-06-03firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai1-7/+37
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26switch vfs_getattr() to struct pathAl Viro1-1/+1
2013-02-03firmware: Ignore abort check when no user-helper is usedTakashi Iwai1-2/+9
2013-02-03firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai1-162/+151
2013-02-03firmware: Make user-mode helper optionalTakashi Iwai1-13/+44
2013-02-03firmware: Refactoring for splitting user-mode helper codeTakashi Iwai1-133/+154
2013-01-16firmware: make sure the fw file size is not 0Luciano Coelho1-1/+1
2012-11-14firmware loader: document firmware cache mechanismMing Lei1-0/+3