aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] driver core: fix error handling in bus_add_deviceHannes Reinecke2005-06-201-5/+8
* [PATCH] Fix up bus code and remove use of rwsem.mochel@digitalimplant.org2005-06-201-12/+0
* [PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org2005-06-201-29/+23
* [PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org2005-06-201-30/+24
* [PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org2005-06-201-182/+0
* [PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org2005-06-201-3/+11
* [PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov2005-06-201-2/+2
* [PATCH] Driver Core: remove driver model detach_stateDavid Brownell2005-05-171-1/+0
* [PATCH] drivers/base/bus.c: fix iteration in driver_detach()Roman Kagan2005-05-041-3/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+770