summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2012-04-16drivercore: Generalize module_platform_driverLars-Peter Clausen
2012-04-05lib: devres: add convenience function to remap a resourceWolfram Sang
2012-01-23Driver core: Add iommu_ops to bus_typeJoerg Roedel
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-05-06driver core: Add the device driver-model structures to kerneldocWanlong Gao
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König
2011-04-19drivers: make device_type constStephen Hemminger
2011-04-19device: add dev_WARN_ONCEFelipe Balbi
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-03-15PM: Add support for device power domainsRafael J. Wysocki
2011-02-28drivercore/dt: add a match table pointer to struct deviceGrant Likely
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki
2010-11-17driver-core: merge private parts of class and busKay Sievers
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-08-05driver core: device_rename's new_name can be constJohannes Berg
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm
2010-08-05Driver core: Drop __must_check from bus_for_each_drv()Jean Delvare
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely
2010-03-10driver core: Early dev_name() support.Paul Mundt
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15Driver core: Add support for compatibility classesJean Delvare