aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-45/+60
|\
| * driver core: allow stopping deferred probe after initRob Herring2018-07-101-0/+2
| * linux/device.h: fix kernel-doc notation warningRandy Dunlap2018-07-071-1/+1
| * device: Add #define dev_fmt similar to #define pr_fmtJoe Perches2018-07-061-45/+58
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+4
|\ \
| * | devres: Add devm_of_iomap()Benjamin Herrenschmidt2018-07-231-0/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+5
|\ \
| * | driver core: set up ownership of class devices in sysfsDmitry Torokhov2018-07-211-0/+5
| |/
* | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-6/+8
|\ \
| * | driver core: Add flag to autoremove device link on supplier unbindVivek Gautam2018-07-091-0/+2
| * | driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam2018-07-091-6/+6
| |/
* | Merge tag 'regulator-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-141-0/+1
|\ \
| * | driver core: Add device_link_remove functionpascal paillet2018-07-051-0/+1
| |/
* / dma-mapping: Generalise dma_32bit_limit flagRobin Murphy2018-07-271-3/+3
|/
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+6
|\
| * device: Use overflow helpers for devm_kmalloc()Kees Cook2018-06-051-2/+6
* | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-051-0/+4
|\ \
| * | driver core: hold dev's parent lock when neededMartin Liu2018-05-311-0/+3
| |/
* | core, dma-direct: add a flag 32-bit dma limitsChristoph Hellwig2018-05-281-0/+3
* | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-4/+0
* | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+4
|/
* drivers: change struct device_driver::coredump() return type to voidArend van Spriel2018-04-191-2/+4
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-041-0/+1
|\
| * drivers: base: add description for .coredump() callbackArend van Spriel2018-03-151-0/+1
* | Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-041-0/+22
|\ \
| * | drivers: base: Unified device connection lookupHeikki Krogerus2018-03-221-0/+22
| |/
* / driver core: Introduce device links reference countingLukas Wunner2018-02-271-0/+2
|/
* pinctrl: remove include file from <linux/device.h>Linus Torvalds2018-02-031-1/+1
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-3/+2
|\
| * drivers: base: add coredump driver opsArend van Spriel2018-01-231-1/+1
| * driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0
| * driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* | gpio: sysfs: change 'value' attribute to preallocChristophe Leroy2017-12-201-0/+3
|/
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-0/+4
|\
| * drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+4
* | PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki2017-11-061-0/+10
* | Merge branch 'pm-sleep' into pm-coreRafael J. Wysocki2017-10-211-2/+0
|\|
| * Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-031-2/+0
| |\
| | * driver core: remove DRIVER_ATTRGreg Kroah-Hartman2017-09-191-2/+0
* | | PM / core: Drop legacy class suspend/resume operationsRafael J. Wysocki2017-09-251-5/+0
|/ /
* / driver core: Fix link to device power management documentationGeert Uytterhoeven2017-09-181-1/+1
|/
* Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-281-2/+2
* driver core: Document struct device:dma_opsJonathan Corbet2017-08-281-0/+1
* Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman2017-08-141-1/+1
|\
| * pinctrl: generic: update references to Documentation/pinctrl.txtLudovic Desroches2017-08-071-1/+1
* | Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman2017-07-221-0/+30
|\ \ | |/ |/|
| * driver core: add devm_device_add_group() and friendsDmitry Torokhov2017-07-221-0/+9
| * driver core: add device_{add|remove}_group() helpersDmitry Torokhov2017-07-221-0/+16
| * driver core: make device_{add|remove}_groups() publicDmitry Torokhov2017-07-221-0/+5
* | Add "shutdown" to "struct class".Josh Zimmerman2017-07-061-0/+2