summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers2006-12-011-3/+17
* Driver core: add notification of bus eventsBenjamin Herrenschmidt2006-12-011-0/+14
* Driver core: bus: remove indentation levelJeff Garzik2006-10-181-37/+40
* Driver core: Don't ignore error returns from probingAlan Stern2006-10-181-2/+4
* driver core fixes: bus_add_device() cleanup on errorCornelia Huck2006-10-181-4/+15
* driver core fixes: bus_add_attrs() retval checkCornelia Huck2006-10-181-1/+5
* Driver core: Remove unneeded routines from driver coreAlan Stern2006-09-261-17/+1Star
* Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-261-2/+6
* drivers/base: check errorsAndrew Morton2006-09-261-35/+72
* Driver core: fixed add_bind_files() definitionYoichi Yuasa2006-09-261-1/+1
* [PATCH] Driver core: bus.c cleanupsAdrian Bunk2006-07-131-2/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers2006-06-211-0/+2
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-211-6/+0Star
* [PATCH] Driver core: bus device event delayKay Sievers2006-06-211-4/+18
* [PATCH] driver core: driver_bind attribute returns incorrect valueRyan Wilson2006-04-141-0/+5
* [SCSI] drivers/base/bus.c - export reprobeMoore, Eric2006-03-141-0/+22
* [PATCH] drivers/base/bus.c warning fixesRussell King2006-02-081-0/+3
* [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabledGreg Kroah-Hartman2006-01-051-4/+22
* [PATCH] Hold the device's parent's lock during probe and removeAlan Stern2006-01-051-1/+14
* [PATCH] Small fixes to driver coreAlan Stern2005-11-241-12/+9Star
* [PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley2005-09-081-2/+32
* [PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley2005-09-061-2/+2
* [PATCH] Fix manual binding infinite loopGreg Kroah-Hartman2005-09-061-1/+3
* [PATCH] Fix manual binding infinite loopGreg KH2005-08-181-1/+3
* [PATCH] driver core: change bus_rescan_devices to return voidGreg Kroah-Hartman2005-06-301-18/+9Star
* [PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman2005-06-301-0/+26
* [PATCH] driver core: Add the ability to unbind drivers to devices from userspaceGreg Kroah-Hartman2005-06-301-0/+30
* [PATCH] driver core: add bus_find_device & driver_find_device functionsCornelia Huck2005-06-301-0/+34
* [PATCH] driver core: Fix up the device_attach() error handling in bus_add_dev...Greg Kroah-Hartman2005-06-231-3/+2Star
* [PATCH] driver core: fix error handling in bus_add_deviceHannes Reinecke2005-06-211-5/+8
* [PATCH] Fix up bus code and remove use of rwsem.mochel@digitalimplant.org2005-06-211-12/+0Star
* [PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org2005-06-211-29/+23Star
* [PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org2005-06-211-30/+24Star
* [PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org2005-06-211-182/+0Star
* [PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org2005-06-211-3/+11
* [PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov2005-06-211-2/+2
* [PATCH] Driver Core: remove driver model detach_stateDavid Brownell2005-05-171-1/+0Star
* [PATCH] drivers/base/bus.c: fix iteration in driver_detach()Roman Kagan2005-05-051-3/+2Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+770