summaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)Author
2012-01-12firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman
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
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings
2010-03-07driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg
2009-07-28driver core: firmware_class:fix memory leak of page pointers arrayMing Lei
2009-07-12Firmware: firmware_class, fix lock imbalanceJiri Slaby
2009-07-08Free struct device in fw_dev_release()Catalin Marinas
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman
2009-06-15firmware: allocate firmware id dynamicallySamuel Ortiz
2009-06-15driver core: fix documentation of request_firmware_nowaitMing Lei
2009-06-15driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei
2009-05-15firmware: speed up request_firmware(), v3David Woodhouse
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-16firmware: use dev_printk when possibleBjorn Helgaas
2008-07-25firmware: use memory_read_from_buffer()Akinobu Mita
2008-07-10firmware: allow firmware files to be built into kernel imageDavid Woodhouse
2008-07-10firmware: make fw->data constDavid Woodhouse
2008-04-29firmware loader: printk when requesting firmwareCiaran McCreesh
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-07Driver core: Revert "Fix Firmware class name collision"Michael E Brown
2007-10-12Fix Firmware class name collisionMarkus Rechberger
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-06-08firmware: remove orphaned EmailMarkus Rechberger
2007-04-27Driver core: switch firmware_class to uevent_suppress.Cornelia Huck
2007-02-07Driver Core: Increase the default timeout value of the firmware subsystemDave Jones
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap
2006-12-01Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman
2006-09-29[PATCH] kthread: drivers/base/firmware_class.cSukadev Bhattiprolu
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li