aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman1-20/+0
2007-04-01driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds1-1/+8
2006-09-25Driver core: Remove unneeded routines from driver coreAlan Stern1-15/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-13[PATCH] Add bus_type probe, remove, shutdown methods.Russell King1-0/+5
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap1-1/+2
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley1-1/+14
2005-06-29[PATCH] driver core: add bus_find_device & driver_find_device functionsCornelia Huck1-0/+35
2005-06-20[PATCH] driver core: change export symbol for driver_for_each_device()gregkh@suse.de1-1/+1
2005-06-20[PATCH] Fix up bogus comment.mochel@digitalimplant.org1-2/+1
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org1-12/+15
2005-06-20[PATCH] Add driver_for_each_device().mochel@digitalimplant.org1-0/+35
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+138