summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+2
* | driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson2012-05-041-1/+1
* | Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-191-5/+5
* | driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-181-5/+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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-191-7/+0
|\ \
| * | PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki2011-05-111-7/+0
| |/