summaryrefslogtreecommitdiff
path: root/drivers/base/driver.c
AgeCommit message (Expand)Author
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman
2007-04-01driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds
2006-09-25Driver core: Remove unneeded routines from driver coreAlan Stern
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-13[PATCH] Add bus_type probe, remove, shutdown methods.Russell King
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley
2005-06-29[PATCH] driver core: add bus_find_device & driver_find_device functionsCornelia Huck
2005-06-20[PATCH] driver core: change export symbol for driver_for_each_device()gregkh@suse.de
2005-06-20[PATCH] Fix up bogus comment.mochel@digitalimplant.org
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org
2005-06-20[PATCH] Add driver_for_each_device().mochel@digitalimplant.org
2005-03-08[PATCH] driver core: clean driver unloadMike Waychison
2004-09-23[driver model] Change symbol exports to GPL only in driver.cPatrick Mochel
2004-07-08[PATCH] Driver core: add driver_find helper to find a driver by its nameDmitry Torokhov
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov
2004-03-08Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleanerGreg Kroah-Hartman
2004-03-02Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.Greg Kroah-Hartman
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman
2003-03-25driver model: Make sure we initialize drivers' class_list.Patrick Mochel
2003-01-09driver model: make sure all debugging defaults to off.Patrick Mochel
2002-11-20driver model: update and clean bus and driver support.Patrick Mochel
2002-11-18driver model: make sure driver is added to class it belongs to.Patrick Mochel
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel
2002-11-16[PATCH] Add some missing includes to drivers/baseMatthew Wilcox
2002-10-30driver model: convert drivers to use kobject and sysfs.Patrick Mochel
2002-10-16driver model: protect drivers' device list accesses with bus's rwsem.Patrick Mochel
2002-10-16driver model: simplify device/driver binding. Patrick Mochel
2002-10-15driver model: make driver refcounting similar to devices'.Patrick Mochel
2002-08-13Update device model lockingPatrick Mochel
2002-08-12Update device model locking Patrick Mochel
2002-08-01driverfs: Move driverfs calls from drivers/base/*.c to drivers/base/fs/*.cPatrick Mochel
2002-06-05Attempt to better locking in device model core: Patrick Mochel
2002-06-05device model updatePatrick Mochel
2002-06-03device model udpate:Patrick Mochel
2002-05-29devicemode: Implement driver_for_each_dev Patrick Mochel
2002-05-28Device Model: Implement centralized device/driver bindingPatrick Mochel
2002-05-28Beef up centralized driver mgmt:Patrick Mochel