aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-3/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-06-09driver core: remove class_attrs from struct classGreg Kroah-Hartman1-33/+0
2016-11-29driver core: class: add class_groups supportGreg Kroah-Hartman1-0/+15
2015-09-29class_find_device: fix reference to argument "match"Rolf Eike Beer1-1/+1
2015-03-25drivers: base: class: Add a blank line after declarationsCosmin Tomulescu1-0/+2
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo1-20/+9
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman1-2/+2
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers1-7/+7
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman1-2/+15
2010-11-17driver-core: merge private parts of class and busKay Sievers1-19/+19
2010-11-10driver core: fix whitespace in class_attr_stringBrandon Philips1-2/+2
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-2/+2
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-19/+0
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