aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2006-12-01driver core: Use klist_remove() in device_move()Cornelia Huck
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk
2006-12-01driver core: Introduce device_find_child().Cornelia Huck
2006-12-01Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers
2006-12-01Driver core: make old versions of udev work properlyGreg Kroah-Hartman
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt
2006-11-25[PATCH] Fix device_attribute memory leak in device_delCatalin Marinas
2006-10-18Driver core: Don't ignore error returns from probingAlan Stern
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl
2006-10-18driver core fixes: device_add() cleanup on errorCornelia Huck
2006-10-18Fix dev_printk() is now GPL-onlyMatthew Wilcox
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman
2006-09-25device_create(): make fmt argument 'const char *'Greg Kroah-Hartman
2006-09-25deprecate PHYSDEV* keysKay Sievers
2006-07-12[PATCH] Driver core: kernel-doc in drivers/base/core.c correctionsHenrik Kretzschmar
2006-07-12[PATCH] Driver core: fix driver-core kernel-docRandy Dunlap
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-22[PATCH] Driver core: fix locking issues with the devices that are attached to...Greg Kroah-Hartman
2006-06-21[PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern
2006-06-21[PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers
2006-06-21[PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman
2006-06-21[PATCH] Driver core: bus device event delayKay Sievers
2006-01-10[PATCH] DocBook: fix kernel-doc commentsMartin Waitz
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap
2005-10-28[PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers
2005-10-28[PATCH] driver model wakeup flagsDavid Brownell
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley
2005-09-05[PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley
2005-06-29[PATCH] Driver core: Use klist_del() instead of klist_remove().Patrick Mochel
2005-06-20[PATCH] Driver core: change device_attribute callbacksYani Ioannou
2005-06-20[PATCH] Use a klist for device child lists.mochel@digitalimplant.org
2005-06-20[PATCH] Remove struct device::driver_list.mochel@digitalimplant.org
2005-06-20[PATCH] Remove struct device::bus_list.mochel@digitalimplant.org
2005-06-20[PATCH] Remove the unused device_find().mochel@digitalimplant.org
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org
2005-06-20[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org
2005-06-20[PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov