aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)Author
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
2012-08-16firmware loader: always let firmware_buf own the pages bufferMing Lei
2012-08-16firmware loader: introduce firmware_bufMing Lei
2012-08-16firmware loader: fix creation failure of fw loader deviceMing Lei
2012-08-16firmware loader: remove unnecessary wmb()Ming Lei
2012-08-16firmware loader: fix races during loading firmwareMing Lei
2012-08-16firmware loader: simplify pages ownership transferMing Lei
2012-07-16driver-core: Use kobj_to_dev instead of re-implementing itLars-Peter Clausen
2012-03-28firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd
2012-03-28firmware_class: Reorganize fw_create_instance()Stephen Boyd
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki
2012-03-28firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki
2011-02-03firmware_classs: change val uevent's type to boolBob Liu
2010-08-23firmware_class: fix typo in error pathJohannes Berg
2010-08-05firmware loader: embed device into firmware_priv structureDmitry Torokhov
2010-08-05firmware loader: use statically initialized data attributeDmitry Torokhov
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21firmware loader: do not allocate firmare id separatelyDmitry Torokhov
2010-05-21firmware loader: split out builtin firmware handlingDmitry Torokhov
2010-05-21firmware loader: rely on driver core to create class attributeDmitry Torokhov
2010-05-21firmware class: export nowait to userspaceJohannes Berg
2010-05-21Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki
2010-05-21firmware_class: fix memory leak - free allocated pagesDavid Woodhouse
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19driver-core: fix missing kernel-doc in firmware_classRandy Dunlap
2010-03-19sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina