summaryrefslogtreecommitdiff
path: root/drivers/of/address.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+4
2025-03-21of: address: Allow to specify nonposted-mmio per-deviceKonrad Dybcio1-3/+4
2025-03-21of: address: Expand nonposted-mmio to non-Apple Silicon platformsKonrad Dybcio1-6/+0
2025-02-02of: address: Add kunit test for __of_address_resource_bounds()Thomas Weißschuh1-1/+4
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-25/+8
2025-01-24of: address: Fix empty resource handling in __of_address_resource_bounds()Thomas Weißschuh1-7/+5
2025-01-18of: address: Add parent_bus_addr to struct of_pci_rangeFrank Li1-0/+2
2025-01-13of: Remove a duplicated code blockZijun Hu1-18/+3
2025-01-12of/address: Fix WARN when attempting translating non-translatable addressesRob Herring (Arm)1-3/+15
2024-12-10of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu1-1/+1
2024-11-27of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta1-1/+2
2024-11-08of/address: Rework bus matching to avoid warningsRob Herring (Arm)1-5/+9
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)1-6/+6
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)1-5/+5
2024-09-13of: address: Unify resource bounds overflow checkingThomas Weißschuh1-19/+24
2024-09-05of: address: Report error on resource bounds overflowThomas Weißschuh1-0/+5
2024-04-15of: Use scope based of_node_put() cleanupsRob Herring1-74/+39
2023-12-15dma-mapping: don't store redundant offsetsRobin Murphy1-1/+0
2023-10-27of: address: Consolidate bus .map() functionsRob Herring1-43/+11
2023-10-27of: address: Store number of bus flag cells rather than boolRob Herring1-9/+5
2023-10-26of: address: Remove duplicated functionsHerve Codina1-11/+2
2023-10-26of: address: Fix address translation when address-size is greater than 2Herve Codina1-2/+28
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+73
2023-04-13of/address: Add of_property_read_reg() helperRob Herring1-0/+23
2023-04-13of/address: Add support for 3 address cell busRob Herring1-0/+22
2023-04-13of/address: Add of_range_to_resource() helperRob Herring1-3/+28
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang1-1/+1
2023-04-04of: address: Reshuffle to remove forward declarationsGeert Uytterhoeven1-138/+133
2023-04-04of: address: Fix documented return value of of_pci_range_to_resource()Geert Uytterhoeven1-1/+1
2023-04-04of: address: Document return value of of_address_to_resource()Geert Uytterhoeven1-0/+2
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-0/+41
2023-02-02of/address: Return an error when no valid dma-ranges are foundMark Brown1-6/+15
2023-01-25of: Introduce of_translate_dma_region()Thierry Reding1-0/+41
2022-09-30of: Fix "dma-ranges" handling for bus controllersRobin Murphy1-1/+3
2022-07-28of: also handle dma-noncoherent in of_dma_is_coherent()Heiko Stuebner1-7/+10
2021-06-16of: Remove superfluous casts when printing u64 valuesGeert Uytterhoeven1-10/+4
2021-06-02of: Merge of_address_to_resource() and of_pci_address_to_resource() implement...Rob Herring1-26/+18
2021-06-02of: address: Use IS_ENABLED() for !CONFIG_PCIRob Herring1-1/+7
2021-06-02of: Merge of_get_address() and of_get_pci_address() implementationsRob Herring1-49/+13
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+7
2021-04-21of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addressesLeonardo Bras1-1/+4
2021-04-08of/address: Add infrastructure to declare MMIO as non-postedHector Martin1-2/+41
2021-03-23of: address: Provide descriptions for 'of_address_to_resource's paramsLee Jones1-0/+3
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+42
2020-11-20of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+42
2020-11-11of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo1-1/+3
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-41/+32
2020-08-19of: address: Work around missing device_type property in pcie nodesMarc Zyngier1-1/+15