aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-11-11[PATCH] add the bus name to the hotplug environmentKay Sievers1-0/+21
2004-11-03[PATCH] driver-model: device_add() error path reference counting fixTejun Heo1-3/+3
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-1/+1
2004-09-29[PATCH] Driver Core: Handle NULL arg for put_device()Hannes Reinecke1-1/+2
2004-09-23[driver model] Change symbol exports to GPL only in core.cPatrick Mochel1-11/+11
2004-07-08[PATCH] Driver core: kset_find_obj should increment refcount of the found objectDmitry Torokhov1-0/+10
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov1-23/+23
2004-06-04[PATCH] Driver Core: fix struct device::release issueFrank A. Uepping1-1/+1
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-08Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds1-0/+1
2004-02-03[PATCH] Driver core: remove device_unregister_wait() as it's a very bad idea.Greg Kroah-Hartman1-23/+0
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_poolDeepak Saxena1-0/+1
2004-01-19[PATCH] Driver Core: add device_find() functionHollis Blanchard1-0/+9
2003-09-29[driver model] Add device_unregister_wait().Patrick Mochel1-0/+25
2003-09-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel1-18/+15
2003-08-29[driver model] Use kobject_set_name() when registering objects.Patrick Mochel1-1/+1
2003-08-27[power] Make sure devices get added to the PM lists before bus_add_device().Patrick Mochel1-18/+15
2003-08-14mergeGreg Kroah-Hartman1-4/+8
2003-08-14Driver Core: add warnings if .release functions are not set for objects.Greg Kroah-Hartman1-0/+6
2003-08-14Driver Core: remove struct device.name as it is not neededGreg Kroah-Hartman1-4/+2
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel1-0/+1
2003-08-06[power] Add PM info structure to struct device and PM registration functions.Patrick Mochel1-0/+4
2003-06-04[driver model] Add device_for_each_child iterator. Patrick Mochel1-0/+29
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel1-2/+5
2003-05-24Make driver model use 'strlcpy()' to make sure that allLinus Torvalds1-1/+1
2003-05-13driver model: Remove device_semPatrick Mochel1-11/+7
2003-05-12driver model: Set device's kset before calling kobject_add().Patrick Mochel1-1/+1
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman1-2/+0
2003-04-04driver core: move the hotplug support for /sys/devices to use the kobject logic.Greg Kroah-Hartman1-9/+46
2003-03-03driver model: Make initialization explicit.Patrick Mochel1-3/+1
2003-03-03driver model: fix device interfaces. Patrick Mochel1-1/+0
2003-01-12sysfs: reinstate count parameter to sysfs_ops.store() methods.Patrick Mochel1-2/+3
2003-01-09sysfs: fix up device attribute read/write methods.Patrick Mochel1-6/+4
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-8/+4
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-3/+6
2002-12-03driver model: clean up interface handling.Patrick Mochel1-0/+1
2002-12-02driver model: get rid of global device list; minor cleanups.Patrick Mochel1-15/+8
2002-11-20driver model: keep reference to device during device_add().Patrick Mochel1-1/+3
2002-11-19driver model: exploit kobject contstructs.Patrick Mochel1-87/+146
2002-11-18driver model: don't double up() if device registration fails. Patrick Mochel1-1/+1
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-2/+6
2002-10-30driver model: remove remaining driverfs glue.Patrick Mochel1-8/+4
2002-10-29driver model: convert devices to use kobjects and sysfs.Patrick Mochel1-1/+85
2002-10-18[PATCH] device removalPatrick Mochel1-2/+3
2002-10-18Make a polite version of BUG_ON() - WARN_ON() which doesn'tLinus Torvalds1-1/+1
2002-10-16driver model: change struct device::present to enumerated value with multiple...Patrick Mochel1-4/+5
2002-10-16driver model: introduce device_sem to protect global device list instead of d...Patrick Mochel1-19/+16
2002-10-16driver model: simplify device/driver binding. Patrick Mochel1-130/+1