aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAge
* Fix some kernel-doc warningsVitaliy Ivanov2011-06-27
* PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-21
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-19
|\
| * driver core: Add the device driver-model structures to kerneldocWanlong Gao2011-05-06
| * driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2011-04-22
| * drivers: make device_type constStephen Hemminger2011-04-19
| * device: add dev_WARN_ONCEFelipe Balbi2011-04-19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-19
|\ \
| * | PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki2011-05-11
| |/
* / drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-18
|/
* Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki2011-03-23
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-16
|\
| * drivercore/dt: add a match table pointer to struct deviceGrant Likely2011-02-28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-16
|\ \ | |/ |/|
| * PM: Add support for device power domainsRafael J. Wysocki2011-03-14
* | driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-21
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-10
|\
| * driver-core: merge private parts of class and busKay Sievers2010-11-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-01-10
|\ \
| * | sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-07
| |/
* / PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-24
|/
* SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-22
* driver core: device_rename's new_name can be constJohannes Berg2010-08-05
* Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm2010-08-05
* Driver core: Drop __must_check from bus_for_each_drv()Jean Delvare2010-08-05
* device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-04
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-22
|\
| * kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-21
| * drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-21
| * driver core: Early dev_name() support.Paul Mundt2010-03-09
* | drivercore: Add of_match_table to the common device driversGrant Likely2010-05-22
* | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-28
|/
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-07
* driver core: Add class_attr_string for simple read-only stringAndi Kleen2010-03-07
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-07
* PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki2010-02-26
* PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-26
* Driver core: driver_attribute parameters can often be const*Phil Carmody2009-12-23
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-23
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-23
* Driver Core: devtmpfs: use sys_mount()Kay Sievers2009-12-11
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-30
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-15
* Driver core: Add support for compatibility classesJean Delvare2009-09-15
* driver model: constify attribute groupsDavid Brownell2009-09-15
* Driver core: Add accessor for device platform dataMark Brown2009-09-15
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-15
* Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-25
* Driver Core: remove BUS_ID_SIZEKay Sievers2009-07-12