aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-04PCI: of: Allow matching of an interrupt-map local to a PCI deviceMarc Zyngier1-2/+8
2021-08-04PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'Rob Herring1-1/+1
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2021-06-18PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GBPunit Agrawal1-0/+2
2021-05-25PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Jean-Philippe Brucker1-0/+7
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński1-4/+18
2020-11-18PCI: of: Warn if non-prefetchable memory aperture size is > 32-bitVidya Sagar1-0/+5
2020-08-05Merge branch 'pci/doc'Bjorn Helgaas1-0/+2
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-23/+22
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski1-0/+2
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-0/+3
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-20/+17
2020-07-23PCI: of: Reduce missing non-prefetchable memory region to a warningRob Herring1-4/+3
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-1/+1
2020-05-18PCI: of: Zero max-link-speed value is invalidPali Rohár1-1/+1
2019-11-20PCI: Make devm_of_pci_get_host_bridge_resources() staticRob Herring1-4/+1
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-7/+54
2019-10-29PCI: Export pci_parse_request_of_pci_ranges()Rob Herring1-0/+1
2019-08-30PCI: OF: Correct of_irq_parse_pci() documentationLubomir Rintel1-1/+1
2019-06-06PCI: OF: Initialize dev->fwnode appropriatelyJean-Philippe Brucker1-0/+8
2019-05-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-21/+23
2019-04-15PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint driversKishon Vijay Abraham I1-21/+23
2019-04-11PCI: OF: Support "external-facing" propertyJean-Philippe Brucker1-4/+10
2019-01-22PCI: Use of_node_name_eq() for node name comparisonsRob Herring1-1/+1
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta1-101/+0
2018-08-15Merge branch 'pci/resource'Bjorn Helgaas1-8/+6
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-06-19PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()Jan Kiszka1-8/+6
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge_resources()Jan Kiszka1-18/+12
2018-05-30PCI: Use dev_printk() in of_pci_get_host_bridge_resources()Jan Kiszka1-10/+10
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka1-4/+5
2018-05-30PCI: Rename of_pci_get_host_bridge_resources() device node parameterJan Kiszka1-9/+9
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-5/+1
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas1-1/+52
2018-01-31PCI: OF: Add generic function to parse and allocate PCI resourcesCyrille Pitchen1-0/+51
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-5/+1
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring1-2/+1
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring1-2/+513
2015-10-16PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier1-7/+6
2015-07-30PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier1-1/+6
2015-07-30PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier1-0/+25
2011-08-19PCI: OF: Don't crash when bridge parent is NULL.David Daney1-1/+1
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-0/+61