aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig1-0/+1
2006-12-01driver core: Use klist_remove() in device_move()Cornelia Huck1-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+92
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk1-2/+2
2006-12-01driver core: Introduce device_find_child().Cornelia Huck1-0/+33
2006-12-01Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt1-1/+1
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers1-0/+4
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers1-4/+14
2006-12-01Driver core: make old versions of udev work properlyGreg Kroah-Hartman1-14/+45
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman1-0/+17
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt1-0/+12
2006-11-25[PATCH] Fix device_attribute memory leak in device_delCatalin Marinas1-1/+3
2006-10-18Driver core: Don't ignore error returns from probingAlan Stern1-1/+4
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl1-3/+6
2006-10-18driver core fixes: device_add() cleanup on errorCornelia Huck1-3/+7
2006-10-18Fix dev_printk() is now GPL-onlyMatthew Wilcox1-1/+1
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh1-4/+4
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman1-0/+26
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman1-1/+13
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman1-0/+7
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman1-0/+55
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman1-0/+53
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman1-10/+11
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman1-0/+34
2006-09-25device_create(): make fmt argument 'const char *'Greg Kroah-Hartman1-1/+1
2006-09-25deprecate PHYSDEV* keysKay Sievers1-3/+7
2006-07-12[PATCH] Driver core: kernel-doc in drivers/base/core.c correctionsHenrik Kretzschmar1-15/+15
2006-07-12[PATCH] Driver core: fix driver-core kernel-docRandy Dunlap1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-22[PATCH] Driver core: fix locking issues with the devices that are attached to classesGreg Kroah-Hartman1-8/+11
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