aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/of.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29PCI: of: Destroy changeset when adding PCI device node failsGravatar Lizhi Hou 1-8/+11
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+79
2023-08-22PCI: Create device tree node for bridgeGravatar Lizhi Hou 1-0/+79
2023-08-09PCI: move OF status = "disabled" detection to dev->match_driverGravatar Vladimir Oltean 1-5/+0
2023-06-06PCI: of: Propagate firmware node by calling device_set_node()Gravatar Andy Shevchenko 1-10/+4
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-04-20PCI: Restrict device disabled status check to DTGravatar Rob Herring 1-6/+24
2023-04-18PCI: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+1
2022-05-13iommu/dma: Explicitly sort PCI DMA windowsGravatar Robin Murphy 1-7/+1
2022-04-25PCI: Add function for parsing 'slot-power-limit-milliwatt' DT propertyGravatar Pali Rohár 1-0/+70
2022-01-07PCI: Correct misspelled wordsGravatar Krzysztof Wilczyński 1-1/+1
2021-11-04PCI: of: Allow matching of an interrupt-map local to a PCI deviceGravatar Marc Zyngier 1-2/+8
2021-08-04PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'Gravatar Rob Herring 1-1/+1
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2021-06-18PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GBGravatar Punit Agrawal 1-0/+2
2021-05-25PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Gravatar Jean-Philippe Brucker 1-0/+7
2021-03-11PCI: Fix kernel-doc errorsGravatar Krzysztof Wilczyński 1-4/+18
2020-11-18PCI: of: Warn if non-prefetchable memory aperture size is > 32-bitGravatar Vidya Sagar 1-0/+5
2020-08-05Merge branch 'pci/doc'Gravatar Bjorn Helgaas 1-0/+2
2020-08-05Merge branch 'pci/host-probe-refactor'Gravatar Bjorn Helgaas 1-23/+22
2020-08-05PCI: Fix kerneldoc warningsGravatar Krzysztof Kozlowski 1-0/+2
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsGravatar Rob Herring 1-0/+3
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Gravatar Rob Herring 1-20/+17
2020-07-23PCI: of: Reduce missing non-prefetchable memory region to a warningGravatar Rob Herring 1-4/+3
2020-07-10PCI: Treat "external-facing" devices themselves as internalGravatar Rajat Jain 1-1/+1
2020-05-18PCI: of: Zero max-link-speed value is invalidGravatar Pali Rohár 1-1/+1
2019-11-20PCI: Make devm_of_pci_get_host_bridge_resources() staticGravatar Rob Herring 1-4/+1
2019-11-20PCI: of: Add inbound resource parsing to helpersGravatar Rob Herring 1-7/+54
2019-10-29PCI: Export pci_parse_request_of_pci_ranges()Gravatar Rob Herring 1-0/+1
2019-08-30PCI: OF: Correct of_irq_parse_pci() documentationGravatar Lubomir Rintel 1-1/+1
2019-06-06PCI: OF: Initialize dev->fwnode appropriatelyGravatar Jean-Philippe Brucker 1-0/+8
2019-05-13Merge branch 'remotes/lorenzo/pci/keystone'Gravatar Bjorn Helgaas 1-21/+23
2019-04-15PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint driversGravatar Kishon Vijay Abraham I 1-21/+23
2019-04-11PCI: OF: Support "external-facing" propertyGravatar Jean-Philippe Brucker 1-4/+10
2019-01-22PCI: Use of_node_name_eq() for node name comparisonsGravatar Rob Herring 1-1/+1
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooGravatar Nipun Gupta 1-101/+0
2018-08-15Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-8/+6
2018-07-18PCI: OF: Fix I/O space page leakGravatar Sergei Shtylyov 1-1/+1
2018-06-19PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()Gravatar Jan Kiszka 1-8/+6
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Gravatar Jan Kiszka 1-18/+12
2018-05-30PCI: Use dev_printk() in of_pci_get_host_bridge_resources()Gravatar Jan Kiszka 1-10/+10
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Gravatar Jan Kiszka 1-4/+5
2018-05-30PCI: Rename of_pci_get_host_bridge_resources() device node parameterGravatar Jan Kiszka 1-9/+9
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-5/+1
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextGravatar Bjorn Helgaas 1-1/+52
2018-01-31PCI: OF: Add generic function to parse and allocate PCI resourcesGravatar Cyrille Pitchen 1-0/+51
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-5/+1
2018-01-25PCI: Make of_irq_parse_pci() staticGravatar Rob Herring 1-2/+1
2018-01-17PCI: Move OF-related PCI functions into PCI coreGravatar Rob Herring 1-2/+513