aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley2005-09-051-1/+1
* [PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman2005-06-291-1/+1
* [PATCH] driver core: fix error handling in bus_add_deviceHannes Reinecke2005-06-201-1/+2
* [PATCH] driver core: Fix races in driver_detach()Alan Stern2005-06-201-13/+38
* [PATCH] Driver Core: fix bk-driver-core kills ppc64Patrick Mochel2005-06-201-68/+74
* [PATCH] Driver core: Fix up the driver and device iterators to be quietergregkh@suse.de2005-06-201-13/+19
* [PATCH] Call klist_del() instead of klist_remove().mochel@digitalimplant.org2005-06-201-1/+1
* [PATCH] Use bus_for_each_{dev,drv} for driver binding.mochel@digitalimplant.org2005-06-201-33/+39
* [PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org2005-06-201-15/+19
* [PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org2005-06-201-0/+200