aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/of.c
AgeCommit message (Expand)Author
2019-08-06PCI: OF: Initialize dev->fwnode appropriatelyJean-Philippe Brucker
2019-05-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas
2019-04-15PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint driversKishon Vijay Abraham I
2019-04-11PCI: OF: Support "external-facing" propertyJean-Philippe Brucker
2019-01-22PCI: Use of_node_name_eq() for node name comparisonsRob Herring
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta
2018-08-15Merge branch 'pci/resource'Bjorn Helgaas
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov
2018-06-19PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()Jan Kiszka
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka
2018-05-30PCI: Use dev_printk() in of_pci_get_host_bridge_resources()Jan Kiszka
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka
2018-05-30PCI: Rename of_pci_get_host_bridge_resources() device node parameterJan Kiszka
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas
2018-01-31PCI: OF: Add generic function to parse and allocate PCI resourcesCyrille Pitchen
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring
2015-10-16PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier
2015-07-30PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier
2015-07-30PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier
2011-08-19PCI: OF: Don't crash when bridge parent is NULL.David Daney
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt