aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2-4/+4
2008-01-24Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/firmware/edd.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+5
2008-01-24kobject: convert efivars to use kobject_createGreg Kroah-Hartman1-10/+8
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman2-2/+2
2008-01-24kset: convert edd to use kset_createGreg Kroah-Hartman1-7/+7
2008-01-24kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman1-12/+10
2008-01-24kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman1-10/+9
2008-01-24kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman1-21/+14
2008-01-24efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman1-28/+23
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2-6/+8
2008-01-23DMI: create dmi_get_slot()Len Brown1-0/+8
2008-01-23DMI: move dmi_available declaration to linux/dmi.hLen Brown1-2/+0
2008-01-08dmi-id: fix for __you_cannot_kmalloc_that_much failureJean Delvare1-5/+14
2007-10-19define global BIT macroJiri Slaby1-2/+0
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+2
2007-10-12Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman2-4/+4
2007-10-12dmi-id: Possible cleanupJean Delvare1-5/+2
2007-10-12dmi-id: Use dynamic sysfs attributesJean Delvare1-12/+26
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-7/+10
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-26/+31
2007-07-16edd: switch to pci_get based APIAlan Cox1-2/+5
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-2/+4
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui2-14/+21
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo4-9/+8
2007-07-11DMI-based module autoloadingLennart Poettering4-6/+299
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-02-11[PATCH] docbook: add edd firmware interfacesRandy Dunlap1-3/+5
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-1/+1
2007-01-26[PATCH] Fix race in efi variable delete codeMatt Domsch1-17/+12
2006-11-16[PATCH] dell_rbu: fix error checkAkinobu Mita1-5/+4
2006-10-21[PATCH] i386: Disable nmi watchdog on all ThinkPadsAndi Kleen1-0/+20
2006-10-20[PATCH] firmware/dcdbas: add size check in smi_data_writeDoug Warzecha1-2/+5
2006-10-11[PATCH] firmware/efivars: handle errorJeff Garzik1-1/+6
2006-10-11[PATCH] firmware/dell_rbu: handle sysfs errorsJeff Garzik1-4/+17
2006-10-11[PATCH] dell_rbu: printk() warning fixAndrew Morton1-1/+1
2006-10-10[PATCH] firmware/dcdbas: fix bug in error cleanupJeff Garzik1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03Fix several typos in drivers/Matt LaPlante1-1/+1
2006-10-03[PATCH] pr_debug: dell_rbu: fix pr_debug argument warningsZach Brown1-2/+2
2006-09-29[PATCH] DMI: Decode and save OEM String informationShem Multinymous1-0/+23
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-25[PATCH] DMI: cleanup kernel-doc, add to DocBookRandy Dunlap1-4/+9
2006-06-25[PATCH] EDD isn't EXPERIMENTAL anymoreChris Wedgwood1-2/+1
2006-04-14[PATCH] DMI: move dmi_scan.c from arch/i386 to drivers/firmware/Bjorn Helgaas2-1/+360
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-15/+4
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas2-21/+26
2006-03-23[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven1-11/+12
2006-03-22[PATCH] dcdbas: convert to the new platform device interfaceDmitry Torokhov1-22/+88
2006-03-09[PATCH] dcdbas: dcdbas_pdev referenced after platform_device_unregister on exitDoug Warzecha1-2/+6