summaryrefslogtreecommitdiff
path: root/drivers/pci/of_property.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-28PCI: of: Create device tree PCI host bridge nodeHerve Codina1-0/+103
2025-02-28PCI: of_property: Constify parameter in of_pci_get_addr_flags()Herve Codina1-1/+1
2025-02-28PCI: of_property: Add support for NULL pdev in of_pci_set_address()Herve Codina1-3/+7
2025-01-18PCI: of_property: Rename struct of_pci_range to of_pci_range_entryBjorn Helgaas1-2/+2
2024-11-15PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodesAndrea della Porta1-1/+1
2024-07-08PCI: of_property: Add interrupt-controller property in PCI device nodesHerve Codina1-0/+24
2024-05-02PCI: of_property: Return error for int_map allocation failureDuoming Zhou1-0/+2
2023-09-29PCI: of_property: Handle interrupt parsing failuresLizhi Hou1-7/+18
2023-08-22PCI: Create device tree node for bridgeLizhi Hou1-0/+355