summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-021-2/+2
| | * | | PCI: dwc: dra7xx: Depend on appropriate SoC or compile testPeter Robinson2017-07-021-0/+1
| | |/ /
| * | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2017-07-0312-16/+19
| |\ \ \
| | * | | PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang2017-07-0211-13/+13
| | * | | PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang2017-07-023-3/+6
| | |/ /
| * | | Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-0319-235/+471
| |\ \ \ | | |/ /
| | * | 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
| | * | PCI: Add a call to pci_assign_irq() in pci_device_probe()Matthew Minter2017-07-021-0/+2
| | * | PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter2017-07-021-10/+35
| | * | PCI: Build setup-irq.o on all archesMatthew Minter2017-07-021-15/+2
| | * | PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi2017-07-021-22/+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
| | * | PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi2017-06-283-8/+4
| | * | PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+39
| | * | PCI: tegra: Fix host bridge memory leakageLorenzo Pieralisi2017-06-281-1/+1
| | * | PCI: faraday: Fix host bridge memory leakageLorenzo Pieralisi2017-06-281-1/+1
| | * | PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi2017-06-281-2/+22
| | * | PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi2017-06-281-3/+9
| | * | PCI: Initialize bridge release function at bridge allocationLorenzo Pieralisi2017-06-281-1/+1
| | * | PCI: faraday: Convert IRQ masking to raw PCI config accessorsLorenzo Pieralisi2017-06-281-33/+48
| | * | PCI: iproc: Convert link check to raw PCI config accessorsLorenzo Pieralisi2017-06-281-20/+74
| | * | PCI: xilinx-nwl: Remove nwl_pcie_enable_msi() unused bus parameterLorenzo Pieralisi2017-06-281-2/+2
| * | | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-07-036-102/+160
| |\ \ \
| | * | | PCI: Remove __pci_dev_reset() and pci_dev_reset()Christoph Hellwig2017-07-031-56/+52
| | * | | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-19/+15
| | * | | PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()Christoph Hellwig2017-06-141-8/+18
| | * | | PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski2017-06-143-8/+2
| | * | | PCI: Mark Intel XXV710 NIC INTx masking as brokenAlex Williamson2017-06-121-0/+4
OpenPOWER on IntegriCloud