summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: hisi: Use generic DesignWare accessorsBjorn Helgaas2016-10-121-21/+8
* PCI: hisi: Remove redundant struct hisi_pcie.reg_baseBjorn Helgaas2016-10-121-8/+5
* PCI: hisi: Name private struct pointer "hisi_pcie" consistentlyBjorn Helgaas2016-10-121-13/+13
* PCI: hisi: Remove unused platform dataBjorn Helgaas2016-10-121-2/+0
* PCI: hisi: Add local struct device pointersBjorn Helgaas2016-10-121-12/+14
* PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val argumentsBjorn Helgaas2016-10-111-16/+16
* PCI: designware: Uninline register accessorsBjorn Helgaas2016-10-111-2/+2
* PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()Bjorn Helgaas2016-10-112-2/+4
* PCI: designware: Swap order of dw_pcie_writel_rc() reg/val argumentsBjorn Helgaas2016-10-113-26/+26
* PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfacesBjorn Helgaas2016-10-113-11/+8
* PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()Kishon Vijay Abraham I2016-10-111-8/+2
* PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()Bjorn Helgaas2016-10-061-4/+4
* Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-10-059-67/+66
|\
| * x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch2016-10-045-15/+17
| * x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descsKeith Busch2016-09-191-0/+2
| * x86/PCI: VMD: Eliminate index member from IRQ listJon Derrick2016-09-191-7/+13
| * x86/PCI: VMD: Eliminate vmd_vector member from list typeJon Derrick2016-09-191-8/+5
| * x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() APIJon Derrick2016-09-191-12/+3
| * x86/PCI: VMD: Allocate IRQ lists with correct MSI-X countJon Derrick2016-09-191-5/+5
| * PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig2016-08-163-26/+23
| * PCI: Update "pci=resource_alignment" documentationMathias Koehrer2016-08-091-0/+4
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-----------------. \ Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas2016-10-0521-224/+1925
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | microblaze/PCI: Add multidomain support for procfsBharat Kumar Gogada2016-09-131-2/+2
| | | | | | | | | | * | PCI: xilinx: Dispose of MSI virtual IRQBharat Kumar Gogada2016-09-131-0/+1
| | | | | | | | | | * | PCI: xilinx: Clear correct MSI set bitBharat Kumar Gogada2016-09-131-2/+4
| | | | | | | | | | * | PCI: xilinx: Clear interrupt register for invalid interruptBharat Kumar Gogada2016-09-131-2/+3
| | | | | | | | | | * | PCI: xilinx: Keep both legacy and MSI interrupt domain referencesBharat Kumar Gogada2016-09-131-11/+15
| | | | | | | | | | * | PCI: xilinx-nwl: Enable all MSI interrupts using MSI maskBharat Kumar Gogada2016-09-131-2/+2
| | | | | | | | | | * | PCI: xilinx-nwl: Expand error loggingBharat Kumar Gogada2016-09-131-8/+40
| | | | | | | | | | |/
| | | | | | | | | * | PCI: tegra: Use of_device_get_match_data()Thierry Reding2016-08-181-6/+1
| | | | | | | | | * | PCI: tegra: Remove redundant _data suffixThierry Reding2016-08-181-21/+21
| | | | | | | | | |/
| | | | | | | | * | PCI: rockchip: Fix wrong transmitted FTS countShawn Lin2016-10-041-0/+10
| | | | | | | | * | PCI: rockchip: Improve the deassert sequence of four reset pinsShawn Lin2016-10-041-6/+10
| | | | | | | | * | PCI: rockchip: Increase the Max Credit update intervalRajat Jain2016-10-041-0/+17
| | | | | | | | * | PCI: rockchip: Add Rockchip PCIe controller supportShawn Lin2016-09-034-0/+1219
| | | | | | | | * | dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe controllerShawn Lin2016-09-011-0/+106
| | | | | | | | |/
| | | | | | | * | PCI: rcar: Try increasing PCIe link speed to 5 GT/s at bootSergei Shtylyov2016-10-041-0/+66
| | | | | | | * | PCI: rcar: Fix some checkpatch warningsSergei Shtylyov2016-09-141-10/+19
| | | | | | | * | PCI: rcar: Add multi-MSI supportGrigory Kletsko2016-09-141-2/+70
| | | | | | | * | PCI: rcar: Don't disable/unprepare clocks on prepare/enable failureGeert Uytterhoeven2016-09-131-2/+2
| | | | | | | * | PCI: rcar: Consolidate register space lookup and ioremapBjorn Helgaas2016-08-221-6/+4
| | | | | | | |/
| | | | | | * / PCI: keystone: Propagate request_irq() failureWei Yongjun2016-08-221-2/+3
| | | | | | |/
| | | | | * | PCI: hv: Handle hv_pci_generic_compl() error caseDexuan Cui2016-09-061-4/+5
| | | | | * | PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()Dexuan Cui2016-09-061-2/+4
| | | | | * | PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_deviceDexuan Cui2016-09-061-1/+0
| | | | | * | PCI: hv: Use pci_function_description[0] in struct definitionsDexuan Cui2016-09-061-2/+2
| | | | | * | PCI: hv: Use zero-length array in struct pci_packetDexuan Cui2016-09-061-22/+20
| | | | | * | PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()Wei Yongjun2016-08-221-2/+1
| | | | | |/
| | | | * | PCI: designware: Remove redundant platform_get_resource() return value checkWei Yongjun2016-08-231-3/+0
| | | | * | PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'Dong Bo2016-08-231-5/+5