summaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds1-3/+1
2012-10-04firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds1-1/+77
2012-09-11firmware loader: fix compile warning when CONFIG_PM=nMing Lei1-11/+22
2012-09-07firmware loader: let caching firmware piggyback on loading firmwareMing Lei1-9/+74
2012-09-07firmware 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-17firmware loader: cache devices firmware during suspend/resume cycleMing Lei1-0/+32
2012-08-17firmware loader: use small timeout for cache device firmwareMing Lei1-0/+14
2012-08-17firmware: introduce device_cache/uncache_fw_imagesMing Lei1-6/+215
2012-08-17firmware loader: store firmware name into devres listMing Lei1-0/+64
2012-08-17firmware loader: fix comments on request_firmware_nowaitMing Lei1-3/+7
2012-08-17firmware loader: fix device lifetimeMing Lei1-0/+6
2012-08-17firmware loader: introduce cache_firmware and uncache_firmwareMing Lei1-8/+92
2012-08-17firmware loader: always let firmware_buf own the pages bufferMing Lei1-69/+171
2012-08-17firmware loader: introduce firmware_bufMing Lei1-78/+102
2012-08-17firmware loader: fix creation failure of fw loader deviceMing Lei1-1/+1
2012-08-17firmware loader: remove unnecessary wmb()Ming Lei1-1/+0
2012-08-17firmware loader: fix races during loading firmwareMing Lei1-9/+11
2012-08-17firmware loader: simplify pages ownership transferMing Lei1-23/+39
2012-07-17driver-core: Use kobj_to_dev instead of re-implementing itLars-Peter Clausen1-4/+2
2012-03-29firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd1-20/+7
2012-03-29firmware_class: Reorganize fw_create_instance()Stephen Boyd1-73/+62
2012-03-29firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki1-21/+30
2012-03-29firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki1-17/+41
2012-03-29firmware_class: Rework usermodehelper checkRafael J. Wysocki1-6/+5
2012-01-24PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2012-01-05firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman1-7/+7
2011-12-10PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-0/+4
2011-08-25firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds1-5/+6
2011-05-18PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+5
2011-02-04firmware_classs: change val uevent's type to boolBob Liu1-4/+3
2010-08-24firmware_class: fix typo in error pathJohannes Berg1-1/+1
2010-08-06firmware loader: embed device into firmware_priv structureDmitry Torokhov1-133/+122
2010-08-06firmware loader: use statically initialized data attributeDmitry Torokhov1-6/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-4/+7
2010-05-21firmware loader: do not allocate firmare id separatelyDmitry Torokhov1-13/+4
2010-05-21firmware loader: split out builtin firmware handlingDmitry Torokhov1-26/+50
2010-05-21firmware loader: rely on driver core to create class attributeDmitry Torokhov1-35/+24
2010-05-21firmware class: export nowait to userspaceJohannes Berg1-5/+11
2010-05-21Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki1-3/+2
2010-05-21firmware_class: fix memory leak - free allocated pagesDavid Woodhouse1-6/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-19driver-core: fix missing kernel-doc in firmware_classRandy Dunlap1-0/+1
2010-03-19sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina1-0/+1
2010-03-08Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-03-08driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez1-1/+0
2010-03-08driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-2/+6
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg1-8/+6