aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)Author
2014-01-08firmware_class: Fix the file size checkBen Hutchings
2014-01-08firmware loader: Add sparse annotationBart Van Assche
2013-12-08firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=nTakashi Iwai
2013-12-08firmware: Use bit flags instead of boolean combosTakashi Iwai
2013-12-08firmware: Introduce request_firmware_direct()Takashi Iwai
2013-09-26firmware: Be a bit more verbose about direct firmware loading failureNeil Horman
2013-08-30firmware loader: fix pending_fw_head list corruptionMaxime Bizon
2013-08-23driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman
2013-06-25firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei
2013-06-21firmware loader: fix compile warning with PM_SLEEP setMing Lei
2013-06-19Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman
2013-06-18firmware loader: fix use-after-free by double abortMing Lei
2013-06-06firmware loader: simplify holding module for request_firmwareMing Lei
2013-06-06firmware loader: don't export cache_firmware and uncache_firmwareMing Lei
2013-06-06firmware loader: fix compile warningMing Lei
2013-06-04firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei
2013-06-03driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei
2013-06-03driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei
2013-06-03firmware: move EXPORT_SYMBOL annotationsDaniel Mack
2013-06-03firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-03firmware: Ignore abort check when no user-helper is usedTakashi Iwai
2013-02-03firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai
2013-02-03firmware: Make user-mode helper optionalTakashi Iwai
2013-02-03firmware: Refactoring for splitting user-mode helper codeTakashi Iwai
2013-01-16firmware: make sure the fw file size is not 0Luciano Coelho
2012-11-14firmware loader: document firmware cache mechanismMing Lei
2012-11-14firmware loader: introduce module parameter to customize(v4) fw search pathMing Lei
2012-11-14firmware: use noinline_for_stackCesar Eduardo Barros
2012-11-14firmware loader: Fix the concurrent request_firmware() race for kref_get/putChuansheng Liu
2012-11-14firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeoutChuansheng Liu
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds
2012-09-10firmware loader: fix compile warning when CONFIG_PM=nMing Lei
2012-09-06firmware loader: let caching firmware piggyback on loading firmwareMing Lei
2012-09-06firmware loader: fix firmware -ENOENT situationsMing Lei
2012-08-17firmware loader: fix build failure if FW_LOADER is mMing Lei
2012-08-17firmware loader: fix compile failure if !PMMing Lei
2012-08-16firmware loader: cache devices firmware during suspend/resume cycleMing Lei
2012-08-16firmware loader: use small timeout for cache device firmwareMing Lei
2012-08-16firmware: introduce device_cache/uncache_fw_imagesMing Lei
2012-08-16firmware loader: store firmware name into devres listMing Lei
2012-08-16firmware loader: fix comments on request_firmware_nowaitMing Lei
2012-08-16firmware loader: fix device lifetimeMing Lei
2012-08-16firmware loader: introduce cache_firmware and uncache_firmwareMing Lei