summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/host-imx6' into nextBjorn Helgaas2017-07-032-1/+40
|\
| * PCI: imx6: Add regulator supportQuentin Schulz2017-07-032-1/+40
* | Merge branch 'pci/host-hv' into nextBjorn Helgaas2017-07-032-81/+370
|\ \
| * | PCI: hv: Use vPCI protocol version 1.2Jork Loeser2017-07-032-54/+252
| * | PCI: hv: Add vPCI version protocol negotiationJork Loeser2017-07-031-19/+53
| * | PCI: hv: Temporary own CPU-number-to-vCPU-number infraJork Loeser2017-07-031-2/+50
| * | PCI: hv: Use page allocation for hbus structureJork Loeser2017-07-031-3/+12
| * | PCI: hv: Fix comment formatting and use proper integer fieldsJork Loeser2017-07-031-5/+5
| |/
* | Merge branch 'pci/host-faraday' into nextBjorn Helgaas2017-07-032-0/+63
|\ \
| * | PCI: faraday: Add clock handlingLinus Walleij2017-07-031-0/+56
| * | PCI: faraday: Add clock bindingsLinus Walleij2017-07-031-0/+7
| |/
* | Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas2017-07-032-2/+3
|\ \
| * | PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAINArvind Yadav2017-07-031-2/+2
| * | PCI: dwc: dra7xx: Depend on appropriate SoC or compile testPeter Robinson2017-07-031-0/+1
| |/
* | Merge branch 'pci/host-designware' into nextBjorn Helgaas2017-07-0312-16/+19
|\ \
| * | PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang2017-07-0311-13/+13
| * | PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang2017-07-033-3/+6
| |/
* | Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-0331-295/+579
|\|
| * arm64: PCI: Drop DT IRQ allocation from pcibios_alloc_irq()Lorenzo Pieralisi2017-07-021-6/+4
| * PCI: xilinx-nwl: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi2017-07-021-0/+2
| * PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi2017-07-021-0/+2
| * PCI: xgene: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi2017-07-021-0/+2
| * PCI: altera: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-2/+2
| * PCI: versatile: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-2/+2
| * PCI: generic: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-4/+2
| * PCI: faraday: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-1/+2
| * PCI: designware: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-5/+2
| * PCI: iproc: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-3/+2
| * PCI: rcar: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-2/+2
| * PCI: xilinx: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-3/+2
| * PCI: tegra: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-1/+2
| * ARM/PCI: Remove pci_fixup_irqs() call for bios32 host controllersLorenzo Pieralisi2017-07-021-2/+3
| * PCI: Add a call to pci_assign_irq() in pci_device_probe()Matthew Minter2017-07-021-0/+2
| * OF/PCI: Update of_irq_parse_and_map_pci() commentMatthew Minter2017-07-021-1/+2
| * PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter2017-07-022-10/+36
| * PCI: Add IRQ mapping function pointers to pci_host_bridge structMatthew Minter2017-07-021-0/+2
| * PCI: Build setup-irq.o on all archesMatthew Minter2017-07-021-15/+2
| * PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi2017-07-022-26/+5
| * PCI: xilinx-nwl: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-10/+18
| * PCI: rockchip: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-6/+16
| * PCI: generic: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-5/+18
| * PCI: xgene: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-6/+15
| * PCI: xilinx: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-10/+19
| * PCI: altera: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-6/+16
| * PCI: versatile: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-3/+17
| * PCI: iproc: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-023-22/+30
| * PCI: rcar: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-14/+24
| * PCI: aardvark: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-6/+15
| * PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-14/+22
| * ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-06-288-46/+91