aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-08[PATCH] class: add a semaphore to struct class, and use that instead of the s...Greg Kroah-Hartman1-12/+11
2005-03-08[PATCH] Driver core: add "bus" symlink to class/block devicesKay Sievers1-31/+5
2005-03-08[PATCH] class core: export MAJOR/MINOR to the hotplug envKay Sievers1-9/+28
2004-12-21[PATCH] driver core: allow struct bin_attributes in class devicesJesse Barnes1-0/+18
2004-11-11[PATCH] add the driver name to the hotplug environmentKay Sievers1-0/+6
2004-11-03[PATCH] add the physical device and the bus to the hotplug environmentKay Sievers1-0/+26
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-2/+2
2004-09-23[driver model] Change sybmols exports to GPL only in class.cPatrick Mochel1-19/+19
2004-08-10[PATCH] Driver Core: fix minor class reference counting issue on the error pathThomas Koeller1-2/+7
2004-06-09Driver Core: more whitespace fixupsGreg Kroah-Hartman1-18/+18
2004-06-02[Driver Model] Add default attributes for classes class devices.Patrick Mochel1-6/+75
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni1-2/+4
2004-03-18Driver class: remove possible oopsGreg Kroah-Hartman1-4/+2
2004-03-10[PATCH] Fix class_register() always returns 0Leann Ogasawara1-2/+10
2004-03-08Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleanerGreg Kroah-Hartman1-4/+0
2004-03-02Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.Greg Kroah-Hartman1-1/+4
2004-02-08Driver Core: fix up list_for_each() calls to list_for_each_entry()Greg Kroah-Hartman1-18/+7
2004-01-19[PATCH] Driver Core: add class_simple supportGreg Kroah-Hartman1-0/+14
2003-11-07[PATCH] fix reference count bug with class devicesGreg Kroah-Hartman1-1/+1
2003-08-29[driver model] Use kobject_set_name() when registering objects.Patrick Mochel1-3/+2
2003-08-14mergeGreg Kroah-Hartman1-0/+6
2003-08-14Driver Core: add warnings if .release functions are not set for objects.Greg Kroah-Hartman1-0/+6
2003-08-11[driver model] Change class functions to const arguments. Patrick Mochel1-4/+4
2003-07-03driver core: add my copyright to class.cGreg Kroah-Hartman1-0/+2
2003-07-03[PATCH] driver core: added class_device_rename()Greg Kroah-Hartman1-0/+18
2003-06-11[driver model] Remove extraneous get_device() from class_device_add().Patrick Mochel1-2/+0
2003-06-04[PATCH] typo in new class_device_releaseStephen Hemminger1-1/+1
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel1-1/+5
2003-06-03[driver model] Clean up class release handling.Patrick Mochel1-4/+8
2003-06-03Driver Class: don't call put_device() when we never called get_device()Patrick Mochel1-5/+2
2003-05-30Merge bk://ldm.bkbits.net/linux-2.5-corePatrick Mochel1-3/+8
2003-05-24Make driver model use 'strlcpy()' to make sure that allLinus Torvalds1-2/+2
2003-05-22drver model: Add release method for class devices.Patrick Mochel1-3/+8
2003-05-09[PATCH] driver core: remove unneeded line in class code.Greg Kroah-Hartman1-1/+0
2003-05-09[PATCH] driver core: Add driver symlink to class devices in sysfs.Greg Kroah-Hartman1-0/+17
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman1-169/+303
2003-04-04Kobject: add NULL to decl_subsys() due to addition of hotplug operationsGreg Kroah-Hartman1-1/+3
2003-03-03driver model: Make initialization explicit.Patrick Mochel1-3/+1
2003-03-03driver model: fix device interfaces. Patrick Mochel1-33/+47
2003-01-12sysfs: reinstate count parameter for sysfs_ops.store() methods.Patrick Mochel1-2/+3
2003-01-09driver model: make sure all debugging defaults to off.Patrick Mochel1-1/+1
2003-01-09driver model: add some more error checking.Patrick Mochel1-3/+7
2003-01-09sysfs: fixup bus, class, and driver attribute methods.Patrick Mochel1-6/+4
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-7/+4
2003-01-05Introduce struct kset.Patrick Mochel1-8/+8
2003-01-04driver model: clean up struct device_class a bit.Patrick Mochel1-19/+14
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-2/+6
2002-12-15[PATCH] C99 initializer for drivers/base/class.cArt Haas1-2/+2
2002-12-03driver model: clean up interface handling.Patrick Mochel1-4/+8
2002-11-20driver model: make classes and interfaces use kobject infrastructure. Patrick Mochel1-33/+15