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