aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/dmi-id.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-24driver core: make struct class.dev_uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2021-09-02firmware: dmi: Move product_sku info to the end of the modaliasGravatar Hans de Goede 1-1/+5
2020-10-28firmware/dmi: Include product_sku info to modaliasGravatar Kai-Chuan Hsieh 1-0/+1
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseGravatar Erwan Velu 1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Gravatar Thomas Gleixner 1-2/+1
2018-06-17firmware: dmi: Add access to the SKU ID stringGravatar Simon Glass 1-0/+2
2017-06-15firmware: dmi: Fix permissions of product_familyGravatar Jean Delvare 1-2/+2
2017-05-23firmware: dmi: Add DMI_PRODUCT_FAMILY identification stringGravatar Mika Westerberg 1-0/+2
2016-09-08dmi-id: don't free dev structure after calling device_registerGravatar Allen Hung 1-4/+4
2010-08-05dmi-id: fix a memory leak in dmi_id_init error pathGravatar Axel Lin 1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-1/+1
2009-01-06dmi: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-02-06Remove inclusions of <linux/autoconf.h>Gravatar Ralf Baechle 1-1/+0
2008-01-23DMI: move dmi_available declaration to linux/dmi.hGravatar Len Brown 1-2/+0
2008-01-08dmi-id: fix for __you_cannot_kmalloc_that_much failureGravatar Jean Delvare 1-5/+14
2007-10-12dmi-id: Possible cleanupGravatar Jean Delvare 1-5/+2
2007-10-12dmi-id: Use dynamic sysfs attributesGravatar Jean Delvare 1-12/+26
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-7/+10
2007-07-11DMI-based module autoloadingGravatar Lennart Poettering 1-0/+222