aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2012-01-23kernel-doc: fix new warnings in device.hRandy Dunlap
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-04driver core: remove __must_check from device_create_fileGreg Kroah-Hartman
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers
2011-11-21Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki
2011-11-17drivercore: Generalize module_platform_driverLars-Peter Clausen
2011-11-15lib: devres: add convenience function to remap a resourceWolfram Sang
2011-11-15device.h: Fix struct member documentationMarcos Paulo de Souza
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-21Driver core: Add iommu_ops to bus_typeJoerg Roedel
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman
2011-08-25PM: Introduce struct pm_subsys_dataRafael J. Wysocki
2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches
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