aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-121-0/+5
|\
| * driver core: Introduce device_create_groupsGuenter Roeck2015-04-141-0/+5
* | drivers: Import other misc HTC changesBruno Martins2017-08-041-0/+27
* | [SCSI] ufs: use devres functions for ufshcdSeungwon Jeon2013-07-301-0/+1
* | drivers/pinctrl: grab default handles from device coreLinus Walleij2013-06-141-0/+7
* | driver core: Don't keep deferred list aroundStephen Boyd2013-03-121-5/+0
* | driver core: Add iommu_group tracking to struct deviceAlex Williamson2012-12-061-0/+2
* | drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-06-291-0/+4
* | Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-061-0/+5
|\ \ | |/ |/|
| * drivercore: Add driver probe deferral mechanismGrant Likely2012-04-091-0/+5
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-4/+0
|\ \
| * | driver-core: remove legacy iSeries hackStephen Rothwell2012-03-091-4/+0
* | | 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-091-3/+4
| |/ /
* | | driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman2012-03-081-5/+0
* | | 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-241-2/+0
* | | 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-031-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-041-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-151-0/+3
* | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-11-211-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-061-5/+10
|\ \
| * | include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+2
| * | include: convert various register fcns to macros to avoid include chainingPaul Gortmaker2011-10-311-4/+8
* | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-59/+51
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-0/+6
|\ \
| * | Driver core: Add iommu_ops to bus_typeJoerg Roedel2011-10-211-0/+6
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-0/+5
|\ \ \
| * | | PM: Introduce struct pm_subsys_dataRafael J. Wysocki2011-08-251-0/+5
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-0/+2
|\ \ \
| * | | class: Implement support for class attrs in tagged sysfs directories.Eric W. Biederman2011-10-191-0/+2
| |/ /
* / / dynamic_debug: Add __dynamic_dev_dbgJoe Perches2011-08-221-0/+5
|/ /
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-2/+2
|/
* Fix some kernel-doc warningsVitaliy Ivanov2011-06-271-1/+0
* PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-211-2/+2
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-6/+158
|\
| * driver core: Add the device driver-model structures to kerneldocWanlong Gao2011-05-061-3/+151
| * driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2011-04-221-1/+1
| * drivers: make device_type constStephen Hemminger2011-04-191-1/+1
| * device: add dev_WARN_ONCEFelipe Balbi2011-04-191-1/+5