aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/address.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-17of/address: check for invalid range.cpu_addrColin Ian King1-0/+5
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-11/+16
2020-07-31of: address: Fix parser address/size cells initializationNicolas Saenz Julienne1-2/+2
2020-07-31of_address: Guard of_bus_pci_get_flags with CONFIG_PCIJiaxun Yang1-1/+1
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang1-12/+17
2020-07-15of/address: Fix variable name in comment of of_iomapWenchao Hao1-1/+1
2020-02-14of/address: Support multiple 'dma-ranges' entriesRob Herring1-4/+24
2020-02-14of/address: use range parser for of_dma_get_rangeRob Herring1-25/+13
2020-02-14of/address: Rework of_pci_range parsing for non-PCI busesRob Herring1-12/+21
2020-02-14of: Drop struct of_pci_range.pci_space fieldRob Herring1-1/+0
2020-02-13of/address: Move range parser code out of CONFIG_PCIRob Herring1-106/+109
2020-01-28of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman1-1/+5
2019-10-09of: Make of_dma_get_range() work on bus nodesRobin Murphy1-26/+18
2019-10-08of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring1-3/+12
2019-10-08of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring1-1/+5
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy1-0/+2
2019-10-08of: address: Follow DMA parent for "dma-coherent"Robin Murphy1-1/+1
2019-10-08of/address: Introduce of_get_next_dma_parent() helperRobin Murphy1-0/+10
2019-10-08of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy1-2/+2
2019-10-08of: Make of_dma_get_range() privateRob Herring1-1/+0
2019-10-08of: Remove unused of_find_matching_node_by_address()Rob Herring1-19/+0
2019-04-10of: address: Add support for the parent DMA busMaxime Ripard1-2/+26
2019-04-10of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard1-5/+9
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-11-27of: Use device_type helpers to access the node typeRob Herring1-2/+2
2018-07-10drivers/of: Make of_io_request_and_map() "name" argument optionalBenjamin Herrenschmidt1-2/+4
2018-04-04of: Add missing I/O range exception for indirect-IO devicesZhichang Yuan1-16/+76
2018-04-04PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni1-1/+3
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+4
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas1-0/+1
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring1-5/+3
2018-01-15of: Export of_pci_range_to_resource()Manikanta Maddireddy1-0/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-1/+1
2017-10-05of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez1-3/+16
2017-07-21of: remove unused pci_space variable from address.cShawn Lin1-2/+1
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring1-11/+10
2017-06-22of: address.c header comment typoFrank Rowand1-1/+1
2017-05-04of: fix sparse warning in of_pci_range_parser_oneRob Herring1-1/+1
2016-07-18of: use pr_fmt prefix for all console printingRob Herring1-24/+25
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki1-115/+1
2016-01-14Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2015-12-09of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada1-1/+1
2015-11-30of/address: fix typo in comment block of of_translate_one()Masahiro Yamada1-2/+3
2015-10-13PCI: of: Add 64-bit address recognition without LPAE supportPavel Fedin1-0/+6
2015-08-25of/address: Don't loop forever in of_find_matching_node_by_address().David Daney1-3/+3
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-06-23of/address: use atomic allocation in pci_register_io_range()Jingoo Han1-1/+1
2015-05-16of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan1-1/+1
2015-03-27drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt1-3/+8
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely1-3/+16
2014-11-18of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt1-3/+16
2014-11-18of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt1-1/+1
2014-11-04of: Request and map make argument name constantMatthias Brugger1-1/+1
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau1-4/+40
2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau1-0/+9
2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau1-0/+109
2014-07-23of: Provide a function to request and map memoryMatthias Brugger1-0/+36
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+110
2014-05-13of: kill off of_can_translate_addressRob Herring1-21/+1
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar1-0/+23
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko1-0/+87
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely1-2/+3
2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT1-3/+5
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza1-2/+3
2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Rob Herring1-8/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-5/+5
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-2/+2
2013-10-15of: Fix dereferencing node name in debug output to be safeGrant Likely1-3/+3
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-0/+8
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+6
2013-07-04of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt1-2/+6
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray1-0/+67
2013-01-09of: fix spelling mistake in commentAndrew Murray1-1/+1
2012-10-17of/address: sparse fixesKim Phillips1-12/+12
2012-09-07of/address: Handle #address-cells > 2 speciallyThierry Reding1-0/+8
2012-08-03of: Allow busses with #size-cells=0Stephen Warren1-4/+23
2012-04-22ARM: spear: remove most mach/*.h header contentsArnd Bergmann1-0/+1
2012-01-04of/address: Add reg-names property to name an iomem resourceBenoit Cousson1-5/+11
2011-08-01of: address: use resource_size helperFelipe Balbi1-1/+1
2011-07-18of/address: Add of_find_matching_node_by_address helperGrant Likely1-0/+18
2010-12-23of/address: use proper endianess in get_flagsSebastian Andrzej Siewior1-26/+28
2010-10-12of: use __be32 types for big-endian device tree dataJeremy Kerr1-1/+1
2010-07-05of: Use full node name in resource structuresGrant Likely1-1/+1
2010-07-05of/address: restrict 'no-ranges' kludge to powerpcGrant Likely1-1/+10
2010-07-05of/address: little-endian fixesGrant Likely1-5/+7
2010-07-05of/address: Merge all of the bus translation codeGrant Likely1-3/+514
2010-07-05of/address: merge of_address_to_resource()Grant Likely1-0/+51
2010-07-05of/address: merge of_iomap()Grant Likely1-0/+22