summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-141-0/+7
|\
| * drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov2012-10-261-0/+7
* | ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki2012-11-211-2/+16
* | driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg2012-11-151-0/+4
|/
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-031-0/+7
|\
| * PM: Do not use the syscore flag for runtime PMRafael J. Wysocki2012-09-041-0/+7
* | device.h: Add missing inline to #ifndef CONFIG_PRINTK dev_vprintk_emitJoe Perches2012-09-261-4/+6
* | device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches2012-09-171-2/+0Star
* | dev: Add dev_vprintk_emit and dev_printk_emitJoe Perches2012-09-171-0/+11
* | dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches2012-09-171-4/+4
* | driver-core: Shut up dev_dbg_reatelimited() without DEBUGHiroshi Doyu2012-09-111-24/+38
* | driver core: devres: introduce devres_for_each_resMing Lei2012-08-161-0/+4
|/
* Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-0/+5
|\
| * driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen2012-07-171-0/+5
| |
| \
*-. \ Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-231-0/+2
|\ \ \ | | |/ | |/|
| | * driver core: Add iommu_group tracking to struct deviceAlex Williamson2012-06-251-0/+2
| |/
* / Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-191-2/+0Star
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-0/+4
|\
| * drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-211-0/+4
* | sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-0/+3
* | driver core: Add dev_*_ratelimited() familyHiroshi DOYU2012-05-141-0/+27
* | devres: Add devres_release()Mark Brown2012-05-051-0/+2
* | driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson2012-05-051-1/+1
* | Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-201-5/+5
* | driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-191-5/+5
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-4/+0Star
|\
| * driver-core: remove legacy iSeries hackStephen Rothwell2012-03-091-4/+0Star
* | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-201-3/+4
|\ \
| * | driver-core: Allow additional parameters for module_driverLars-Peter Clausen2012-03-101-3/+4
| |/
* | driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman2012-03-081-5/+0Star
* | drivercore: Add driver probe deferral mechanismGrant Likely2012-03-081-0/+5
* | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-5/+10
|\|
| * kernel-doc: fix new warnings in device.hRandy Dunlap2012-01-231-5/+10
* | Eliminate get_driver() and put_driver()Alan Stern2012-01-251-2/+0Star
* | dynamic_debug: make dynamic-debug supersede DEBUG ccflagJim Cromie2012-01-241-4/+4
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-3/+3
|\
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-3/+3
* | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-7/+101
|\ \ | |/ |/|
| * driver core: remove __must_check from device_create_fileGreg Kroah-Hartman2012-01-051-2/+2
| * driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers2011-12-141-4/+74
| * drivercore: Generalize module_platform_driverLars-Peter Clausen2011-11-171-0/+21
| * lib: devres: add convenience function to remap a resourceWolfram Sang2011-11-161-0/+3
* | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-11-221-1/+1
|\ \
| * | device.h: Fix struct member documentationMarcos Paulo de Souza2011-11-151-1/+1
| |/
* / PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki2011-11-171-0/+5
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-5/+10
|\
| * include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-11-011-1/+2
| * include: convert various register fcns to macros to avoid include chainingPaul Gortmaker2011-11-011-4/+8
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-59/+51Star
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-0/+6
|\