summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAge
* Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-26
|\
| * devres: provide devm_kstrdup_const()Bartosz Golaszewski2018-10-16
| * devres: constify p in devm_kfree()Bartosz Golaszewski2018-10-16
| * driver core: add BUS_ATTR_WO() macroGreg Kroah-Hartman2018-10-16
* | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-26
|\ \
| * | drivers: base: Helpers for adding device connection descriptionsHeikki Krogerus2018-09-20
| |/
* / dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-20
|/
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-18
|\
| * driver core: allow stopping deferred probe after initRob Herring2018-07-10
| * linux/device.h: fix kernel-doc notation warningRandy Dunlap2018-07-07
| * device: Add #define dev_fmt similar to #define pr_fmtJoe Perches2018-07-06
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-18
|\ \
| * | devres: Add devm_of_iomap()Benjamin Herrenschmidt2018-07-23
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15
|\ \
| * | driver core: set up ownership of class devices in sysfsDmitry Torokhov2018-07-21
| |/
* | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-14
|\ \
| * | driver core: Add flag to autoremove device link on supplier unbindVivek Gautam2018-07-09
| * | driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam2018-07-09
| |/
* | Merge tag 'regulator-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-14
|\ \
| * | driver core: Add device_link_remove functionpascal paillet2018-07-05
| |/
* / dma-mapping: Generalise dma_32bit_limit flagRobin Murphy2018-07-27
|/
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-06
|\
| * device: Use overflow helpers for devm_kmalloc()Kees Cook2018-06-05
* | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-05
|\ \
| * | driver core: hold dev's parent lock when neededMartin Liu2018-05-31
| |/
* | core, dma-direct: add a flag 32-bit dma limitsChristoph Hellwig2018-05-28
* | drivers: remove force dma flag from busesChristoph Hellwig2018-05-03
* | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-03
|/
* drivers: change struct device_driver::coredump() return type to voidArend van Spriel2018-04-19
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-04
|\
| * drivers: base: add description for .coredump() callbackArend van Spriel2018-03-15
* | Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-04
|\ \
| * | drivers: base: Unified device connection lookupHeikki Krogerus2018-03-22
| |/
* / driver core: Introduce device links reference countingLukas Wunner2018-02-27
|/
* pinctrl: remove include file from <linux/device.h>Linus Torvalds2018-02-03
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-01
|\
| * drivers: base: add coredump driver opsArend van Spriel2018-01-23
| * driver core: Remove redundant license textGreg Kroah-Hartman2017-12-07
| * driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-07
* | gpio: sysfs: change 'value' attribute to preallocChristophe Leroy2017-12-20
|/
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-14
|\
| * drivers: flag buses which demand DMA configurationRobin Murphy2017-10-19
* | PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki2017-11-06
* | Merge branch 'pm-sleep' into pm-coreRafael J. Wysocki2017-10-21
|\|
| * Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-03
| |\
| | * driver core: remove DRIVER_ATTRGreg Kroah-Hartman2017-09-19
* | | PM / core: Drop legacy class suspend/resume operationsRafael J. Wysocki2017-09-25
|/ /
* / driver core: Fix link to device power management documentationGeert Uytterhoeven2017-09-18
|/
* Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-28
* driver core: Document struct device:dma_opsJonathan Corbet2017-08-28