summaryrefslogtreecommitdiff
path: root/drivers/of/address.c
AgeCommit message (Expand)Author
2019-10-09of: Make of_dma_get_range() work on bus nodesRobin Murphy
2019-10-08of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring
2019-10-08of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy
2019-10-08of: address: Follow DMA parent for "dma-coherent"Robin Murphy
2019-10-08of/address: Introduce of_get_next_dma_parent() helperRobin Murphy
2019-10-08of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy
2019-10-08of: Make of_dma_get_range() privateRob Herring
2019-10-08of: Remove unused of_find_matching_node_by_address()Rob Herring
2019-04-10of: address: Add support for the parent DMA busMaxime Ripard
2019-04-10of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring
2018-11-27of: Use device_type helpers to access the node typeRob Herring
2018-07-10drivers/of: Make of_io_request_and_map() "name" argument optionalBenjamin Herrenschmidt
2018-04-04of: Add missing I/O range exception for indirect-IO devicesZhichang Yuan
2018-04-04PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring
2018-01-15of: Export of_pci_range_to_resource()Manikanta Maddireddy
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2017-10-05of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez
2017-07-21of: remove unused pci_space variable from address.cShawn Lin
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring
2017-06-22of: address.c header comment typoFrank Rowand
2017-05-04of: fix sparse warning in of_pci_range_parser_oneRob Herring
2016-07-18of: use pr_fmt prefix for all console printingRob Herring
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki
2016-01-14Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-12-09of/address: replace printk(KERN_ERR ...) with pr_err(...)Masahiro Yamada
2015-11-30of/address: fix typo in comment block of of_translate_one()Masahiro Yamada
2015-10-13PCI: of: Add 64-bit address recognition without LPAE supportPavel Fedin
2015-08-25of/address: Don't loop forever in of_find_matching_node_by_address().David Daney
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-23of/address: use atomic allocation in pci_register_io_range()Jingoo Han
2015-05-16of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O portZhichang Yuan
2015-03-27drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely
2014-11-18of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt
2014-11-18of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt
2014-11-04of: Request and map make argument name constantMatthias Brugger
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau
2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau
2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau
2014-07-23of: Provide a function to request and map memoryMatthias Brugger
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-05-13of: kill off of_can_translate_addressRob Herring
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely