summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-23[PATCH] driver core: Fix up the device_attach() error handling in bus_add_dev...Greg Kroah-Hartman1-3/+2
2005-06-21[PATCH] driver core: fix error handling in bus_add_deviceHannes Reinecke1-5/+8
2005-06-21[PATCH] Fix up bus code and remove use of rwsem.mochel@digitalimplant.org1-12/+0
2005-06-21[PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org1-29/+23
2005-06-21[PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org1-30/+24
2005-06-21[PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org1-182/+0
2005-06-21[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org1-3/+11
2005-06-21[PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-05-18[PATCH] Driver Core: remove driver model detach_stateDavid Brownell1-1/+0
2005-05-05[PATCH] drivers/base/bus.c: fix iteration in driver_detach()Roman Kagan1-3/+2
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+770