aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+3
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij1-0/+7
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding1-0/+1
2012-12-14Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki1-2/+16
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg1-0/+4
2012-10-26drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov1-0/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+7
2012-09-26device.h: Add missing inline to #ifndef CONFIG_PRINTK dev_vprintk_emitJoe Perches1-4/+6
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-2/+0
2012-09-17dev: Add dev_vprintk_emit and dev_printk_emitJoe Perches1-0/+11
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches1-4/+4
2012-09-10driver-core: Shut up dev_dbg_reatelimited() without DEBUGHiroshi Doyu1-24/+38
2012-09-04PM: Do not use the syscore flag for runtime PMRafael J. Wysocki1-0/+7
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei1-0/+4
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+5
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel1-0/+2
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds1-2/+0
2012-07-16driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen1-0/+5
2012-06-25driver core: Add iommu_group tracking to struct deviceAlex Williamson1-0/+2
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-0/+4
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski1-0/+4
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-0/+3
2012-05-14driver core: Add dev_*_ratelimited() familyHiroshi DOYU1-0/+27
2012-05-04devres: Add devres_release()Mark Brown1-0/+2
2012-05-04driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson1-1/+1
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman1-5/+5
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke1-5/+5
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+0
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+4
2012-03-09driver-core: Allow additional parameters for module_driverLars-Peter Clausen1-3/+4
2012-03-09driver-core: remove legacy iSeries hackStephen Rothwell1-4/+0
2012-03-08driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman1-5/+0
2012-03-08drivercore: Add driver probe deferral mechanismGrant Likely1-0/+5
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-5/+10
2012-01-24Eliminate get_driver() and put_driver()Alan Stern1-2/+0
2012-01-24dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie1-4/+4
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