aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-08[PATCH] Driver core: add "bus" symlink to class/block devicesKay Sievers1-0/+2
2005-03-08[PATCH] driver core: clean driver unloadMike Waychison1-1/+1
2004-12-21[PATCH] driver core: Fix up vesafb failure probing.Dave Jones1-1/+1
2004-11-11[PATCH] add the bus name to the hotplug environmentKay Sievers1-1/+1
2004-11-03[PATCH] driver-model: bus_recan_devices() locking fixTejun Heo1-37/+56
2004-11-03[PATCH] driver-model: comment fix in bus.cTejun Heo1-4/+4
2004-10-31[PATCH] Driver core: add driver symlink to deviceDmitry Torokhov1-0/+2
2004-10-31[PATCH] Driver core: add driver_probe_deviceDmitry Torokhov1-27/+30
2004-10-31[PATCH] Driver core: export device_attachDmitry Torokhov1-1/+3
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-2/+2
2004-09-24Merge bk://kernel.bkbits.net//home/mochel/linux-2.6-coreGreg Kroah-Hartman1-0/+2
2004-09-23[driver model] Change symbol exports to GPL only in drivers/base/bus.c.Patrick Mochel1-17/+17
2004-09-22[PATCH] Put symbolic links between drivers and modules in the sysfs treeGreg Kroah-Hartman1-0/+2
2004-07-08[PATCH] Driver core: kset_find_obj should increment refcount of the found objectDmitry Torokhov1-0/+2
2004-07-08[PATCH] Driver core: add default driver attributes to struct bus_typeDmitry Torokhov1-2/+35
2004-06-09Driver Core: more whitespace fixupsGreg Kroah-Hartman1-65/+64
2004-06-03[Driver Model] Add default device attributes to struct bus_type.Patrick Mochel1-1/+35
2004-06-03[Driver Model] Add default attributes for struct bus_type.Patrick Mochel1-0/+37
2004-05-11[PATCH] kobject_set_name - error handlingManeesh Soni1-2/+9
2004-05-05[PATCH] missing audit in bus_register()Daniele Bellucci1-3/+18
2004-03-08Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleanerGreg Kroah-Hartman1-4/+0
2004-03-02Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.Greg Kroah-Hartman1-1/+4
2004-02-11Fix "bus_for_each_dev()" and "bus_for_each_drv()", which did notLinus Torvalds1-8/+12
2003-09-29[driver model] Remove unneeded error check. Patrick Mochel1-4/+0
2003-08-29[driver model] Use kobject_set_name() when registering objects.Patrick Mochel1-8/+7
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel1-0/+2
2003-08-11[driver model] Check for probing errors in drivers/base/bus.cPatrick Mochel1-5/+19
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel1-4/+5
2003-05-25[PATCH] A few more strlcpy's for drivers/base/Ben Collins1-2/+2
2003-05-24Make driver model use 'strlcpy()' to make sure that allLinus Torvalds1-2/+2
2003-05-06dynids: call driver_attach() when new IDs are addedMatt Domsch1-1/+1
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman1-8/+3
2003-04-04Kobject: add NULL to decl_subsys() due to addition of hotplug operationsGreg Kroah-Hartman1-1/+1
2003-03-11driver model: add bus_rescan_devices()Patrick Mochel1-3/+38
2003-03-03driver model: Make initialization explicit.Patrick Mochel1-2/+1
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-01-15driver model: fix bogus driver binding error reporting and handling. Patrick Mochel1-22/+14
2003-01-12sysfs: reinstate count parameter for sysfs_ops.store() methods.Patrick Mochel1-4/+6
2003-01-09driver model: remove extra error check during driver binding.Patrick Mochel1-8/+10
2003-01-09driver model: add some more error checking.Patrick Mochel1-8/+25
2003-01-09sysfs: fixup bus, class, and driver attribute methods.Patrick Mochel1-12/+8
2003-01-06Implement find_bus() for finding a struct bus_type by name.Patrick Mochel1-0/+16
2003-01-06driver model: allow manual binding of devices to drivers.Patrick Mochel1-30/+29
2003-01-06bus drivers: fix leaking refcounts.Patrick Mochel1-0/+2
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-12/+8
2003-01-05Introduce struct kset.Patrick Mochel1-8/+8
2003-01-04driver model: clean up struct bus_type a bit.Patrick Mochel1-31/+19
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-4/+13
2002-12-19driver model: eliminate struct device_driver::bus_listPatrick Mochel1-10/+6
2002-12-01driver model: reinstate bus iterators.Patrick Mochel1-1/+89