summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-091-1/+1
|\
| * Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd2019-05-071-1/+1
| |\
| | * driver core: Let dev_of_node() accept a NULL devStephen Boyd2019-04-191-1/+1
* | | device.h: reorganize struct deviceGreg Kroah-Hartman2019-04-011-8/+8
|/ /
* / driver core: remove BUS_ATTR()Greg Kroah-Hartman2019-03-181-2/+0
|/
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-0/+2
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+1
| * device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENTChristoph Hellwig2019-02-131-0/+2
* | linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimitedRasmus Villemoes2019-03-071-1/+1
* | Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-061-0/+6
|\ \
| * | device connection: Add fwnode member to struct device_connectionHeikki Krogerus2019-02-141-0/+6
| |/
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-13/+17
|\ \
| * | driver core: Add missing description of new struct device_link fieldRafael J. Wysocki2019-02-211-0/+1
| * | driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki2019-02-201-0/+1
| * | device: Fix comment for driver_data in struct deviceDavid Engraf2019-02-081-1/+1
| * | device.h: Add __cold to dev_<level> logging functionsJoe Perches2019-02-031-10/+10
| * | driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki2019-02-011-0/+3
| * | driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki2019-02-011-1/+1
| * | driver core: move device->knode_class to device_privateWei Yang2019-01-181-1/+0
| |/
* | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-03-061-0/+10
|\ \
| * | PM / core: Add support to skip power management in device/driver modelSudeep Holla2019-02-191-0/+10
| |/
* / mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+1
|/
* driver core: Introduce device_iommu_mapped() functionJoerg Roedel2018-12-171-0/+10
* Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-261-1/+5
|\
| * devres: provide devm_kstrdup_const()Bartosz Golaszewski2018-10-161-0/+2
| * devres: constify p in devm_kfree()Bartosz Golaszewski2018-10-161-1/+1
| * driver core: add BUS_ATTR_WO() macroGreg Kroah-Hartman2018-10-161-0/+2
* | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-261-0/+24
|\ \
| * | drivers: base: Helpers for adding device connection descriptionsHeikki Krogerus2018-09-201-0/+24
| |/
* / dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-0/+7
|/
* 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-201-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