aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/edd.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02edd: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Gravatar Thomas Gleixner 1-10/+1
2018-03-27edd: don't spam log if no EDD information is presentGravatar Johannes Thumshirn 1-5/+3
2018-01-11edd: Deprecate pci_get_bus_and_slot()Gravatar Sinan Kaya 1-4/+4
2011-10-31[SCSI] edd: Treat "XPRS" host bus type the same as "PCI"Gravatar Michael Chan 1-3/+3
2011-04-27x86, setup: Fix EDD3.0 data verification.Gravatar Gleb Natapov 1-11/+11
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+1
2010-08-09edd: fix possible memory leak in edd_init() error pathGravatar Axel Lin 1-7/+13
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2008-06-06edd: fix incorrect return of 1 from module_initGravatar Alexey Dobriyan 1-1/+1
2008-02-03drivers/firmware/: Spelling fixesGravatar Joe Perches 1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-1/+1
2008-01-24Kobject: change drivers/firmware/edd.c to use kobject_init_and_addGravatar Greg Kroah-Hartman 1-5/+5
2008-01-24firmware: change firmware_kset to firmware_kobjGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24kset: convert edd to use kset_createGravatar Greg Kroah-Hartman 1-7/+7
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-2/+3
2007-10-12Driver core: rename ktype_edd and ktype_efivarGravatar Greg Kroah-Hartman 1-2/+2
2007-07-16edd: switch to pci_get based APIGravatar Alan Cox 1-2/+5
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-1/+1
2007-02-11[PATCH] docbook: add edd firmware interfacesGravatar Randy Dunlap 1-3/+5
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2005-11-07[PATCH] drivers/firmware: kmalloc + memset -> kzalloc conversionGravatar Deepak Saxena 1-2/+1
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIOGravatar Dmitry Torokhov 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+790