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