summaryrefslogtreecommitdiffstats
path: root/drivers/base/class.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-33/+33
* [PATCH] fix missing includesTim Schmielau2005-10-311-0/+1
* [PATCH] Driver Core: add the ability for class_device structures to be nestedGreg Kroah-Hartman2005-10-281-44/+81
* [PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers2005-10-281-2/+14
* [PATCH] Driver core: pass interface to class interface methodsDmitry Torokhov2005-10-281-4/+4
* [PATCH] Driver core: send hotplug event before adding class interfacesDmitry Torokhov2005-10-281-1/+2
* [PATCH] fix class symlinks in sysfsBill Nottingham2005-09-221-0/+13
* [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby2005-09-131-6/+4Star
* [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in d...Jesper Juhl2005-09-061-4/+2Star
* [PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov2005-09-061-2/+31
* [PATCH] Driver core: potentially fix use after free in class_device_attr_showManeesh Soni2005-08-171-4/+6
* [PATCH] class: add kerneldoc for the new class functions.gregkh@suse.de2005-06-211-0/+43
* [PATCH] CLASS: move a "simple" class logic into the class core.gregkh@suse.de2005-06-211-11/+134
* [PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov2005-06-211-2/+2
* [PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov2005-06-211-1/+1
* [PATCH] kobject/hotplug split - class corekay.sievers@vrfy.org2005-04-191-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+591