aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeGravatar Rafael J. Wysocki 1-9/+3
2013-10-29device: Make dev_WARN/dev_WARN_ONCE print device as well as driver nameGravatar Bjorn Helgaas 1-6/+5
2013-10-16devres: add kernel standard devm_k.alloc functionsGravatar Joe Perches 1-2/+19
2013-10-06driver core: remove dev_bin_attrs from struct classGravatar Greg Kroah-Hartman 1-2/+0
2013-10-05driver core: remove dev_attrs from struct classGravatar Greg Kroah-Hartman 1-2/+0
2013-09-28driver-core: remove struct bus_type.drv_attrsGravatar Greg Kroah-Hartman 1-2/+0
2013-09-28driver-core: remove struct bus_type.bus_attrsGravatar Greg Kroah-Hartman 1-2/+0
2013-09-26sysfs: make attr namespace interface less convolutedGravatar Tejun Heo 1-6/+18
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 1-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+13
2013-08-29driver core / ACPI: Avoid device hot remove locking issuesGravatar Rafael J. Wysocki 1-0/+1
2013-08-28dev-core: fix build break when DEBUG is enabledGravatar Dmitry Kasatkin 1-3/+13
2013-08-27drivers: dma-contiguous: clean source code and prepare for device treeGravatar Marek Szyprowski 1-1/+1
2013-08-23driver core: create write-only attribute macros for devices and driversGravatar Greg Kroah-Hartman 1-0/+4
2013-08-12driver core: bus_type: add bus_groupsGravatar Greg Kroah-Hartman 1-1/+3
2013-08-12driver core: bus_type: add drv_groupsGravatar Greg Kroah-Hartman 1-1/+3
2013-08-12driver core: bus_type: add dev_groupsGravatar Greg Kroah-Hartman 1-1/+3
2013-07-16driver core: add default groups to struct classGravatar Greg Kroah-Hartman 1-1/+3
2013-07-16driver core: Introduce device_create_groupsGravatar Guenter Roeck 1-0/+5
2013-07-16driver core: device.h: add RW and RO attribute macrosGravatar Greg Kroah-Hartman 1-7/+21
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+22
2013-06-25driver core: device.h: fix doc compilation warningsGravatar Michael Opdenacker 1-0/+3
2013-05-12Driver core: Add offline/online device operationsGravatar Rafael J. Wysocki 1-0/+21
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+4
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+2
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGravatar Greg Kroah-Hartman 1-2/+2
2013-04-08driver core: add uid and gid to devtmpfsGravatar Kay Sievers 1-2/+5
2013-03-17Merge tag 'v3.9-rc3' into nextGravatar Dmitry Torokhov 1-2/+35
2013-03-13device: separate all subsys mutexesGravatar Michal Hocko 1-9/+3
2013-03-12driver/base: implement subsys_virtual_register()Gravatar Tejun Heo 1-0/+2
2013-02-25devres: allow adding custom actions to the stackGravatar Dmitry Torokhov 1-0/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+3
2013-02-06driver-core: constify data for class_find_device()Gravatar Michał Mirosław 1-2/+2
2013-01-23drivers/pinctrl: grab default handles from device coreGravatar Linus Walleij 1-0/+7
2013-01-22lib: devres: Introduce devm_ioremap_resource()Gravatar Thierry Reding 1-0/+1
2012-12-14Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+7
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosGravatar Rafael J. Wysocki 1-2/+16
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesGravatar Mika Westerberg 1-0/+4
2012-10-26drivers/base: Add a DEVICE_BOOL_ATTR macroGravatar Borislav Petkov 1-0/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+7
2012-09-26device.h: Add missing inline to #ifndef CONFIG_PRINTK dev_vprintk_emitGravatar Joe Perches 1-4/+6
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitGravatar Joe Perches 1-2/+0
2012-09-17dev: Add dev_vprintk_emit and dev_printk_emitGravatar Joe Perches 1-0/+11
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackGravatar Joe Perches 1-4/+4
2012-09-10driver-core: Shut up dev_dbg_reatelimited() without DEBUGGravatar Hiroshi Doyu 1-24/+38
2012-09-04PM: Do not use the syscore flag for runtime PMGravatar Rafael J. Wysocki 1-0/+7
2012-08-16driver core: devres: introduce devres_for_each_resGravatar Ming Lei 1-0/+4
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Gravatar Joerg Roedel 1-0/+2