aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+1
2007-06-08firmware: remove orphaned EmailMarkus Rechberger1-2/+2
2007-04-27Driver core: switch firmware_class to uevent_suppress.Cornelia Huck1-8/+2
2007-02-07Driver Core: Increase the default timeout value of the firmware subsystemDave Jones1-1/+1
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-0/+1
2006-12-01Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman1-62/+57
2006-09-29[PATCH] kthread: drivers/base/firmware_class.cSukadev Bhattiprolu1-6/+6
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li1-1/+1
2006-06-21[PATCH] firmware_class: s/semaphores/mutexesLaura Garcia1-11/+11
2006-05-21[PATCH] drivers/base/firmware_class.c: cleanupsAdrian Bunk1-31/+8
2006-03-20[PATCH] firmware: fix BUG: in fw_realloc_bufferJeff Moyer1-2/+4
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-23/+22
2005-11-13[PATCH] fix leaks in request_firmware_nowaitmatthieu castet1-4/+11
2005-10-30[PATCH] firmware: fix all kernel-doc warningsRandy Dunlap1-28/+41
2005-09-13[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby1-6/+3
2005-09-07[PATCH] modified firmware_class.c to support no hotplugAbhay Salunke1-29/+50
2005-06-28[PATCH] request_firmware(): avoid race conditionsStanislaw W. Gruszka1-3/+10
2005-04-18[PATCH] add TIMEOUT to firmware_class hotplug eventkay.sievers@vrfy.org1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+583