aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
...
* Driver core: coding style cleanupCornelia Huck2007-07-111-2/+4
* Driver core: add missing kset ueventKay Sievers2007-07-111-2/+14
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-8/+8
* driver core: bus_add_driver should return an error if no busGreg Kroah-Hartman2007-04-271-1/+1
* Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-271-2/+13
* driver core: don't fail attaching the device if it cannot be boundCornelia Huck2007-04-271-7/+4
* Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-6/+78
* Driver core: device_add_attrs() cleanupAndrew Morton2007-02-161-12/+10
* 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-251-17/+1
* Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-251-2/+6
* drivers/base: check errorsAndrew Morton2006-09-251-35/+72
* Driver core: fixed add_bind_files() definitionYoichi Yuasa2006-09-251-1/+1
* [PATCH] Driver core: bus.c cleanupsAdrian Bunk2006-07-121-2/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [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/+0
* [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-071-0/+3
* [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabledGreg Kroah-Hartman2006-01-041-4/+22
* [PATCH] Hold the device's parent's lock during probe and removeAlan Stern2006-01-041-1/+14
* [PATCH] Small fixes to driver coreAlan Stern2005-11-231-12/+9
* [PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley2005-09-071-2/+32
* [PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley2005-09-051-2/+2
* [PATCH] Fix manual binding infinite loopGreg Kroah-Hartman2005-09-051-1/+3
* [PATCH] Fix manual binding infinite loopGreg KH2005-08-171-1/+3
* [PATCH] driver core: change bus_rescan_devices to return voidGreg Kroah-Hartman2005-06-291-18/+9
* [PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman2005-06-291-0/+26
* [PATCH] driver core: Add the ability to unbind drivers to devices from userspaceGreg Kroah-Hartman2005-06-291-0/+30
* [PATCH] driver core: add bus_find_device & driver_find_device functionsCornelia Huck2005-06-291-0/+34
* [PATCH] driver core: Fix up the device_attach() error handling in bus_add_dev...Greg Kroah-Hartman2005-06-221-3/+2
* [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