summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-v3-semi.c
AgeCommit message (Expand)Author
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2023-07-13PCI: v3: Use devm_platform_get_and_ioremap_resource()Yang Li
2022-11-17PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas
2020-10-20PCI: v3-semi: Remove unneeded breakTom Rix
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-10PCI: v3: Use pci_host_probe() to register hostRob Herring
2020-06-04Merge branch 'remotes/lorenzo/pci/v3-semi'Bjorn Helgaas
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma
2020-05-05PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET
2019-11-20PCI: v3-semi: Use inbound resources for setupRob Herring
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring
2019-10-29PCI: v3-semi: Use pci_parse_request_of_pci_ranges()Rob Herring
2018-07-18PCI: v3-semi: Fix I/O space page leakSergei Shtylyov
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin