aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-08[PATCH] driver core: clean driver unloadMike Waychison1-7/+6
2004-09-23[driver model] Change symbol exports to GPL only in driver.cPatrick Mochel1-8/+8
2004-07-08[PATCH] Driver core: add driver_find helper to find a driver by its nameDmitry Torokhov1-0/+19
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov1-8/+8
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
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel1-0/+5
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman1-1/+0
2003-03-25driver model: Make sure we initialize drivers' class_list.Patrick Mochel1-0/+1
2003-01-09driver model: make sure all debugging defaults to off.Patrick Mochel1-1/+1
2002-11-20driver model: update and clean bus and driver support.Patrick Mochel1-79/+50
2002-11-18driver model: make sure driver is added to class it belongs to.Patrick Mochel1-0/+4
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel1-1/+1
2002-11-16[PATCH] Add some missing includes to drivers/baseMatthew Wilcox1-0/+1
2002-10-30driver model: convert drivers to use kobject and sysfs.Patrick Mochel1-1/+31
2002-10-16driver model: protect drivers' device list accesses with bus's rwsem.Patrick Mochel1-16/+13
2002-10-16driver model: simplify device/driver binding. Patrick Mochel1-8/+2
2002-10-15driver model: make driver refcounting similar to devices'.Patrick Mochel1-29/+45
2002-08-13Update device model lockingPatrick Mochel1-19/+15
2002-08-12Update device model locking Patrick Mochel1-14/+11
2002-08-01driverfs: Move driverfs calls from drivers/base/*.c to drivers/base/fs/*.cPatrick Mochel1-11/+1
2002-06-05Attempt to better locking in device model core: Patrick Mochel1-16/+13
2002-06-05device model updatePatrick Mochel1-2/+2
2002-06-03device model udpate:Patrick Mochel1-9/+26
2002-05-29devicemode: Implement driver_for_each_dev Patrick Mochel1-0/+34
2002-05-28Device Model: Implement centralized device/driver bindingPatrick Mochel1-0/+2
2002-05-28Beef up centralized driver mgmt:Patrick Mochel1-0/+70