summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-17PCI: keystone: Invoke runtime PM APIs to enable clockKishon Vijay Abraham I1-16/+12
2018-10-17PCI: keystone: Cleanup PHY handlingKishon Vijay Abraham I1-16/+106
2018-10-17PCI: keystone: Use SYSCON APIs to get device ID from control moduleKishon Vijay Abraham I1-13/+32
2018-10-17dt-bindings: PCI: keystone: Add bindings to get device control moduleKishon Vijay Abraham I1-0/+3
2018-10-17PCI: keystone: Use uniform function naming conventionKishon Vijay Abraham I1-110/+111
2018-10-17PCI: keystone: Remove redundant platform_set_drvdata() invocationKishon Vijay Abraham I1-2/+0
2018-10-17PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.cKishon Vijay Abraham I5-542/+490
2018-10-17PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()Kishon Vijay Abraham I3-5/+3
2018-10-17PCI: keystone: Do not initiate link training multiple timesKishon Vijay Abraham I1-6/+4
2018-10-17PCI: keystone: Move dw_pcie_setup_rc() out of ks_pcie_establish_link()Kishon Vijay Abraham I1-3/+2
2018-10-17PCI: keystone: Use quirk to set MRRS for PCI host bridgeKishon Vijay Abraham I1-22/+15
2018-10-17PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I1-0/+3
2018-10-15PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCIHonghui Zhang1-1/+1
2018-10-15PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang1-0/+11
2018-10-12dt-bindings: PCI: rcar: Add device tree support for r8a7744Biju Das1-0/+1
2018-10-12PCI: cadence: Write MSI data with 32bitsAlan Douglas1-1/+1
2018-10-12PCI: cadence: Use AXI region 0 to signal interrupts from EPAlan Douglas1-5/+6
2018-10-11PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas1-1/+0
2018-10-11PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed3-0/+20
2018-10-11NTB: switchtec_ntb: Update switchtec documentation with prerequisites for NTBWesley Yung1-10/+20
2018-10-11PCI: Fix Switchtec DMA aliasing quirk dmesg noiseLogan Gunthorpe1-2/+2
2018-10-11PCI: Add macro for Switchtec quirk declarationsLogan Gunthorpe1-56/+34
2018-10-11PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng1-0/+4
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig6-14/+5
2018-10-10PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig3-11/+2
2018-10-10PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig4-19/+6
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe7-0/+763
2018-10-08PCI/AER: Use threaded IRQ for bottom halfKeith Busch1-47/+13
2018-10-08PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch1-4/+2
2018-10-08PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch1-77/+11
2018-10-08PCI/AER: Remove error source from AER struct aer_rpcKeith Busch1-17/+16
2018-10-08PCI/AER: Remove unused aer_error_resume()Keith Busch1-13/+0
2018-10-05PCI: imx: Add PME_Turn_Off supportLeonard Crestez1-0/+24
2018-10-05ARM: dts: imx7d: Add turnoff resetLeonard Crestez1-2/+3
2018-10-05dt-bindings: imx6q-pcie: Add turnoff reset for imx7dLeonard Crestez1-0/+1
2018-10-05reset: imx7: Add PCIE_CTRL_APPS_TURNOFFLeonard Crestez2-1/+4
2018-10-04PCI: Uninline PCI bus accessors for better ftracingKeith Busch1-2/+2
2018-10-04PCI / ACPI: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-10-04dt-bindings: PCI: rcar: Add device tree support for r8a7744Biju Das1-0/+1
2018-10-02x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick1-9/+3
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep29-111/+0
2018-10-02PCI: pnv_php: Use kmemdup()YueHaibing1-2/+1
2018-10-02PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing1-2/+0
2018-10-02PCI/ERR: Remove duplicated include from err.cYueHaibing1-1/+0
2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick1-13/+15
2018-10-02PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg4-0/+56
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg5-29/+86
2018-10-02PCI/PME: Implement runtime PM callbacksMika Westerberg1-0/+27
2018-10-02PCI: pciehp: Implement runtime PM callbacksMika Westerberg1-0/+18
2018-10-02PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg3-6/+28