aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/edac_device_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04EDAC: constantify the struct bus_type usageGravatar Greg Kroah-Hartman 1-1/+1
2023-03-22EDAC/sysfs: move to use bus_get_dev_root()Gravatar Greg Kroah-Hartman 1-7/+9
2022-04-11EDAC/device: Get rid of the silly one-shot memory allocation in edac_device_a...Gravatar Borislav Petkov 1-4/+1
2022-01-23EDAC: Use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-6/+9
2022-01-23EDAC: Use proper list of struct attribute for attributesGravatar Greg Kroah-Hartman 1-14/+14
2020-06-17EDAC: Fix reference count leaksGravatar Qiushi Wu 1-0/+1
2016-12-15edac: move EDAC device definitions to drivers/edac/edac_device.hGravatar Mauro Carvalho Chehab 1-2/+2
2015-12-11EDAC: Remove edac_get_sysfs_subsys() error handlingGravatar Borislav Petkov 1-5/+0
2015-12-11EDAC: Rip out the edac_subsys reference countingGravatar Borislav Petkov 1-5/+1
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-38/+32
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-36/+35
2011-12-14edac: convert sysdev_class to a regular subsystemGravatar Kay Sievers 1-10/+10
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-21EDAC: Export edac sysfs class to users.Gravatar Borislav Petkov 1-6/+10
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-3/+3
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-5/+5
2008-01-24Kobject: change drivers/edac to use kobject_init_and_addGravatar Greg Kroah-Hartman 1-27/+12
2007-07-19drivers/edac: fix edac_device sysfs corner case bugGravatar Doug Thompson 1-35/+46
2007-07-19drivers/edac: fix edac_device sysfs completion codeGravatar Douglas Thompson 1-102/+239
2007-07-19drivers/edac: fix leaf sysfs attributeGravatar Douglas Thompson 1-0/+22
2007-07-19drivers/edac: edac_device code tidyingGravatar Douglas Thompson 1-14/+8
2007-07-19drivers/edac: cleanup spaces-gotos after Lindent messupGravatar Douglas Thompson 1-56/+56
2007-07-19drivers/edac: add device sysfs attributesGravatar Douglas Thompson 1-5/+46
2007-07-19drivers/edac: edac_device sysfs cleanupGravatar Douglas Thompson 1-107/+0
2007-07-19drivers/edac: core Lindent cleanupGravatar Douglas Thompson 1-214/+175
2007-07-19drivers/edac: add edac_device classGravatar Douglas Thompson 1-0/+837