aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-21[PATCH] Driver Core: Make dev_info and friends print the bus name if there is no driverAlan Stern1-0/+16
2006-06-21[PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman1-0/+11
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers1-2/+7
2006-06-21[PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman1-1/+161
2006-06-21[PATCH] Driver core: bus device event delayKay Sievers1-1/+2
2006-01-10[PATCH] DocBook: fix kernel-doc commentsMartin Waitz1-2/+2
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-21/+21
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap1-2/+2
2005-10-28[PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers1-0/+16
2005-10-28[PATCH] driver model wakeup flagsDavid Brownell1-0/+1
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley1-1/+16
2005-09-05[PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley1-1/+1
2005-06-29[PATCH] Driver core: Use klist_del() instead of klist_remove().Patrick Mochel1-1/+1
2005-06-20[PATCH] Driver core: change device_attribute callbacksYani Ioannou1-2/+2
2005-06-20[PATCH] Use a klist for device child lists.mochel@digitalimplant.org1-15/+15
2005-06-20[PATCH] Remove struct device::driver_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Remove struct device::bus_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Remove the unused device_find().mochel@digitalimplant.org1-19/+0
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org1-1/+1
2005-06-20[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org1-0/+1
2005-06-20[PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov1-1/+1
2005-05-23[PATCH] driver core: restore event order for device_add()Kay Sievers1-2/+2
2005-05-17[PATCH] Driver Core: remove driver model detach_stateDavid Brownell1-3/+0
2005-05-04[PATCH] Hotplug: Make dev->bus checking consistentAlexander Nyberg1-1/+1
2005-04-18[PATCH] kobject/hotplug split - devices corekay.sievers@vrfy.org1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+439