summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-151-17/+0
|\
| * Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-7/+4
| |\
| * \ Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-312-4/+4
| |\ \
| * | | Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"Nicolas Saenz Julienne2020-08-181-17/+0
* | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-1/+4
|\ \ \ \
| * | | | PCI: hv: Document missing hv_pci_protocol_negotiation() parameterKrzysztof Wilczyński2020-09-281-1/+4
| |/ / /
* | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-123-9/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-0/+3
| * | | PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSIThomas Gleixner2020-09-161-0/+6
| * | | x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-161-8/+0
| * | | x86/msi: Consolidate MSI allocationThomas Gleixner2020-09-161-1/+1
| * | | PCI: vmd: Dont abuse vector irqomain as parentThomas Gleixner2020-09-161-1/+2
| | |/ | |/|
* | | Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-021-7/+4
|\ \ \ | |/ / |/| |
| * | PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()Lorenzo Pieralisi2020-09-081-7/+4
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-4/+4
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0863-1343/+2159
|\
| * Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-0621-83/+29
| |\
| | * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-0321-82/+29
| * | Merge branch 'pci/doc'Bjorn Helgaas2020-08-062-1/+2
| |\ \
| | * | PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-062-1/+2
| | |/
| * | Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-0639-782/+203
| |\ \
| | * | PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-0420-37/+2
| | * | PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-0420-123/+7
| | * | PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring2020-08-041-126/+46
| | * | PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-231-41/+4
| | * | PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring2020-07-231-5/+2
| | * | PCI: cadence: Remove private bus number and range storageRob Herring2020-07-234-26/+24
| | * | PCI: cadence: Use bridge resources for outbound window setupRob Herring2020-07-231-21/+16
| | * | PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-237-18/+3
| | * | PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-14/+5
| | * | PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-11/+7
| | * | PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+4
| | * | PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+3
| | * | PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-8/+3
| | * | PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-234-15/+10
| | * | PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+6
| | * | PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-2310-13/+0
| | * | PCI: Set default bridge parent deviceRob Herring2020-07-2320-21/+0
| | * | PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring2020-07-231-1/+0
| | * | PCI: controller: Remove duplicate error messageDejin Zheng2020-07-234-15/+4
| | * | PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng2020-07-105-16/+7
| | * | PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-108-25/+13
| | * | PCI: xilinx: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
| | * | PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring2020-07-101-13/+1
| | * | PCI: rockchip: Use pci_host_probe() to register hostRob Herring2020-07-102-15/+4
| | * | PCI: rcar: Use pci_host_probe() to register hostRob Herring2020-07-101-17/+1
| | * | PCI: iproc: Use pci_host_probe() to register hostRob Herring2020-07-102-15/+5
| | * | PCI: altera: Use pci_host_probe() to register hostRob Herring2020-07-101-16/+1
| | * | PCI: xgene: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
| | * | PCI: versatile: Use pci_host_probe() to register hostRob Herring2020-07-101-13/+1