aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-9/+3
2013-10-29device: Make dev_WARN/dev_WARN_ONCE print device as well as driver nameBjorn Helgaas1-6/+5
2013-10-16devres: add kernel standard devm_k.alloc functionsJoe Perches1-2/+19
2013-10-06driver core: remove dev_bin_attrs from struct classGreg Kroah-Hartman1-2/+0
2013-10-05driver core: remove dev_attrs from struct classGreg Kroah-Hartman1-2/+0
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman1-2/+0
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman1-2/+0
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo1-6/+18
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+13
2013-08-29driver core / ACPI: Avoid device hot remove locking issuesRafael J. Wysocki1-0/+1
2013-08-28dev-core: fix build break when DEBUG is enabledDmitry Kasatkin1-3/+13
2013-08-27drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-1/+1
2013-08-23driver core: create write-only attribute macros for devices and driversGreg Kroah-Hartman1-0/+4
2013-08-12driver core: bus_type: add bus_groupsGreg Kroah-Hartman1-1/+3
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman1-1/+3
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman1-1/+3
2013-07-16driver core: add default groups to struct classGreg Kroah-Hartman1-1/+3
2013-07-16driver core: Introduce device_create_groupsGuenter Roeck1-0/+5
2013-07-16driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman1-7/+21
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+22
2013-06-25driver core: device.h: fix doc compilation warningsMichael Opdenacker1-0/+3
2013-05-12Driver core: Add offline/online device operationsRafael J. Wysocki1-0/+21
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+4
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+2
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-2/+2
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-2/+5
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov1-2/+35
2013-03-13device: separate all subsys mutexesMichal Hocko1-9/+3
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo1-0/+2
2013-02-25devres: allow adding custom actions to the stackDmitry Torokhov1-0/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+3
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij1-0/+7
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding1-0/+1
2012-12-14Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki1-2/+16
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg1-0/+4
2012-10-26drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov1-0/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+7
2012-09-26device.h: Add missing inline to #ifndef CONFIG_PRINTK dev_vprintk_emitJoe Perches1-4/+6
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-2/+0
2012-09-17dev: Add dev_vprintk_emit and dev_printk_emitJoe Perches1-0/+11
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches1-4/+4
2012-09-10driver-core: Shut up dev_dbg_reatelimited() without DEBUGHiroshi Doyu1-24/+38
2012-09-04PM: Do not use the syscore flag for runtime PMRafael J. Wysocki1-0/+7
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei1-0/+4
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+5
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel1-0/+2