aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-03pinctrl: remove include file from <linux/device.h>Gravatar Linus Torvalds 1-1/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+2
2018-01-23drivers: base: add coredump driver opsGravatar Arend van Spriel 1-1/+1
2017-12-20gpio: sysfs: change 'value' attribute to preallocGravatar Christophe Leroy 1-0/+3
2017-12-07driver core: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+4
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsGravatar Rafael J. Wysocki 1-0/+10
2017-10-21Merge branch 'pm-sleep' into pm-coreGravatar Rafael J. Wysocki 1-2/+0
2017-10-19drivers: flag buses which demand DMA configurationGravatar Robin Murphy 1-0/+4
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2017-09-25PM / core: Drop legacy class suspend/resume operationsGravatar Rafael J. Wysocki 1-5/+0
2017-09-19driver core: remove DRIVER_ATTRGravatar Greg Kroah-Hartman 1-2/+0
2017-09-18driver core: Fix link to device power management documentationGravatar Geert Uytterhoeven 1-1/+1
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Gravatar Michal Suchanek 1-2/+2
2017-08-28driver core: Document struct device:dma_opsGravatar Jonathan Corbet 1-0/+1
2017-08-14Merge 4.13-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-08-07pinctrl: generic: update references to Documentation/pinctrl.txtGravatar Ludovic Desroches 1-1/+1
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+30
2017-07-22driver core: add devm_device_add_group() and friendsGravatar Dmitry Torokhov 1-0/+9
2017-07-22driver core: add device_{add|remove}_group() helpersGravatar Dmitry Torokhov 1-0/+16
2017-07-22driver core: make device_{add|remove}_groups() publicGravatar Dmitry Torokhov 1-0/+5
2017-07-07Add "shutdown" to "struct class".Gravatar Josh Zimmerman 1-0/+2
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+0
2017-06-13driver core: add helper to reuse a device-tree nodeGravatar Johan Hovold 1-0/+4
2017-06-12driver-core: remove struct bus_type.dev_attrsGravatar Greg Kroah-Hartman 1-2/+0
2017-06-09driver core: remove class_attrs from struct classGravatar Greg Kroah-Hartman 1-2/+0
2017-06-07driver core: remove CLASS_ATTR usageGravatar Greg Kroah-Hartman 1-2/+0
2017-03-16drivers core: remove assert_held_device_hotplug()Gravatar Heiko Carstens 1-1/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2017-02-24mm: validate device_hotplug is held for memory hotplugGravatar Dan Williams 1-0/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceGravatar Bart Van Assche 1-0/+1
2017-01-20device: Implement a bus agnostic dev_num_vf routineGravatar Phil Sutter 1-0/+7
2017-01-20device: bus_type: Introduce num_vf callbackGravatar Phil Sutter 1-0/+4
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+91
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2016-12-05driver core: Silence device links sphinx warningGravatar Lukas Wunner 1-0/+1
2016-11-29driver core: class: add class_groups supportGravatar Greg Kroah-Hartman 1-0/+2
2016-11-24driver core: add CLASS_ATTR_WO()Gravatar Greg Kroah-Hartman 1-0/+2
2016-11-15devres: add devm_alloc_percpu()Gravatar Madalin Bucur 1-0/+19
2016-10-31PM / runtime: Use device linksGravatar Rafael J. Wysocki 1-0/+6
2016-10-31driver core: Functional dependencies tracking supportGravatar Rafael J. Wysocki 1-0/+80
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-1/+1
2016-09-16iommu: Introduce iommu_fwspecGravatar Robin Murphy 1-0/+3
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+5
2016-05-19include/linux: apply __malloc attributeGravatar Rasmus Villemoes 1-6/+6
2016-05-01driver-core: use 'dev' argument in dev_dbg_ratelimited stubGravatar Arnd Bergmann 1-2/+5
2016-04-22PM / Runtime: Move ignore_children flag under CONFIG_PMGravatar Ulf Hansson 1-5/+0
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+12
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-2/+5