aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/class.c
AgeCommit message (Expand)Author
2009-09-15Driver core: Add support for compatibility classesJean Delvare
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo
2008-08-21driver model: anti-oopsing medicineDavid Brownell
2008-07-28locking: fix mutex @key parameter kernel-doc notationRandy Dunlap
2008-07-21class: change internal semaphore to a mutexDave Young
2008-07-21class: add lockdep infrastructureMatthew Wilcox
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams
2008-05-14Driver core: struct class remove children listDave Young
2008-04-30driver core: remove no longer used "struct class_device"Kay Sievers
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-01-31docbook: fix drivers/base/class warningRandy Dunlap
2008-01-27Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman
2008-01-24Driver Core: add class iteration apiDave Young
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers
2008-01-24Kobject: convert drivers/base/class.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman
2008-01-24kset: remove decl_subsys macroGreg Kroah-Hartman
2008-01-24kset: convert drivers/base/class.c to use kset_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2007-10-31Revert "Driver core: remove class_device_*_bin_file"Greg Kroah-Hartman
2007-10-30Driver core: remove class_device_*_bin_fileGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_classGreg Kroah-Hartman
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman
2007-10-12Driver core: remove subsys_put()Greg Kroah-Hartman
2007-10-12Driver core: remove subsys_set_ksetGreg Kroah-Hartman
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-06-08Driver core: keep PHYSDEV for old struct class_deviceKay Sievers
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers
2007-02-23Driver core: remove class_device_renameGreg Kroah-Hartman
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck
2006-12-13driver core: delete virtual directory on class_unregister()Akinobu Mita
2006-12-01CONFIG_SYSFS_DEPRECATED - class symlinksKay Sievers
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman