aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
Commit message (Expand)AuthorAgeFilesLines
* applied patches from i9305 jb sources, updated mali to r3p0codeworkx2012-09-181-7/+7
* firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds2011-10-031-5/+6
* PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki2011-05-171-0/+5
* firmware_classs: change val uevent's type to boolBob Liu2011-02-031-4/+3
* firmware_class: fix typo in error pathJohannes Berg2010-08-231-1/+1
* firmware loader: embed device into firmware_priv structureDmitry Torokhov2010-08-051-133/+122
* firmware loader: use statically initialized data attributeDmitry Torokhov2010-08-051-6/+3
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-4/+7
* firmware loader: do not allocate firmare id separatelyDmitry Torokhov2010-05-211-13/+4
* firmware loader: split out builtin firmware handlingDmitry Torokhov2010-05-211-26/+50
* firmware loader: rely on driver core to create class attributeDmitry Torokhov2010-05-211-35/+24
* firmware class: export nowait to userspaceJohannes Berg2010-05-211-5/+11
* Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki2010-05-211-3/+2
* firmware_class: fix memory leak - free allocated pagesDavid Woodhouse2010-05-211-6/+20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver-core: fix missing kernel-doc in firmware_classRandy Dunlap2010-03-191-0/+1
* sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina2010-03-191-0/+1
* Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2010-03-071-1/+1
* driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez2010-03-071-1/+0
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-2/+6
* firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-8/+6
* driver core: firmware_class:fix memory leak of page pointers arrayMing Lei2009-07-281-1/+0
* Firmware: firmware_class, fix lock imbalanceJiri Slaby2009-07-121-2/+4
* Free struct device in fw_dev_release()Catalin Marinas2009-07-081-4/+2
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-151-1/+1
* firmware: allocate firmware id dynamicallySamuel Ortiz2009-06-151-4/+12
* driver core: fix documentation of request_firmware_nowaitMing Lei2009-06-151-2/+3
* driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei2009-06-151-3/+5
* firmware: speed up request_firmware(), v3David Woodhouse2009-05-151-26/+103
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-241-2/+2
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-7/+1
* firmware: use dev_printk when possibleBjorn Helgaas2008-10-161-14/+10
* firmware: use memory_read_from_buffer()Akinobu Mita2008-07-251-9/+3
* firmware: allow firmware files to be built into kernel imageDavid Woodhouse2008-07-101-2/+31
* firmware: make fw->data constDavid Woodhouse2008-07-101-1/+1
* firmware loader: printk when requesting firmwareCiaran McCreesh2008-04-291-0/+2
* driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-191-9/+9
* Driver core: Revert "Fix Firmware class name collision"Michael E Brown2008-02-071-1/+2
* Fix Firmware class name collisionMarkus Rechberger2007-10-121-2/+1
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-8/+3
* kernel-doc fixes for PCI and drivers/base/Randy Dunlap2007-07-301-0/+1
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+2
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+1
* firmware: remove orphaned EmailMarkus Rechberger2007-06-081-2/+2
* Driver core: switch firmware_class to uevent_suppress.Cornelia Huck2007-04-271-8/+2
* Driver Core: Increase the default timeout value of the firmware subsystemDave Jones2007-02-071-1/+1
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-0/+1
* Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman2006-12-011-62/+57
* [PATCH] kthread: drivers/base/firmware_class.cSukadev Bhattiprolu2006-09-291-6/+6
* [PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li2006-09-271-1/+1