summaryrefslogtreecommitdiffstats
path: root/drivers/of/address.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-0/+42
|\
| * of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne2020-11-201-0/+42
* | of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo2020-11-111-1/+3
|/
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-41/+32
* of: address: Work around missing device_type property in pcie nodesMarc Zyngier2020-08-191-1/+15
* of/address: check for invalid range.cpu_addrColin Ian King2020-08-171-0/+5
* Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-11/+16
|\
| * of: address: Fix parser address/size cells initializationNicolas Saenz Julienne2020-07-311-2/+2
| * of_address: Guard of_bus_pci_get_flags with CONFIG_PCIJiaxun Yang2020-07-311-1/+1
| * of_address: Add bus type match for pci ranges parserJiaxun Yang2020-07-281-12/+17
* | of/address: Fix variable name in comment of of_iomapWenchao Hao2020-07-151-1/+1
|/
* of/address: Support multiple 'dma-ranges' entriesRob Herring2020-02-141-4/+24
* of/address: use range parser for of_dma_get_rangeRob Herring2020-02-141-25/+13
* of/address: Rework of_pci_range parsing for non-PCI busesRob Herring2020-02-141-12/+21
* of: Drop struct of_pci_range.pci_space fieldRob Herring2020-02-141-1/+0
* of/address: Move range parser code out of CONFIG_PCIRob Herring2020-02-131-106/+109
* of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-01-281-1/+5
* of: Make of_dma_get_range() work on bus nodesRobin Murphy2019-10-091-26/+18
* of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring2019-10-081-3/+12
* of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring2019-10-081-1/+5
* of: Factor out #{addr,size}-cells parsingRobin Murphy2019-10-081-0/+2
* of: address: Follow DMA parent for "dma-coherent"Robin Murphy2019-10-081-1/+1
* of/address: Introduce of_get_next_dma_parent() helperRobin Murphy2019-10-081-0/+10
* of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy2019-10-081-2/+2
* of: Make of_dma_get_range() privateRob Herring2019-10-081-1/+0
* of: Remove unused of_find_matching_node_by_address()Rob Herring2019-10-081-19/+0
* of: address: Add support for the parent DMA busMaxime Ripard2019-04-101-2/+26
* of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard2019-04-101-5/+9
* of: Use of_node_name_eq for node name comparisonsRob Herring2018-12-051-1/+1
* of: Use device_type helpers to access the node typeRob Herring2018-11-271-2/+2
* drivers/of: Make of_io_request_and_map() "name" argument optionalBenjamin Herrenschmidt2018-07-101-2/+4
* of: Add missing I/O range exception for indirect-IO devicesZhichang Yuan2018-04-041-16/+76
* PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni2018-04-041-1/+3
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-5/+4
|\
| * Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas2018-02-011-0/+1
| |\
| | * of: Export of_pci_range_to_resource()Manikanta Maddireddy2018-01-151-0/+1
| * | PCI: Move OF-related PCI functions into PCI coreRob Herring2018-01-171-5/+3
| |/
* / of: Use SPDX license tag for DT filesRob Herring2018-01-081-1/+1
|/
* of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez2017-10-051-3/+16
* of: remove unused pci_space variable from address.cShawn Lin2017-07-211-2/+1
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-11/+10
* of: address.c header comment typoFrank Rowand2017-06-221-1/+1
* of: fix sparse warning in of_pci_range_parser_oneRob Herring2017-05-041-1/+1
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-24/+25
* PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki2016-05-121-115/+1
* Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-141-1/+1
|\
| * of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada2015-12-091-1/+1
* | of/address: fix typo in comment block of of_translate_one()Masahiro Yamada2015-11-301-2/+3
|/
* PCI: of: Add 64-bit address recognition without LPAE supportPavel Fedin2015-10-131-0/+6
* of/address: Don't loop forever in of_find_matching_node_by_address().David Daney2015-08-251-3/+3