summaryrefslogtreecommitdiffstats
path: root/drivers/of/device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-32/+0
|\
| * of: Move of_device_{add,register,unregister} to platform.cRob Herring2023-08-041-32/+0
* | of: module: Export of_device_uevent()Miquel Raynal2023-07-211-0/+1
|/
* of: device: Kill of_device_request_module()Miquel Raynal2023-04-051-9/+0
* of: Move the request module helper logic to module.cMiquel Raynal2023-04-051-23/+2
* of: Move of_modalias() to module.cMiquel Raynal2023-04-051-37/+0
* of: Update of_device_get_modalias()Miquel Raynal2023-04-051-12/+17
* of: Fix modalias string generationMiquel Raynal2023-04-051-2/+5
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman2023-01-271-2/+2
* | of: device: Do not ignore error code in of_device_uevent_modaliasAlexander Stein2023-02-091-0/+2
* | of: device: Ignore modalias of reused nodesAlexander Stein2023-02-091-2/+2
|/
* driver core: pass a const * into of_device_uevent()Greg Kroah-Hartman2022-11-221-3/+3
* of: Fix "dma-ranges" handling for bus controllersRobin Murphy2022-09-301-1/+8
* of: device: Fix missing of_node_put() in of_dma_set_restricted_bufferLiang He2022-07-121-1/+4
* of: Check 'of_node_reused' flag on of_match_device()Rob Herring2022-01-201-1/+1
* of: restricted dma: Fix condition for rmem initDavid Brazdil2021-09-171-1/+5
* of: restricted dma: Don't fail device probe on rmem init failureWill Deacon2021-08-231-5/+8
* of: Move of_dma_set_restricted_buffer() into device.cWill Deacon2021-08-231-0/+34
* of: Add plumbing for restricted DMA poolClaire Chang2021-07-131-0/+3
* of: device: Fix function name in header and provide missing descriptionsLee Jones2021-03-231-1/+6
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-21/+0
|\
| * of: Remove of_dev_{get,put}()Rob Herring2021-02-121-21/+0
* | of/device: Update dma_range_map only when dev has valid dma-rangesYong Wu2021-01-271-3/+7
|/
* of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven2020-11-021-1/+1
* dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=nGeert Uytterhoeven2020-10-291-3/+3
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-17/+27
* of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2020-07-281-3/+5
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-4/+5
* of/device.c: fix the wrong commentsJojo Zeng2019-05-011-1/+1
* Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-131-1/+3
|\
| * Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-11-091-1/+3
| |\
| | * of/device: Really only set bus DMA mask when appropriateRobin Murphy2018-11-081-1/+3
* | | of: Use device_type helpers to access the node typeRob Herring2018-11-271-4/+5
|/ /
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-2/+3
|\|
| * of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-071-2/+3
* | dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-12/+0
|/
* OF: Don't set default coherent DMA maskRobin Murphy2018-07-271-10/+10
* of/device: Set bus DMA mask as appropriateRobin Murphy2018-07-271-0/+1
* drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-2/+4
* of: Use SPDX license tag for DT filesRob Herring2018-01-081-0/+1
* drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-7/+1
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-16/+32
|\
| * of: restrict DMA configurationRobin Murphy2017-09-011-16/+32
* | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-44/+31
|\ \ | |/ |/|
| * of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2017-08-251-1/+1
| * of/device: Fix of_device_get_modalias() buffer handlingBjorn Andersson2017-08-241-5/+10
| * of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson2017-08-241-0/+2