| Commit message (Expand) | Author | Age | Files | Lines |
* | of/address: Add of_property_read_reg() helper | Rob Herring | 2023-04-13 | 1 | -0/+7 |
* | of/address: Add of_range_count() helper | Rob Herring | 2023-04-13 | 1 | -0/+16 |
* | of/address: Add of_range_to_resource() helper | Rob Herring | 2023-04-13 | 1 | -0/+8 |
* | of: Introduce of_translate_dma_region() | Thierry Reding | 2023-01-25 | 1 | -0/+2 |
* | of/address: introduce of_address_count() helper | Yang Yingliang | 2022-10-16 | 1 | -0/+11 |
* | of: address: Use IS_ENABLED() for !CONFIG_PCI | Rob Herring | 2021-06-02 | 1 | -21/+18 |
* | of: Merge of_get_address() and of_get_pci_address() implementations | Rob Herring | 2021-06-02 | 1 | -11/+16 |
* | of_address: Add bus type match for pci ranges parser | Jiaxun Yang | 2020-07-28 | 1 | -0/+4 |
* | of/address: Rework of_pci_range parsing for non-PCI buses | Rob Herring | 2020-02-14 | 1 | -3/+9 |
* | of: Drop struct of_pci_range.pci_space field | Rob Herring | 2020-02-14 | 1 | -1/+0 |
* | of/address: Fix of_pci_range_parser_one translation of DMA addresses | Rob Herring | 2019-10-08 | 1 | -0/+1 |
* | of: Make of_dma_get_range() private | Rob Herring | 2019-10-08 | 1 | -8/+0 |
* | of: Remove unused of_find_matching_node_by_address() | Rob Herring | 2019-10-08 | 1 | -12/+0 |
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -1/+9 |
|\ |
|
| * | of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing support | Marc Gonzalez | 2017-10-05 | 1 | -1/+9 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | PCI, of: Move PCI I/O space management to PCI core code | Tomasz Nowicki | 2016-05-12 | 1 | -9/+0 |
* | of: fix declaration of of_io_request_and_map | Sudip Mukherjee | 2015-12-17 | 1 | -11/+8 |
* | of: Provide static inline function for of_translate_address if needed | Guenter Roeck | 2015-11-10 | 1 | -0/+7 |
* | of: Request and map make argument name constant | Matthias Brugger | 2014-11-04 | 1 | -2/+2 |
* | of/pci: Fix the conversion of IO ranges into IO resources | Liviu Dudau | 2014-09-30 | 1 | -6/+6 |
* | of/pci: Move of_pci_range_to_resource() to of/address.c | Liviu Dudau | 2014-09-30 | 1 | -11/+9 |
* | of/pci: Add pci_register_io_range() and pci_pio_to_address() | Liviu Dudau | 2014-09-30 | 1 | -0/+7 |
* | of: Provide a function to request and map memory | Matthias Brugger | 2014-07-23 | 1 | -0/+11 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 2014-06-05 | 1 | -0/+14 |
|\ |
|
| * | of: introduce of_dma_is_coherent() helper | Santosh Shilimkar | 2014-05-05 | 1 | -0/+6 |
| * | of: introduce of_dma_get_range() helper | Grygorii Strashko | 2014-05-05 | 1 | -0/+8 |
* | | of: kill off of_can_translate_address | Rob Herring | 2014-05-13 | 1 | -1/+0 |
|/ |
|
* | of: move of_translate_dma_address to of_address.h | Rob Herring | 2013-10-09 | 1 | -0/+4 |
* | of: move of_address_to_resource and of_iomap declarations from sparc | Rob Herring | 2013-10-09 | 1 | -13/+17 |
* | of: implement pci_address_to_pio as weak function | Rob Herring | 2013-10-09 | 1 | -4/+1 |
* | of/pci: Provide support for parsing PCI DT ranges property | Andrew Murray | 2013-05-19 | 1 | -0/+48 |
* | of/address: sparc: Declare of_iomap as an extern function for sparc again | Andreas Larsson | 2012-11-23 | 1 | -0/+2 |
* | of/address: sparc: Declare of_address_to_resource() as an extern function for... | Andreas Larsson | 2012-11-09 | 1 | -0/+2 |
* | of/address: sparse fixes | Kim Phillips | 2012-10-17 | 1 | -2/+2 |
* | of: Allow busses with #size-cells=0 | Stephen Warren | 2012-08-03 | 1 | -0/+1 |
* | of/address: add empty static inlines for !CONFIG_OF | Grant Likely | 2012-02-16 | 1 | -4/+29 |
* | dt: include linux/errno.h in linux/of_address.h | Grant Likely | 2011-07-18 | 1 | -0/+1 |
* | of/address: Add of_find_matching_node_by_address helper | Grant Likely | 2011-07-18 | 1 | -0/+4 |
* | of/address: use proper endianess in get_flags | Sebastian Andrzej Siewior | 2010-12-23 | 1 | -3/+3 |
* | of/address: Clean up function declarations | Grant Likely | 2010-08-01 | 1 | -0/+32 |
* | of/address: Merge all of the bus translation code | Grant Likely | 2010-07-05 | 1 | -3/+1 |
* | of/address: merge of_address_to_resource() | Grant Likely | 2010-07-05 | 1 | -0/+5 |
* | of/address: merge of_iomap() | Grant Likely | 2010-07-05 | 1 | -0/+9 |