summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI/portdrv: Move error handler methods to struct pcie_port_service_driverChristoph Hellwig2017-07-313-125/+9
| |/
* | Merge branch 'pci/endpoint' into nextBjorn Helgaas2017-09-0711-78/+276
|\ \
| * | tools: PCI: Add a missing option help lineStan Drozd2017-08-291-0/+1
| * | misc: pci_endpoint_test: Enable/Disable MSI using module paramKishon Vijay Abraham I2017-08-291-1/+5
| * | misc: pci_endpoint_test: Avoid using hard-coded BAR sizesKishon Vijay Abraham I2017-08-291-3/+2
| * | misc: pci_endpoint_test: Add support to not enable MSI interruptsKishon Vijay Abraham I2017-08-291-4/+9
| * | misc: pci_endpoint_test: Add support to provide aligned buffer addressesKishon Vijay Abraham I2017-08-291-15/+76
| * | misc: pci_endpoint_test: Add support for PCI_ENDPOINT_TEST regs to be mapped ...Kishon Vijay Abraham I2017-08-291-4/+21
| * | PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I2017-08-291-4/+0
| * | PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I2017-08-291-0/+13
| * | PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I2017-08-292-1/+3
| * | PCI: endpoint: Remove the ->remove() callbackShawn Lin2017-08-291-9/+0
| * | PCI: endpoint: Add support to poll early for host commandsKishon Vijay Abraham I2017-08-291-1/+11
| * | PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regsKishon Vijay Abraham I2017-08-291-18/+42
| * | PCI: endpoint: Do not reset *command* inadvertentlyKishon Vijay Abraham I2017-08-291-9/+11
| * | PCI: endpoint: Add "volatile" to pci_epf_test_regKishon Vijay Abraham I2017-08-291-1/+1
| * | PCI: endpoint: Add support for configurable page sizeKishon Vijay Abraham I2017-08-292-10/+57
| * | PCI: endpoint: Make ->remove() callback optionalKishon Vijay Abraham I2017-08-291-2/+3
| * | PCI: endpoint: Add an API to get matching "pci_epf_device_id"Kishon Vijay Abraham I2017-08-182-0/+18
| * | PCI: endpoint: Use of_dma_configure() to set initial DMA maskKishon Vijay Abraham I2017-08-181-2/+9
| |/
* | Merge branch 'pci/host-xilinx' into nextBjorn Helgaas2017-09-073-45/+28
|\ \
| * | PCI: xilinx-nwl: Fix platform_get_irq() error handlingFabio Estevam2017-09-051-1/+1
| * | PCI: xilinx: Allow build on MIPS platformsPaul Burton2017-08-161-1/+1
| * | PCI: xilinx: Don't enable config completion interruptsPaul Burton2017-08-161-2/+3
| * | PCI: xilinx: Unify INTx & MSI interrupt decodePaul Burton2017-08-161-33/+15
| * | PCI: xilinx-nwl: Translate INTx range to hwirqs 0-3Paul Burton2017-08-161-5/+4
| * | PCI: xilinx: Translate INTx range to hwirqs 0-3Paul Burton2017-08-161-3/+4
* | | Merge branch 'pci/host-xgene' into nextBjorn Helgaas2017-09-072-22/+21
|\ \ \
| * | | PCI: xgene: Clean up whitespaceBjorn Helgaas2017-09-071-19/+18
| * | | PCI: xgene: Define XGENE_PCI_EXP_CAP and use generic PCI_EXP_RTCTL offsetBjorn Helgaas2017-09-071-2/+2
| * | | PCI: xgene: Fix platform_get_irq() error handlingFabio Estevam2017-09-071-1/+1
| | |/ | |/|
* | | Merge branch 'pci/host-vmd' into nextBjorn Helgaas2017-09-075-19/+42
|\ \ \
| * | | iommu/vt-d: Prevent VMD child devices from being remapping targetsJon Derrick2017-08-301-0/+7
| * | | x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick2017-08-301-1/+1
| * | | x86/PCI: Move VMD quirk to x86 fixupsJon Derrick2017-08-302-17/+17
| * | | MAINTAINERS: Add Jonathan Derrick as VMD maintainerJon Derrick2017-08-301-0/+1
| * | | PCI: vmd: Remove IRQ affinity so we can allocate more IRQsKeith Busch2017-08-301-10/+2
| * | | PCI: vmd: Free up IRQs on suspend pathScott Bauer2017-08-141-0/+15
| * | | PCI: vmd: Assign vector zero to all bridgesKeith Busch2017-08-031-1/+1
| * | | PCI: vmd: Reserve IRQ pre-vector for better affinityKeith Busch2017-08-031-2/+10
| |/ /
* | | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2017-09-071-3/+3
|\ \ \
| * | | PCI: tegra: Explicitly request exclusive reset controlPhilipp Zabel2017-08-031-3/+3
| |/ /
* | | Merge branch 'pci/host-spear13xx' into nextBjorn Helgaas2017-09-071-2/+2
|\ \ \
| * | | PCI: spear13xx: Fix platform_get_irq() error handlingFabio Estevam2017-09-051-2/+2
| |/ /
* | | Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2017-09-075-163/+433
|\ \ \
| * | | PCI: rockchip: Fix platform_get_irq() error handlingFabio Estevam2017-09-051-3/+3
| * | | PCI: rockchip: Umap IO space if probe failsJeffy Chen2017-08-291-3/+5
| * | | PCI: rockchip: Remove IRQ domain if probe failsJeffy Chen2017-08-291-1/+3
| * | | PCI: rockchip: Disable vpcie0v9 if resume_noirq failsJeffy Chen2017-08-291-1/+4
| * | | PCI: rockchip: Clean up PHY if driver probe or resume failsShawn Lin2017-08-291-17/+29