aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+9
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula1-0/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen1-0/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-2/+2
2010-02-16class: Free the class private data in class_releaseLaurent Pinchart1-0/+2
2009-09-15Driver core: Add support for compatibility classesJean Delvare1-0/+87
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo1-33/+103
2008-08-21driver model: anti-oopsing medicineDavid Brownell1-0/+11
2008-07-28locking: fix mutex @key parameter kernel-doc notationRandy Dunlap1-0/+1
2008-07-21class: change internal semaphore to a mutexDave Young1-11/+12
2008-07-21class: add lockdep infrastructureMatthew Wilcox1-5/+6
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman1-11/+11
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman1-11/+12
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman1-2/+2
2008-07-21class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman1-5/+5
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman1-39/+48
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-9/+13
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-8/+13
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-0/+4
2008-05-14Driver core: struct class remove children listDave Young1-1/+0
2008-04-30driver core: remove no longer used "struct class_device"Kay Sievers1-637/+1
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2008-01-31docbook: fix drivers/base/class warningRandy Dunlap1-1/+1
2008-01-27Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman1-1/+1
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman1-70/+70
2008-01-24Driver Core: add class iteration apiDave Young1-0/+133
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-2/+2
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-0/+7
2008-01-24Kobject: convert drivers/base/class.c to use kobject_init/add_ng()Greg Kroah-Hartman1-7/+3
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-2/+2
2008-01-24kset: remove decl_subsys macroGreg Kroah-Hartman1-2/+9
2008-01-24kset: convert drivers/base/class.c to use kset_createGreg Kroah-Hartman1-7/+5
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-3/+5
2007-10-31Revert "Driver core: remove class_device_*_bin_file"Greg Kroah-Hartman1-0/+18
2007-10-30Driver core: remove class_device_*_bin_fileGreg Kroah-Hartman1-18/+0
2007-10-12Driver core: rename ktype_classGreg Kroah-Hartman1-5/+5
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman1-1/+1
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman1-1/+1
2007-10-12Driver core: remove subsys_put()Greg Kroah-Hartman1-1/+1
2007-10-12Driver core: remove subsys_set_ksetGreg Kroah-Hartman1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-32/+10
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo1-28/+16
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-06-08Driver core: keep PHYSDEV for old struct class_deviceKay Sievers1-38/+21
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-10/+8
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers1-1/+1