aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2017-09-19driver core: remove DRIVER_ATTRGreg Kroah-Hartman1-2/+0
2017-09-18driver core: Fix link to device power management documentationGeert Uytterhoeven1-1/+1
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek1-2/+2
2017-08-28driver core: Document struct device:dma_opsJonathan Corbet1-0/+1
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2017-08-07pinctrl: generic: update references to Documentation/pinctrl.txtLudovic Desroches1-1/+1
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman1-0/+30
2017-07-22driver core: add devm_device_add_group() and friendsDmitry Torokhov1-0/+9
2017-07-22driver core: add device_{add|remove}_group() helpersDmitry Torokhov1-0/+16
2017-07-22driver core: make device_{add|remove}_groups() publicDmitry Torokhov1-0/+5
2017-07-07Add "shutdown" to "struct class".Josh Zimmerman1-0/+2
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+0
2017-06-13driver core: add helper to reuse a device-tree nodeJohan Hovold1-0/+4
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman1-2/+0
2017-06-09driver core: remove class_attrs from struct classGreg Kroah-Hartman1-2/+0
2017-06-07driver core: remove CLASS_ATTR usageGreg Kroah-Hartman1-2/+0
2017-03-16drivers core: remove assert_held_device_hotplug()Heiko Carstens1-1/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-02-24mm: validate device_hotplug is held for memory hotplugDan Williams1-0/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-0/+1
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter1-0/+7
2017-01-20device: bus_type: Introduce num_vf callbackPhil Sutter1-0/+4
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+91
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-05driver core: Silence device links sphinx warningLukas Wunner1-0/+1
2016-11-29driver core: class: add class_groups supportGreg Kroah-Hartman1-0/+2
2016-11-24driver core: add CLASS_ATTR_WO()Greg Kroah-Hartman1-0/+2
2016-11-15devres: add devm_alloc_percpu()Madalin Bucur1-0/+19
2016-10-31PM / runtime: Use device linksRafael J. Wysocki1-0/+6
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki1-0/+80
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy1-0/+3
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+5
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes1-6/+6
2016-05-01driver-core: use 'dev' argument in dev_dbg_ratelimited stubArnd Bergmann1-2/+5
2016-04-22PM / Runtime: Move ignore_children flag under CONFIG_PMUlf Hansson1-5/+0
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+12
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+5
2016-02-16ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso1-2/+5
2016-02-08devm: add helper devm_add_action_or_reset()Sudip Mukherjee1-0/+12
2016-02-03usb: sysfs: make locking interruptibleOliver Neukum1-0/+5
2016-01-08device core: add device_is_bound()Tomeu Vizoso1-0/+2
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko1-0/+1
2015-10-09devm: make allocations numa aware by defaultDan Williams1-4/+12
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-1/+1
2015-07-31Merge back earlier ACPI PM material for v4.3.Rafael J. Wysocki1-0/+2
2015-07-30device core: Introduce per-device MSI domain pointerMarc Zyngier1-0/+20