aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-14firmware loader: introduce module parameter to customize(v4) fw search pathMing Lei1-1/+16
2012-11-14firmware: use noinline_for_stackCesar Eduardo Barros1-1/+1
2012-11-14firmware loader: Fix the concurrent request_firmware() race for kref_get/putChuansheng Liu1-2/+4
2012-11-14firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeoutChuansheng Liu1-8/+16
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei1-28/+6
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei1-71/+100
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei1-12/+20
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei1-7/+28
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds1-3/+1
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds1-1/+77
2012-09-10firmware loader: fix compile warning when CONFIG_PM=nMing Lei1-11/+22
2012-09-06firmware loader: let caching firmware piggyback on loading firmwareMing Lei1-9/+74
2012-09-06firmware loader: fix firmware -ENOENT situationsMing Lei1-0/+1
2012-08-17firmware loader: fix build failure if FW_LOADER is mMing Lei1-7/+2
2012-08-17firmware loader: fix compile failure if !PMMing Lei1-1/+3
2012-08-16firmware loader: cache devices firmware during suspend/resume cycleMing Lei1-0/+32
2012-08-16firmware loader: use small timeout for cache device firmwareMing Lei1-0/+14
2012-08-16firmware: introduce device_cache/uncache_fw_imagesMing Lei1-6/+215