aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_address.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14of/address: Rework of_pci_range parsing for non-PCI busesRob Herring1-3/+9
2020-02-14of: Drop struct of_pci_range.pci_space fieldRob Herring1-1/+0
2019-10-08of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring1-0/+1
2019-10-08of: Make of_dma_get_range() privateRob Herring1-8/+0
2019-10-08of: Remove unused of_find_matching_node_by_address()Rob Herring1-12/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez1-1/+9
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki1-9/+0
2015-12-17of: fix declaration of of_io_request_and_mapSudip Mukherjee1-11/+8
2015-11-10of: Provide static inline function for of_translate_address if neededGuenter Roeck1-0/+7
2014-11-04of: Request and map make argument name constantMatthias Brugger1-2/+2
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau1-6/+6
2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau1-11/+9
2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau1-0/+7
2014-07-23of: Provide a function to request and map memoryMatthias Brugger1-0/+11
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+14
2014-05-13of: kill off of_can_translate_addressRob Herring1-1/+0
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar1-0/+6
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko1-0/+8
2013-10-09of: move of_translate_dma_address to of_address.hRob Herring1-0/+4
2013-10-09of: move of_address_to_resource and of_iomap declarations from sparcRob Herring1-13/+17
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-4/+1
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray1-0/+48
2012-11-23of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson1-0/+2
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for sparc againAndreas Larsson1-0/+2
2012-10-17of/address: sparse fixesKim Phillips1-2/+2
2012-08-03of: Allow busses with #size-cells=0Stephen Warren1-0/+1
2012-02-16of/address: add empty static inlines for !CONFIG_OFGrant Likely1-4/+29
2011-07-18dt: include linux/errno.h in linux/of_address.hGrant Likely1-0/+1
2011-07-18of/address: Add of_find_matching_node_by_address helperGrant Likely1-0/+4
2010-12-23of/address: use proper endianess in get_flagsSebastian Andrzej Siewior1-3/+3
2010-08-01of/address: Clean up function declarationsGrant Likely1-0/+32
2010-07-05of/address: Merge all of the bus translation codeGrant Likely1-3/+1
2010-07-05of/address: merge of_address_to_resource()Grant Likely1-0/+5
2010-07-05of/address: merge of_iomap()Grant Likely1-0/+9