summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-161-0/+1
|\
| * PM: Add support for device power domainsRafael J. Wysocki2011-03-151-0/+1
* | driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-211-5/+2Star
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-111-4/+3Star
|\
| * driver-core: merge private parts of class and busKay Sievers2010-11-171-4/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-01-101-0/+1
|\ \
| * | sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-081-0/+1
| |/
* / PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-2/+2
|/
* SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-0/+7
* driver core: device_rename's new_name can be constJohannes Berg2010-08-051-1/+1
* Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm2010-08-051-3/+5
* Driver core: Drop __must_check from bus_for_each_drv()Jean Delvare2010-08-051-3/+2Star
* device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-041-26/+86
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-5/+11
|\
| * kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-0/+3
| * drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-5/+4Star
| * driver core: Early dev_name() support.Paul Mundt2010-03-101-0/+4
* | drivercore: Add of_match_table to the common device driversGrant Likely2010-05-221-0/+4
* | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-291-0/+4
|/
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-081-1/+16
* driver core: Add class_attr_string for simple read-only stringAndi Kleen2010-03-081-0/+17
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-2/+4
* PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki2010-02-261-0/+11
* PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-261-0/+6
* Driver core: driver_attribute parameters can often be const*Phil Carmody2009-12-231-2/+2
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-3/+3
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-231-2/+2
* Driver Core: devtmpfs: use sys_mount()Kay Sievers2009-12-111-1/+1
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-301-1/+3
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-3/+4
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-0/+10
* Driver core: Add support for compatibility classesJean Delvare2009-09-151-0/+8
* driver model: constify attribute groupsDavid Brownell2009-09-151-3/+3
* Driver core: Add accessor for device platform dataMark Brown2009-09-151-0/+5
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-151-12/+4Star
* Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-251-4/+5
* Driver Core: remove BUS_ID_SIZEKay Sievers2009-07-121-2/+0Star
* Driver Core: add nodename callbacksKay Sievers2009-06-161-0/+3
* driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel2009-06-161-0/+2
* PM: Remove device_type suspend()/resume()Magnus Damm2009-06-121-3/+0Star
* PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm2009-06-121-2/+0Star
* Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-091-7/+2Star
* driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2009-04-221-0/+1
* dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-251-1/+1
* Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-251-1/+2
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-251-1/+10
* driver core: move platform_data into platform_deviceMing Lei2009-03-251-2/+7
* driver core: move knode_bus into private structureGreg Kroah-Hartman2009-03-251-1/+0Star
* driver core: move knode_driver into private structureGreg Kroah-Hartman2009-03-251-1/+0Star
* driver core: move klist_children into private structureGreg Kroah-Hartman2009-03-251-2/+0Star