aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-23kernel-doc: fix new warnings in device.hRandy Dunlap1-5/+10
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-7/+101
2012-01-04driver core: remove __must_check from device_create_fileGreg Kroah-Hartman1-2/+2
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-3/+3
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers1-4/+74
2011-11-21Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki1-0/+5
2011-11-17drivercore: Generalize module_platform_driverLars-Peter Clausen1-0/+21
2011-11-15lib: devres: add convenience function to remap a resourceWolfram Sang1-0/+3
2011-11-15device.h: Fix struct member documentationMarcos Paulo de Souza1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-5/+10
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-59/+51
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+2
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker1-4/+8
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+6
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+5
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2011-10-21Driver core: Add iommu_ops to bus_typeJoerg Roedel1-0/+6
2011-10-19class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman1-0/+2
2011-08-25PM: Introduce struct pm_subsys_dataRafael J. Wysocki1-0/+5
2011-08-22dynamic_debug: Add __dynamic_dev_dbgJoe Perches1-0/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki1-2/+2
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov1-1/+0
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-2/+2
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-6/+158
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-7/+0
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-1/+0
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-7/+0
2011-05-06driver core: Add the device driver-model structures to kerneldocWanlong Gao1-3/+151
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König1-1/+1
2011-04-19drivers: make device_type constStephen Hemminger1-1/+1
2011-04-19device: add dev_WARN_ONCEFelipe Balbi1-1/+5
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki1-0/+4
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-0/+1
2011-03-15PM: Add support for device power domainsRafael J. Wysocki1-0/+1
2011-02-28drivercore/dt: add a match table pointer to struct deviceGrant Likely1-0/+1
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-5/+2
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-4/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+1
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz1-0/+1
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-2/+2
2010-11-17driver-core: merge private parts of class and busKay Sievers1-4/+3
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-0/+7
2010-08-05driver core: device_rename's new_name can be constJohannes Berg1-1/+1
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm1-3/+5
2010-08-05Driver core: Drop __must_check from bus_for_each_drv()Jean Delvare1-3/+2
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86