summaryrefslogtreecommitdiff
path: root/drivers/base/class.c
AgeCommit message (Expand)Author
2010-11-17driver-core: merge private parts of class and busKay Sievers
2010-11-10driver core: fix whitespace in class_attr_stringBrandon Philips
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-16class: Free the class private data in class_releaseLaurent Pinchart
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