aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-v3-semi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-20PCI: v3-semi: Remove unneeded breakTom Rix1-1/+0
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas1-3/+2
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-5/+0
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski1-3/+2
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-2/+0
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring1-2/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-10PCI: v3: Use pci_host_probe() to register hostRob Herring1-12/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/v3-semi'Bjorn Helgaas1-1/+1
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma1-2/+2
2020-05-05PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET1-1/+1
2019-11-20PCI: v3-semi: Use inbound resources for setupRob Herring1-22/+16
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-1/+2
2019-10-29PCI: v3-semi: Use pci_parse_request_of_pci_ranges()Rob Herring1-29/+6
2018-07-18PCI: v3-semi: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+963