summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: firmware_class:fix memory leak of page pointers arrayMing Lei2009-07-281-1/+0Star
* Firmware: firmware_class, fix lock imbalanceJiri Slaby2009-07-121-2/+4
* Free struct device in fw_dev_release()Catalin Marinas2009-07-081-4/+2Star
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-161-1/+1
* firmware: allocate firmware id dynamicallySamuel Ortiz2009-06-161-4/+12
* driver core: fix documentation of request_firmware_nowaitMing Lei2009-06-161-2/+3
* driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei2009-06-161-3/+5
* firmware: speed up request_firmware(), v3David Woodhouse2009-05-151-26/+103
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-251-2/+2
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-7/+1Star
* firmware: use dev_printk when possibleBjorn Helgaas2008-10-161-14/+10Star
* firmware: use memory_read_from_buffer()Akinobu Mita2008-07-251-9/+3Star
* 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-201-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/+1Star
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-8/+3Star
* 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-121-2/+2
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-1/+1
* firmware: remove orphaned EmailMarkus Rechberger2007-06-081-2/+2
* Driver core: switch firmware_class to uevent_suppress.Cornelia Huck2007-04-271-8/+2Star
* 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/+57Star
* [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
* [PATCH] firmware_class: s/semaphores/mutexesLaura Garcia2006-06-211-11/+11
* [PATCH] drivers/base/firmware_class.c: cleanupsAdrian Bunk2006-05-211-31/+8Star
* [PATCH] firmware: fix BUG: in fw_realloc_bufferJeff Moyer2006-03-201-2/+4
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-1/+1
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-121-0/+1
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-23/+22Star
* [PATCH] fix leaks in request_firmware_nowaitmatthieu castet2005-11-141-4/+11
* [PATCH] firmware: fix all kernel-doc warningsRandy Dunlap2005-10-311-28/+41
* [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby2005-09-131-6/+3Star
* [PATCH] modified firmware_class.c to support no hotplugAbhay Salunke2005-09-081-29/+50
* [PATCH] request_firmware(): avoid race conditionsStanislaw W. Gruszka2005-06-291-3/+10
* [PATCH] add TIMEOUT to firmware_class hotplug eventkay.sievers@vrfy.org2005-04-191-0/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+583