aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd1-20/+7
2012-03-28firmware_class: Reorganize fw_create_instance()Stephen Boyd1-73/+62
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki1-21/+30
2012-03-28firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki1-17/+41
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki1-6/+5
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+4
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman1-7/+7
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-0/+4
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds1-5/+6
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+5
2011-02-03firmware_classs: change val uevent's type to boolBob Liu1-4/+3
2010-08-23firmware_class: fix typo in error pathJohannes Berg1-1/+1
2010-08-05firmware loader: embed device into firmware_priv structureDmitry Torokhov1-133/+122
2010-08-05firmware 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 implicit slab.h inclusion from percpu.hTejun 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-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-03-07driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez1-1/+0
2010-03-07driver-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
2009-07-28driver core: firmware_class:fix memory leak of page pointers arrayMing Lei1-1/+0
2009-07-12Firmware: firmware_class, fix lock imbalanceJiri Slaby1-2/+4
2009-07-08Free struct device in fw_dev_release()Catalin Marinas1-4/+2
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman1-1/+1
2009-06-15firmware: allocate firmware id dynamicallySamuel Ortiz1-4/+12
2009-06-15driver core: fix documentation of request_firmware_nowaitMing Lei1-2/+3
2009-06-15driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei1-3/+5
2009-05-15firmware: speed up request_firmware(), v3David Woodhouse1-26/+103
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-2/+2
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-7/+1
2008-10-16firmware: use dev_printk when possibleBjorn Helgaas1-14/+10
2008-07-25firmware: use memory_read_from_buffer()Akinobu Mita1-9/+3
2008-07-10firmware: allow firmware files to be built into kernel imageDavid Woodhouse1-2/+31
2008-07-10firmware: make fw->data constDavid Woodhouse1-1/+1
2008-04-29firmware loader: printk when requesting firmwareCiaran McCreesh1-0/+2
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-02-07Driver core: Revert "Fix Firmware class name collision"Michael E Brown1-1/+2
2007-10-12Fix Firmware class name collisionMarkus Rechberger1-2/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-8/+3
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap1-0/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+2