summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie7-24/+93
2017-04-04PCI: imx6: Do not switch speed if Gen2 is disabledAndrey Smirnov1-26/+26
2017-04-04PCI: imx6: Do not wait for speed change on i.MX7Andrey Smirnov1-4/+15
2017-04-04PCI: imx6: Allow probe deferral by reset GPIOAndrey Smirnov1-8/+17
2017-04-04PCI: imx6: Add code to support i.MX7DAndrey Smirnov1-25/+95
2017-04-04PCI: hv: Allocate interrupt descriptors with GFP_ATOMICK. Y. Srinivasan1-1/+1
2017-04-04PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUsK. Y. Srinivasan1-3/+8
2017-04-04PCI: Fix typo pci_cfg_access_lock() commentBrian Norris1-1/+1
2017-04-04PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy1-7/+7
2017-04-04PCI: dwc: designware: Move _unroll configurations to a separate functionKishon Vijay Abraham I1-39/+58
2017-04-04PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesKishon Vijay Abraham I3-26/+42
2017-04-04PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentKishon Vijay Abraham I3-14/+29
2017-04-04PCI: dwc: artpec6: Populate cpu_addr_fixup opsKishon Vijay Abraham I1-5/+6
2017-04-04PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I1-5/+6
2017-04-04PCI: dwc: designware: Add new *ops* for CPU addr fixupKishon Vijay Abraham I2-0/+4
2017-04-04PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter1-3/+4
2017-04-04PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas1-11/+11
2017-04-04PCI: dwc: Fix dw_pcie_ops NULL pointer dereferenceNiklas Cassel2-0/+8
2017-04-03PCI: dwc: Select PCI_HOST_COMMON for hisiArnd Bergmann1-0/+1
2017-04-03PCI: rockchip: Advertise 128-byte Read Completion Boundary supportShawn Lin1-0/+5
2017-04-03PCI: Avoid FLR for Intel 82579 NICsSasha Neftin2-0/+14
2017-04-03PCI: thunder-pem: Fix legacy firmware PEM-specific resourcesTomasz Nowicki1-2/+8
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-1/+1
2017-03-30PCI: Apply Cavium ACS quirk only to CN81xx/CN83xx/CN88xx devicesManish Jaggi1-0/+3
2017-03-30PCI: Recognize Thunderbolt devicesLukas Wunner2-0/+23
2017-03-29PCI: Short-circuit pci_device_is_present() for disconnected devicesKeith Busch1-0/+2
2017-03-29PCI/MSI: Skip disabling disconnected devicesKeith Busch1-1/+6
2017-03-29PCI: Don't attempt config access to disconnected devicesKeith Busch1-0/+18
2017-03-29PCI: Add device disconnected stateKeith Busch3-0/+25
2017-03-29PCI: Export PCI device config accessorsKeith Busch1-0/+38
2017-03-25PCI: mvebu: Avoid changing the SCC bit in the Link Status registerRussell King1-2/+3
2017-03-24PCI: faraday: Add Faraday Technology FTPCI100 PCI Host Bridge driverLinus Walleij3-0/+569
2017-03-24PCI: hv: Lock PCI bus on device ejectLong Li1-0/+4
2017-03-24PCI: hv: Properly handle PCI bus removeLong Li1-3/+17
2017-03-23PCI: rockchip: Make 'return 0' more obvious in probe()Brian Norris1-1/+1
2017-03-23PCI: rockchip: Unindent rockchip_pcie_set_power_limit()Bjorn Helgaas1-16/+17
2017-03-23PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host contro...Tomasz Nowicki1-2/+54
2017-03-23PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controllerTomasz Nowicki1-1/+1
2017-03-23PCI: rockchip: Handle regulator_get_current_limit() failure correctlyBrian Norris1-1/+2
2017-03-23PCI/MSI: Use dev_printk() when possibleBjorn Helgaas1-2/+4
2017-03-16PCI: iproc: Add PCI_DOMAIN dependency to PCI KconfigJon Mason1-1/+1
2017-03-14PCI: mvebu: Remove useless MSI enabling codeThomas Petazzoni1-17/+0
2017-03-14PCI: aardvark: Move to MSI handling using generic MSI supportThomas Petazzoni1-106/+67
2017-03-14PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zeroAdrian Hunter1-2/+4
2017-03-09PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas1-2/+2
2017-03-09PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Prarit Bhargava1-2/+0
2017-03-09PCI: iproc: Save host bridge window resource in struct iproc_pcieBjorn Helgaas3-21/+23
2017-03-07PCI/ASPM: Always set link->downstream to avoid NULL dereference on removeYinghai Lu1-3/+2
2017-03-07PCI: Prevent VPD access for QLogic ISP2722Ethan Zhao1-0/+1
2017-03-07PCI: exynos: Initialize elbi_base even when using PHY frameworkJaehoon Chung1-4/+4