summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)AuthorLines
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei-28/+6
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei-71/+100
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei-12/+20
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei-7/+28
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds-3/+1
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds-1/+77
2012-09-10firmware loader: fix compile warning when CONFIG_PM=nMing Lei-11/+22
2012-09-06firmware loader: let caching firmware piggyback on loading firmwareMing Lei-9/+74
2012-09-06firmware loader: fix firmware -ENOENT situationsMing Lei-0/+1
2012-08-17firmware loader: fix build failure if FW_LOADER is mMing Lei-7/+2
2012-08-17firmware loader: fix compile failure if !PMMing Lei-1/+3
2012-08-16firmware loader: cache devices firmware during suspend/resume cycleMing Lei-0/+32
2012-08-16firmware loader: use small timeout for cache device firmwareMing Lei-0/+14
2012-08-16firmware: introduce device_cache/uncache_fw_imagesMing Lei-6/+215
2012-08-16firmware loader: store firmware name into devres listMing Lei-0/+64
2012-08-16firmware loader: fix comments on request_firmware_nowaitMing Lei-3/+7
2012-08-16firmware loader: fix device lifetimeMing Lei-0/+6
2012-08-16firmware loader: introduce cache_firmware and uncache_firmwareMing Lei-8/+92
2012-08-16firmware loader: always let firmware_buf own the pages bufferMing Lei-69/+171
2012-08-16firmware loader: introduce firmware_bufMing Lei-78/+102
2012-08-16firmware loader: fix creation failure of fw loader deviceMing Lei-1/+1
2012-08-16firmware loader: remove unnecessary wmb()Ming Lei-1/+0
2012-08-16firmware loader: fix races during loading firmwareMing Lei-9/+11
2012-08-16firmware loader: simplify pages ownership transferMing Lei-23/+39
2012-07-16driver-core: Use kobj_to_dev instead of re-implementing itLars-Peter Clausen-4/+2
2012-03-28firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd-20/+7
2012-03-28firmware_class: Reorganize fw_create_instance()Stephen Boyd-73/+62
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki-21/+30
2012-03-28firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki-17/+41
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki-6/+5
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa-2/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman-7/+7
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat-0/+4
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds-5/+6
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki-0/+5
2011-02-03firmware_classs: change val uevent's type to boolBob Liu-4/+3
2010-08-23firmware_class: fix typo in error pathJohannes Berg-1/+1
2010-08-05firmware loader: embed device into firmware_priv structureDmitry Torokhov-133/+122
2010-08-05firmware loader: use statically initialized data attributeDmitry Torokhov-6/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright-4/+7
2010-05-21firmware loader: do not allocate firmare id separatelyDmitry Torokhov-13/+4
2010-05-21firmware loader: split out builtin firmware handlingDmitry Torokhov-26/+50
2010-05-21firmware loader: rely on driver core to create class attributeDmitry Torokhov-35/+24
2010-05-21firmware class: export nowait to userspaceJohannes Berg-5/+11
2010-05-21Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki-3/+2
2010-05-21firmware_class: fix memory leak - free allocated pagesDavid Woodhouse-6/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-19driver-core: fix missing kernel-doc in firmware_classRandy Dunlap-0/+1
2010-03-19sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina-0/+1