index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
/
address.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-29
Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-9
/
+4
2025-03-21
of: address: Allow to specify nonposted-mmio per-device
Konrad Dybcio
1
-3
/
+4
2025-03-21
of: address: Expand nonposted-mmio to non-Apple Silicon platforms
Konrad Dybcio
1
-6
/
+0
2025-02-03
of: address: Add kunit test for __of_address_resource_bounds()
Thomas Weißschuh
1
-1
/
+4
2025-01-26
Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2025-01-25
Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-25
/
+8
2025-01-25
of: address: Fix empty resource handling in __of_address_resource_bounds()
Thomas Weißschuh
1
-7
/
+5
2025-01-19
of: address: Add parent_bus_addr to struct of_pci_range
Frank Li
1
-0
/
+2
2025-01-13
of: Remove a duplicated code block
Zijun Hu
1
-18
/
+3
2025-01-13
of/address: Fix WARN when attempting translating non-translatable addresses
Rob Herring (Arm)
1
-3
/
+15
2024-12-10
of: Fix refcount leakage for OF node returned by __of_get_dma_parent()
Zijun Hu
1
-1
/
+1
2024-11-27
of: address: Preserve the flags portion on 1:1 dma-ranges mapping
Andrea della Porta
1
-1
/
+2
2024-11-08
of/address: Rework bus matching to avoid warnings
Rob Herring (Arm)
1
-5
/
+9
2024-10-15
of/address: Constify of_busses[] array and pointers
Rob Herring (Arm)
1
-6
/
+6
2024-10-15
of: Constify struct device_node function arguments
Rob Herring (Arm)
1
-5
/
+5
2024-09-13
of: address: Unify resource bounds overflow checking
Thomas Weißschuh
1
-19
/
+24
2024-09-05
of: address: Report error on resource bounds overflow
Thomas Weißschuh
1
-0
/
+5
2024-04-15
of: Use scope based of_node_put() cleanups
Rob Herring
1
-74
/
+39
2023-12-15
dma-mapping: don't store redundant offsets
Robin Murphy
1
-1
/
+0
2023-10-28
of: address: Consolidate bus .map() functions
Rob Herring
1
-43
/
+11
2023-10-28
of: address: Store number of bus flag cells rather than bool
Rob Herring
1
-9
/
+5
2023-10-26
of: address: Remove duplicated functions
Herve Codina
1
-11
/
+2
2023-10-26
of: address: Fix address translation when address-size is greater than 2
Herve Codina
1
-2
/
+28
2023-04-29
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-1
/
+1
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+73
2023-04-14
of/address: Add of_property_read_reg() helper
Rob Herring
1
-0
/
+23
2023-04-14
of/address: Add support for 3 address cell bus
Rob Herring
1
-0
/
+22
2023-04-14
of/address: Add of_range_to_resource() helper
Rob Herring
1
-3
/
+28
2023-04-07
of: address: always use dma_default_coherent for default coherency
Jiaxun Yang
1
-1
/
+1
2023-04-04
of: address: Reshuffle to remove forward declarations
Geert Uytterhoeven
1
-138
/
+133
2023-04-04
of: address: Fix documented return value of of_pci_range_to_resource()
Geert Uytterhoeven
1
-1
/
+1
2023-04-04
of: address: Document return value of of_address_to_resource()
Geert Uytterhoeven
1
-0
/
+2
2023-02-18
Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...
Joerg Roedel
1
-0
/
+41
2023-02-03
of/address: Return an error when no valid dma-ranges are found
Mark Brown
1
-6
/
+15
2023-01-25
of: Introduce of_translate_dma_region()
Thierry Reding
1
-0
/
+41
2022-09-30
of: Fix "dma-ranges" handling for bus controllers
Robin Murphy
1
-1
/
+3
2022-07-29
of: also handle dma-noncoherent in of_dma_is_coherent()
Heiko Stuebner
1
-7
/
+10
2021-06-16
of: Remove superfluous casts when printing u64 values
Geert Uytterhoeven
1
-10
/
+4
2021-06-03
of: Merge of_address_to_resource() and of_pci_address_to_resource() implement...
Rob Herring
1
-26
/
+18
2021-06-03
of: address: Use IS_ENABLED() for !CONFIG_PCI
Rob Herring
1
-1
/
+7
2021-06-03
of: Merge of_get_address() and of_get_pci_address() implementations
Rob Herring
1
-49
/
+13
2021-04-29
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+7
2021-04-21
of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
Leonardo Bras
1
-1
/
+4
2021-04-08
of/address: Add infrastructure to declare MMIO as non-posted
Hector Martin
1
-2
/
+41
2021-03-24
of: address: Provide descriptions for 'of_address_to_resource's params
Lee Jones
1
-0
/
+3
2020-12-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+42
2020-11-20
of/address: Introduce of_dma_get_max_cpu_address()
Nicolas Saenz Julienne
1
-0
/
+42
2020-11-12
of/address: Fix of_node memory leak in of_dma_is_coherent
Evan Nimmo
1
-1
/
+3
2020-09-17
dma-mapping: introduce DMA range map, supplanting dma_pfn_offset
Jim Quinlan
1
-41
/
+32
2020-08-20
of: address: Work around missing device_type property in pcie nodes
Marc Zyngier
1
-1
/
+15
[next]