aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2012-12-14Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg
2012-10-26drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-26device.h: Add missing inline to #ifndef CONFIG_PRINTK dev_vprintk_emitJoe Perches
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17dev: Add dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches
2012-09-10driver-core: Shut up dev_dbg_reatelimited() without DEBUGHiroshi Doyu
2012-09-04PM: Do not use the syscore flag for runtime PMRafael J. Wysocki
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds
2012-07-16driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen
2012-06-25driver core: Add iommu_group tracking to struct deviceAlex Williamson
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern
2012-05-14driver core: Add dev_*_ratelimited() familyHiroshi DOYU
2012-05-04devres: Add devres_release()Mark Brown
2012-05-04driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-03-09driver-core: Allow additional parameters for module_driverLars-Peter Clausen
2012-03-09driver-core: remove legacy iSeries hackStephen Rothwell
2012-03-08driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman
2012-03-08drivercore: Add driver probe deferral mechanismGrant Likely
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman
2012-01-24Eliminate get_driver() and put_driver()Alan Stern
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie
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