index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
driver.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-08
[PATCH] driver core: clean driver unload
Mike Waychison
1
-7
/
+6
2004-09-23
[driver model] Change symbol exports to GPL only in driver.c
Patrick Mochel
1
-8
/
+8
2004-07-08
[PATCH] Driver core: add driver_find helper to find a driver by its name
Dmitry Torokhov
1
-0
/
+19
2004-06-09
[PATCH] Driver Core: Whitespace fixes
Dmitry Torokhov
1
-8
/
+8
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
2003-06-03
[driver model] Update copyrights and license statements.
Patrick Mochel
1
-0
/
+5
2003-04-28
driver core: rework driver class structures and logic
Greg Kroah-Hartman
1
-1
/
+0
2003-03-25
driver model: Make sure we initialize drivers' class_list.
Patrick Mochel
1
-0
/
+1
2003-01-09
driver model: make sure all debugging defaults to off.
Patrick Mochel
1
-1
/
+1
2002-11-20
driver model: update and clean bus and driver support.
Patrick Mochel
1
-79
/
+50
2002-11-18
driver model: make sure driver is added to class it belongs to.
Patrick Mochel
1
-0
/
+4
2002-11-18
make sure DEBUG is #undef'd so it's really turned off
Patrick Mochel
1
-1
/
+1
2002-11-16
[PATCH] Add some missing includes to drivers/base
Matthew Wilcox
1
-0
/
+1
2002-10-30
driver model: convert drivers to use kobject and sysfs.
Patrick Mochel
1
-1
/
+31
2002-10-16
driver model: protect drivers' device list accesses with bus's rwsem.
Patrick Mochel
1
-16
/
+13
2002-10-16
driver model: simplify device/driver binding.
Patrick Mochel
1
-8
/
+2
2002-10-15
driver model: make driver refcounting similar to devices'.
Patrick Mochel
1
-29
/
+45
2002-08-13
Update device model locking
Patrick Mochel
1
-19
/
+15
2002-08-12
Update device model locking
Patrick Mochel
1
-14
/
+11
2002-08-01
driverfs: Move driverfs calls from drivers/base/*.c to drivers/base/fs/*.c
Patrick Mochel
1
-11
/
+1
2002-06-05
Attempt to better locking in device model core:
Patrick Mochel
1
-16
/
+13
2002-06-05
device model update
Patrick Mochel
1
-2
/
+2
2002-06-03
device model udpate:
Patrick Mochel
1
-9
/
+26
2002-05-29
devicemode: Implement driver_for_each_dev
Patrick Mochel
1
-0
/
+34
2002-05-28
Device Model: Implement centralized device/driver binding
Patrick Mochel
1
-0
/
+2
2002-05-28
Beef up centralized driver mgmt:
Patrick Mochel
1
-0
/
+70