aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode()Kishon Vijay Abraham I1-5/+7
2018-10-17PCI: keystone: Cleanup outbound window configurationKishon Vijay Abraham I1-15/+17
2018-10-17PCI: keystone: Get number of outbound windows from DTKishon Vijay Abraham I1-2/+11
2018-10-17PCI: keystone: Cleanup configuration space accessKishon Vijay Abraham I1-50/+20
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-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 I4-541/+489
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-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff1-1/+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-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-2/+2
2018-10-11PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed3-0/+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 Hellwig1-1/+1
2018-10-10PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig1-1/+1
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe3-0/+644
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-101/+0
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-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-10-05Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pciGreg Kroah-Hartman2-12/+67
2018-10-05PCI: imx: Add PME_Turn_Off supportLeonard Crestez1-0/+24
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-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 Westerberg3-0/+53
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
2018-10-02PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg1-2/+2
2018-10-02PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg1-2/+4