summaryrefslogtreecommitdiff
path: root/include/linux/of_address.h
AgeCommit message (Expand)Author
2021-06-02of: address: Use IS_ENABLED() for !CONFIG_PCIRob Herring
2021-06-02of: Merge of_get_address() and of_get_pci_address() implementationsRob Herring
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang
2020-02-14of/address: Rework of_pci_range parsing for non-PCI busesRob Herring
2020-02-14of: Drop struct of_pci_range.pci_space fieldRob Herring
2019-10-08of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring
2019-10-08of: Make of_dma_get_range() privateRob Herring
2019-10-08of: Remove unused of_find_matching_node_by_address()Rob Herring
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki
2015-12-17of: fix declaration of of_io_request_and_mapSudip Mukherjee
2015-11-10of: Provide static inline function for of_translate_address if neededGuenter Roeck
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
2013-10-09of: move of_translate_dma_address to of_address.hRob Herring
2013-10-09of: move of_address_to_resource and of_iomap declarations from sparcRob Herring
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring
2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray
2012-11-23of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson
2012-10-17of/address: sparse fixesKim Phillips
2012-08-03of: Allow busses with #size-cells=0Stephen Warren
2012-02-16of/address: add empty static inlines for !CONFIG_OFGrant Likely
2011-07-18dt: include linux/errno.h in linux/of_address.hGrant Likely
2011-07-18of/address: Add of_find_matching_node_by_address helperGrant Likely
2010-12-23of/address: use proper endianess in get_flagsSebastian Andrzej Siewior
2010-08-01of/address: Clean up function declarationsGrant Likely
2010-07-05of/address: Merge all of the bus translation codeGrant Likely
2010-07-05of/address: merge of_address_to_resource()Grant Likely
2010-07-05of/address: merge of_iomap()Grant Likely