summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Driver core: rename ktype_driverGreg Kroah-Hartman2007-10-121-2/+2
* Driver core: add uevent file for bus and driverKay Sievers2007-10-121-0/+35
* Driver core: remove get_bus()Greg Kroah-Hartman2007-10-121-12/+12
* Driver core: remove put_bus()Greg Kroah-Hartman2007-10-121-15/+14Star
* Driver core: remove subsys_get()Greg Kroah-Hartman2007-10-121-1/+1
* Driver core: remove subsys_put()Greg Kroah-Hartman2007-10-121-1/+1
* Driver core: remove subsys_set_ksetGreg Kroah-Hartman2007-10-121-1/+2
* Driver core: make sysfs uevent-attributes staticKay Sievers2007-10-121-12/+9Star
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-2/+0Star
* Driver core: coding style cleanupCornelia Huck2007-07-121-2/+4
* Driver core: add missing kset ueventKay Sievers2007-07-121-2/+14
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-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/+4Star
* Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-6/+78
* Driver core: device_add_attrs() cleanupAndrew Morton2007-02-171-12/+10Star
* 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