aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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