summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2019-02-22PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni
2019-02-22PCI: pci-bridge-emul: Create per-bridge copy of register behaviorThomas Petazzoni
2019-02-21PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu
2019-02-21PCI: layerscape: Add EP mode supportXiaowei Bao
2019-02-18PCI/MSI: Remove obsolete sanity checks for multiple interrupt setsThomas Gleixner
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei
2019-02-15PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg
2019-02-15PCI/portdrv: Support PCIe services on subtractive decode bridgesHonghui Zhang
2019-02-15PCI/portdrv: Use conventional Device ID table formattingBjorn Helgaas
2019-02-15PCI: designware-plat: Remove setting epc->features in Designware plat EP driverKishon Vijay Abraham I
2019-02-15PCI: rockchip: Remove pci_epf_linkup() from Rockchip EP driverKishon Vijay Abraham I
2019-02-15PCI: cadence: Remove pci_epf_linkup() from Cadence EP driverKishon Vijay Abraham I
2019-02-15PCI: pci-epf-test: Use pci_epc_get_features() to get EPC featuresKishon Vijay Abraham I
2019-02-15PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64BitKishon Vijay Abraham I
2019-02-15PCI: pci-epf-test: Remove setting epf_bar flags in function driverKishon Vijay Abraham I
2019-02-15PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flagsKishon Vijay Abraham I
2019-02-15PCI: endpoint: Add helper to get first unreserved BARKishon Vijay Abraham I
2019-02-14Revert "PCI/PME: Implement runtime PM callbacks"Mika Westerberg
2019-02-14PCI: cadence: Populate ->get_features() cdns_pcie_epc_opsKishon Vijay Abraham I
2019-02-14PCI: rockchip: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: designware-plat: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: endpoint: Add new pci_epc_ops to get EPC featuresKishon Vijay Abraham I
2019-02-13PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Wen Yang
2019-02-12PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failureTrent Piepho
2019-02-12PCI: dwc: Print debug error message when MSI-X entry control mask bit is setGustavo Pimentel
2019-02-11PCI/ASPM: Save LTR Capability for suspend/resumeBjorn Helgaas
2019-02-11PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe portsMika Westerberg
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-02-09PCI/ASPM: Use LTR if already enabled by platformBjorn Helgaas
2019-02-08Merge tag 'pci-v5.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-08PCI: Clean up usage of __u32 typeLogan Gunthorpe
2019-02-06PCI: Work around Synopsys duplicate Device ID (HAPS USB3, NXP i.MX)Thinh Nguyen
2019-02-04PCI: imx6: Add support for i.MX8MQAndrey Smirnov
2019-02-04PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov
2019-02-04PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov
2019-02-04PCI: imx6: Introduce drvdataAndrey Smirnov
2019-02-01PCI: Enable SERR# forwarding for all bridgesBharat Kumar Gogada
2019-02-01PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang
2019-02-01PCI: Add ACS quirk for HXT SD4800Shunyong Yang
2019-02-01PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)Gustavo Pimentel
2019-02-01PCI: dwc: Improve code readability and simplify mask/unmask operationsGustavo Pimentel
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()Gustavo Pimentel
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()Gustavo Pimentel
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()Gustavo Pimentel
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()Gustavo Pimentel
2019-02-01PCI: dwc: Remove unnecessary header include (signal.h)Gustavo Pimentel
2019-02-01PCI: dwc: Remove unnecessary header include (of_gpio.h)Gustavo Pimentel
2019-01-31Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds