summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: keystone: Pass keystone_pcie, not va_app_base, to DBI functionsBjorn Helgaas2016-10-121-12/+12
* PCI: keystone: Pass keystone_pcie, not address, to IRQ functionsBjorn Helgaas2016-10-123-13/+12
* PCI: keystone: Use generic DesignWare accessorsBjorn Helgaas2016-10-121-6/+7
* PCI: keystone: Add local struct device pointersBjorn Helgaas2016-10-122-18/+24
* 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-053-0/+779
|\
| * x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch2016-10-043-0/+778
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-----------------. \ Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas2016-10-0517-222/+1805
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | 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-033-0/+1210
| | | | | | | | |/
| | | | | | | * | 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
| | | | * | PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2Pratyush Anand2016-08-222-7/+20
| | | | * | PCI: designware: Check LTSSM training bit before deciding link is upJisheng Zhang2016-08-181-2/+4
| | | | * | PCI: designware: Add iATU Unroll featureJoao Pinto2016-08-172-11/+87
| | | | * | PCI: designware: Wait for iATU enableJoao Pinto2016-08-171-3/+15
| | | | * | PCI: designware: Move link wait definitions to .c fileJoao Pinto2016-08-172-5/+5
| | | | * | PCI: designware: Return data directly from dw_pcie_readl_rc()Bjorn Helgaas2016-08-173-15/+17
| | | | |/
| | | * / PCI: artpec6: Drop __init from artpec6_add_pcie_port()Niklas Cassel2016-09-141-2/+2
| | | |/
| | * | PCI: altera: Remove redundant platform_get_resource() return value checkBjorn Helgaas2016-09-121-10/+0
| | * | PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan2016-09-121-60/+91
| | * | PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan2016-08-261-23/+41