aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAge
* [PATCH] driver core: fix built-in drivers sysfs linksKay Sievers2007-04-02
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-15
* Driver core: remove class_device_renameGreg Kroah-Hartman2007-02-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-19
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-17
* | Driver.h copyright updateGreg Kroah-Hartman2007-02-16
|/
* devres: device resource managementTejun Heo2007-02-09
* Driver core: allow to delay the uevent at device creation timeKay Sievers2007-02-07
* Driver core: add device_type to struct deviceKay Sievers2007-02-07
* MODULES: add the module name for built in kernel driversKay Sievers2007-02-07
* Driver core: proper prototype for drivers/base/init.c:driver_init()Adrian Bunk2006-12-20
* [PATCH] add numa node information to struct deviceChristoph Hellwig2006-12-07
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-01
* driver core: Introduce device_find_child().Cornelia Huck2006-12-01
* ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt2006-12-01
* Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-01
* Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman2006-12-01
* Driver core: add notification of bus eventsBenjamin Herrenschmidt2006-12-01
* [PATCH] Remove __must_check for device_for_each_child()Russell King2006-10-23
* Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-26
* Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman2006-09-26
* drivers/base: check errorsAndrew Morton2006-09-26
* add __must_check to device management codeAndrew Morton2006-09-26
* Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman2006-09-26
* Class: add support for class interfaces for devicesGreg Kroah-Hartman2006-09-26
* Driver core: create devices/virtual/ treeGreg Kroah-Hartman2006-09-26
* Driver core: add device_rename functionGreg Kroah-Hartman2006-09-26
* Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman2006-09-26
* Driver core: add groups support to struct deviceGreg Kroah-Hartman2006-09-26
* PM: no suspend_prepare() phaseDavid Brownell2006-09-26
* Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-26
* Driver core: add const to class_createMiguel Ojeda Sandonis2006-09-26
* device_create(): make fmt argument 'const char *'Greg Kroah-Hartman2006-09-26
* class_device_create(): make fmt argument 'const char *'Dmitry Torokhov2006-09-26
* [PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern2006-06-21
* [PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman2006-06-21
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-24
|\
| * [CLASS DEVICE]: add attribute_group creationStephen Hemminger2006-05-06
* | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-22
|\
| * fixed path to moved file in include/linux/device.hRytchkov Alexey2006-03-21
* | Merge ../linux-2.6James Bottomley2006-03-21
|\|
| * [PATCH] Driver core: add macros notice(), dev_notice()Tilman Schmidt2006-03-20
* | [SCSI] drivers/base/bus.c - export reprobeMoore, Eric2006-03-14
|/
* [PATCH] Add bus_type probe, remove, shutdown methods.Russell King2006-01-13
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-04
* Create platform_device.h to contain all the platform device details.Russell King2005-10-29
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-28
* [PATCH] Driver Core: document struct class_device properlyGreg Kroah-Hartman2005-10-28