aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+5
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+24
2018-10-16devres: provide devm_kstrdup_const()Bartosz Golaszewski1-0/+2
2018-10-16devres: constify p in devm_kfree()Bartosz Golaszewski1-1/+1
2018-10-16driver core: add BUS_ATTR_WO() macroGreg Kroah-Hartman1-0/+2
2018-09-20drivers: base: Helpers for adding device connection descriptionsHeikki Krogerus1-0/+24
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig1-0/+7
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-45/+60
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+4
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+8
2018-08-14Merge tag 'regulator-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-0/+1
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy1-3/+3
2018-07-23devres: Add devm_of_iomap()Benjamin Herrenschmidt1-0/+4
2018-07-20driver core: set up ownership of class devices in sysfsDmitry Torokhov1-0/+5
2018-07-10driver core: allow stopping deferred probe after initRob Herring1-0/+2
2018-07-09driver core: Add flag to autoremove device link on supplier unbindVivek Gautam1-0/+2
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam1-6/+6
2018-07-07linux/device.h: fix kernel-doc notation warningRandy Dunlap1-1/+1
2018-07-06device: Add #define dev_fmt similar to #define pr_fmtJoe Perches1-45/+58
2018-07-05driver core: Add device_link_remove functionpascal paillet1-0/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+6
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+4
2018-06-05device: Use overflow helpers for devm_kmalloc()Kees Cook1-2/+6
2018-05-31driver core: hold dev's parent lock when neededMartin Liu1-0/+3
2018-05-28core, dma-direct: add a flag 32-bit dma limitsChristoph Hellwig1-0/+3
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-4/+0
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta1-0/+4
2018-04-19drivers: change struct device_driver::coredump() return type to voidArend van Spriel1-2/+4
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+22
2018-03-22drivers: base: Unified device connection lookupHeikki Krogerus1-0/+22
2018-03-15drivers: base: add description for .coredump() callbackArend van Spriel1-0/+1
2018-02-27driver core: Introduce device links reference countingLukas Wunner1-0/+2
2018-02-03pinctrl: remove include file from <linux/device.h>Linus Torvalds1-1/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+2
2018-01-23drivers: base: add coredump driver opsArend van Spriel1-1/+1
2017-12-20gpio: sysfs: change 'value' attribute to preallocChristophe Leroy1-0/+3
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+4
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki1-0/+10
2017-10-21Merge branch 'pm-sleep' into pm-coreRafael J. Wysocki1-2/+0
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-0/+4
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-25PM / core: Drop legacy class suspend/resume operationsRafael J. Wysocki1-5/+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