summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-10/+5
* Driver core: make sysfs uevent-attributes staticKay Sievers2007-10-121-2/+0
* Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...Rafael J. Wysocki2007-07-261-0/+3
* dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell2007-07-181-0/+10
* driver-core: make devt_attr and uevent_attr staticTejun Heo2007-07-111-5/+0
* fix hotplug for legacy platform driversDavid Brownell2007-05-081-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-041-4/+4
|\
| * remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-4/+4
* | PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2007-05-021-1/+0
|/
* dev_dbg: check dev_dbg() argumentsDan Williams2007-04-271-1/+5
* device_schedule_callback() needs a module referenceAlan Stern2007-04-271-2/+6
* Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-271-0/+2
* Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-271-1/+0
* driver core: per-subsystem multithreaded probingCornelia Huck2007-04-271-2/+1
* Driver core: add name to device_typeKay Sievers2007-04-271-0/+10
* driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-271-1/+1
* Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-15/+19
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-271-2/+1
* [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
OpenPOWER on IntegriCloud