index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
class.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-08
[PATCH] class: add a semaphore to struct class, and use that instead of the s...
Greg Kroah-Hartman
1
-12
/
+11
2005-03-08
[PATCH] Driver core: add "bus" symlink to class/block devices
Kay Sievers
1
-31
/
+5
2005-03-08
[PATCH] class core: export MAJOR/MINOR to the hotplug env
Kay Sievers
1
-9
/
+28
2004-12-21
[PATCH] driver core: allow struct bin_attributes in class devices
Jesse Barnes
1
-0
/
+18
2004-11-11
[PATCH] add the driver name to the hotplug environment
Kay Sievers
1
-0
/
+6
2004-11-03
[PATCH] add the physical device and the bus to the hotplug environment
Kay Sievers
1
-0
/
+26
2004-10-22
[PATCH] avoid problems with kobject_set_name and name with %
Stephen Hemminger
1
-2
/
+2
2004-09-23
[driver model] Change sybmols exports to GPL only in class.c
Patrick Mochel
1
-19
/
+19
2004-08-10
[PATCH] Driver Core: fix minor class reference counting issue on the error path
Thomas Koeller
1
-2
/
+7
2004-06-09
Driver Core: more whitespace fixups
Greg Kroah-Hartman
1
-18
/
+18
2004-06-02
[Driver Model] Add default attributes for classes class devices.
Patrick Mochel
1
-6
/
+75
2004-05-13
[PATCH] sysfs_rename_dir-cleanup
Maneesh Soni
1
-2
/
+4
2004-03-18
Driver class: remove possible oops
Greg Kroah-Hartman
1
-4
/
+2
2004-03-10
[PATCH] Fix class_register() always returns 0
Leann Ogasawara
1
-2
/
+10
2004-03-08
Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleaner
Greg Kroah-Hartman
1
-4
/
+0
2004-03-02
Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.
Greg Kroah-Hartman
1
-1
/
+4
2004-02-08
Driver Core: fix up list_for_each() calls to list_for_each_entry()
Greg Kroah-Hartman
1
-18
/
+7
2004-01-19
[PATCH] Driver Core: add class_simple support
Greg Kroah-Hartman
1
-0
/
+14
2003-11-07
[PATCH] fix reference count bug with class devices
Greg Kroah-Hartman
1
-1
/
+1
2003-08-29
[driver model] Use kobject_set_name() when registering objects.
Patrick Mochel
1
-3
/
+2
2003-08-14
merge
Greg Kroah-Hartman
1
-0
/
+6
2003-08-14
Driver Core: add warnings if .release functions are not set for objects.
Greg Kroah-Hartman
1
-0
/
+6
2003-08-11
[driver model] Change class functions to const arguments.
Patrick Mochel
1
-4
/
+4
2003-07-03
driver core: add my copyright to class.c
Greg Kroah-Hartman
1
-0
/
+2
2003-07-03
[PATCH] driver core: added class_device_rename()
Greg Kroah-Hartman
1
-0
/
+18
2003-06-11
[driver model] Remove extraneous get_device() from class_device_add().
Patrick Mochel
1
-2
/
+0
2003-06-04
[PATCH] typo in new class_device_release
Stephen Hemminger
1
-1
/
+1
2003-06-03
[driver model] Update copyrights and license statements.
Patrick Mochel
1
-1
/
+5
2003-06-03
[driver model] Clean up class release handling.
Patrick Mochel
1
-4
/
+8
2003-06-03
Driver Class: don't call put_device() when we never called get_device()
Patrick Mochel
1
-5
/
+2
2003-05-30
Merge bk://ldm.bkbits.net/linux-2.5-core
Patrick Mochel
1
-3
/
+8
2003-05-24
Make driver model use 'strlcpy()' to make sure that all
Linus Torvalds
1
-2
/
+2
2003-05-22
drver model: Add release method for class devices.
Patrick Mochel
1
-3
/
+8
2003-05-09
[PATCH] driver core: remove unneeded line in class code.
Greg Kroah-Hartman
1
-1
/
+0
2003-05-09
[PATCH] driver core: Add driver symlink to class devices in sysfs.
Greg Kroah-Hartman
1
-0
/
+17
2003-04-28
driver core: rework driver class structures and logic
Greg Kroah-Hartman
1
-169
/
+303
2003-04-04
Kobject: add NULL to decl_subsys() due to addition of hotplug operations
Greg Kroah-Hartman
1
-1
/
+3
2003-03-03
driver model: Make initialization explicit.
Patrick Mochel
1
-3
/
+1
2003-03-03
driver model: fix device interfaces.
Patrick Mochel
1
-33
/
+47
2003-01-12
sysfs: reinstate count parameter for sysfs_ops.store() methods.
Patrick Mochel
1
-2
/
+3
2003-01-09
driver model: make sure all debugging defaults to off.
Patrick Mochel
1
-1
/
+1
2003-01-09
driver model: add some more error checking.
Patrick Mochel
1
-3
/
+7
2003-01-09
sysfs: fixup bus, class, and driver attribute methods.
Patrick Mochel
1
-6
/
+4
2003-01-05
kobjects: Remove kobject::subsys and subsystem::kobj.
Patrick Mochel
1
-7
/
+4
2003-01-05
Introduce struct kset.
Patrick Mochel
1
-8
/
+8
2003-01-04
driver model: clean up struct device_class a bit.
Patrick Mochel
1
-19
/
+14
2003-01-04
kobject: Introduce struct kobj_type.
Patrick Mochel
1
-2
/
+6
2002-12-15
[PATCH] C99 initializer for drivers/base/class.c
Art Haas
1
-2
/
+2
2002-12-03
driver model: clean up interface handling.
Patrick Mochel
1
-4
/
+8
2002-11-20
driver model: make classes and interfaces use kobject infrastructure.
Patrick Mochel
1
-33
/
+15
[next]