summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-09-091-1/+1
|\
| * drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski2013-08-271-1/+1
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-0/+1
|\ \
| * | driver core / ACPI: Avoid device hot remove locking issuesRafael J. Wysocki2013-08-291-0/+1
* | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-3/+13
|\ \ \
| * | | driver core: create write-only attribute macros for devices and driversGreg Kroah-Hartman2013-08-231-0/+4
| * | | driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-121-1/+3
| * | | driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-121-1/+3
| * | | driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-121-1/+3
| |/ /
* / / dev-core: fix build break when DEBUG is enabledDmitry Kasatkin2013-08-281-3/+13
|/ /
* | driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+3
* | driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-0/+5
* | driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman2013-07-161-7/+21
|/
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-0/+22
|\
| * Driver core: Add offline/online device operationsRafael J. Wysocki2013-05-121-0/+21
* | driver core: device.h: fix doc compilation warningsMichael Opdenacker2013-06-251-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-011-0/+4
|\
| * Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-171-2/+35
| |\
| * | devres: allow adding custom actions to the stackDmitry Torokhov2013-02-251-0/+4
* | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-291-0/+2
|\ \ \
| * | | driver/base: implement subsys_virtual_register()Tejun Heo2013-03-121-0/+2
| | |/ | |/|
* | | driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-111-2/+2
* | | driver core: add uid and gid to devtmpfsKay Sievers2013-04-081-2/+5
* | | device: separate all subsys mutexesMichal Hocko2013-03-131-9/+3
|/ /
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+3
|\ \
| * | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
| * | lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-01-221-0/+1
* | | drivers/pinctrl: grab default handles from device coreLinus Walleij2013-01-231-0/+7
|/ /
* | 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-021-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/+0
* | 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-101-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-161-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-181-2/+0
|/
* 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