aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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