| Commit message (Expand) | Author | Age | Files | Lines |
* | of: Add missing I/O range exception for indirect-IO devices | Zhichang Yuan | 2018-04-04 | 1 | -16/+76 |
* | PCI: Add fwnode handler as input param of pci_register_io_range() | Gabriele Paoloni | 2018-04-04 | 1 | -1/+3 |
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-06 | 1 | -5/+4 |
|\ |
|
| * | Merge remote-tracking branch 'lorenzo/pci/tegra' into next | Bjorn Helgaas | 2018-02-01 | 1 | -0/+1 |
| |\ |
|
| | * | of: Export of_pci_range_to_resource() | Manikanta Maddireddy | 2018-01-15 | 1 | -0/+1 |
| * | | PCI: Move OF-related PCI functions into PCI core | Rob Herring | 2018-01-18 | 1 | -5/+3 |
| |/ |
|
* / | of: Use SPDX license tag for DT files | Rob Herring | 2018-01-08 | 1 | -1/+1 |
|/ |
|
* | of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing support | Marc Gonzalez | 2017-10-05 | 1 | -3/+16 |
* | of: remove unused pci_space variable from address.c | Shawn Lin | 2017-07-21 | 1 | -2/+1 |
* | of: Convert to using %pOF instead of full_name | Rob Herring | 2017-07-19 | 1 | -11/+10 |
* | of: address.c header comment typo | Frank Rowand | 2017-06-22 | 1 | -1/+1 |
* | of: fix sparse warning in of_pci_range_parser_one | Rob Herring | 2017-05-04 | 1 | -1/+1 |
* | of: use pr_fmt prefix for all console printing | Rob Herring | 2016-07-18 | 1 | -24/+25 |
* | PCI, of: Move PCI I/O space management to PCI core code | Tomasz Nowicki | 2016-05-12 | 1 | -115/+1 |
* | Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-01-14 | 1 | -1/+1 |
|\ |
|
| * | of/address: replace printk(KERN_ERR ...) with pr_err(...) | Masahiro Yamada | 2015-12-09 | 1 | -1/+1 |
* | | of/address: fix typo in comment block of of_translate_one() | Masahiro Yamada | 2015-12-01 | 1 | -2/+3 |
|/ |
|
* | PCI: of: Add 64-bit address recognition without LPAE support | Pavel Fedin | 2015-10-13 | 1 | -0/+6 |
* | of/address: Don't loop forever in of_find_matching_node_by_address(). | David Daney | 2015-08-25 | 1 | -3/+3 |
* | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-07-02 | 1 | -1/+1 |
|\ |
|
| * | of/address: use atomic allocation in pci_register_io_range() | Jingoo Han | 2015-06-23 | 1 | -1/+1 |
* | | of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port | Zhichang Yuan | 2015-05-16 | 1 | -1/+1 |
|/ |
|
* | drivers/of: Add empty ranges quirk for PA-Semi | Benjamin Herrenschmidt | 2015-03-28 | 1 | -3/+8 |
* | Merge tag 'v3.18-rc6' into devicetree/next | Grant Likely | 2014-11-24 | 1 | -3/+16 |
|\ |
|
| * | of/base: Fix PowerPC address parsing hack | Benjamin Herrenschmidt | 2014-11-18 | 1 | -3/+16 |
* | | of/address: Don't throw errors on absent ranges properties | Benjamin Herrenschmidt | 2014-11-18 | 1 | -1/+1 |
* | | of: Request and map make argument name constant | Matthias Brugger | 2014-11-04 | 1 | -1/+1 |
|/ |
|
* | of/pci: Fix the conversion of IO ranges into IO resources | Liviu Dudau | 2014-10-01 | 1 | -4/+40 |
* | of/pci: Move of_pci_range_to_resource() to of/address.c | Liviu Dudau | 2014-09-30 | 1 | -0/+9 |
* | of/pci: Add pci_register_io_range() and pci_pio_to_address() | Liviu Dudau | 2014-09-30 | 1 | -0/+109 |
* | of: Provide a function to request and map memory | Matthias Brugger | 2014-07-23 | 1 | -0/+36 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 2014-06-06 | 1 | -0/+110 |
|\ |
|
| * | of: introduce of_dma_is_coherent() helper | Santosh Shilimkar | 2014-05-06 | 1 | -0/+23 |
| * | of: introduce of_dma_get_range() helper | Grygorii Strashko | 2014-05-06 | 1 | -0/+87 |
* | | of: kill off of_can_translate_address | Rob Herring | 2014-05-13 | 1 | -21/+1 |
|/ |
|
* | Merge tag 'v3.14-rc5' into HEAD | Grant Likely | 2014-03-04 | 1 | -2/+3 |
|\ |
|
| * | of: fix PCI bus match for PCIe slots | Kleber Sacilotto de Souza | 2014-02-05 | 1 | -2/+3 |
* | | of: Allows to use the PCI translator without the PCI core | Gregory CLEMENT | 2014-02-20 | 1 | -3/+5 |
|/ |
|
* | Revert "of/address: Handle #address-cells > 2 specially" | Rob Herring | 2013-12-30 | 1 | -8/+0 |
* | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 | 1 | -5/+5 |
|\ |
|
| * | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely | 2013-10-24 | 1 | -2/+2 |
| * | of: Fix dereferencing node name in debug output to be safe | Grant Likely | 2013-10-15 | 1 | -3/+3 |
* | | of: implement pci_address_to_pio as weak function | Rob Herring | 2013-10-10 | 1 | -0/+8 |
|/ |
|
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-07-05 | 1 | -2/+6 |
|\ |
|
| * | of: Fix address decoding on Bimini and js2x machines | Benjamin Herrenschmidt | 2013-07-04 | 1 | -2/+6 |
* | | of/pci: Provide support for parsing PCI DT ranges property | Andrew Murray | 2013-05-19 | 1 | -0/+67 |
|/ |
|
* | of: fix spelling mistake in comment | Andrew Murray | 2013-01-09 | 1 | -1/+1 |
* | of/address: sparse fixes | Kim Phillips | 2012-10-17 | 1 | -12/+12 |
* | of/address: Handle #address-cells > 2 specially | Thierry Reding | 2012-09-07 | 1 | -0/+8 |
* | of: Allow busses with #size-cells=0 | Stephen Warren | 2012-08-03 | 1 | -4/+23 |