aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-02-12PCI: dwc: Print debug error message when MSI-X entry control mask bit is setGustavo Pimentel1-1/+3
2019-02-11PCI/ASPM: Save LTR Capability for suspend/resumeBjorn Helgaas1-2/+51
2019-02-11PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe portsMika Westerberg1-0/+22
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman6-46/+33
2019-02-09PCI/ASPM: Use LTR if already enabled by platformBjorn Helgaas1-13/+23
2019-02-08Merge tag 'pci-v5.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+3
2019-02-08PCI: Clean up usage of __u32 typeLogan Gunthorpe1-2/+2
2019-02-06PCI: Work around Synopsys duplicate Device ID (HAPS USB3, NXP i.MX)Thinh Nguyen1-2/+3
2019-02-04PCI: imx6: Add support for i.MX8MQAndrey Smirnov2-4/+77
2019-02-04PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov1-4/+9
2019-02-04PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov1-0/+12
2019-02-04PCI: imx6: Introduce drvdataAndrey Smirnov1-19/+37
2019-02-01PCI: Enable SERR# forwarding for all bridgesBharat Kumar Gogada1-2/+19
2019-02-01PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang1-0/+2
2019-02-01PCI: Add ACS quirk for HXT SD4800Shunyong Yang1-0/+2
2019-02-01PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)Gustavo Pimentel1-3/+3
2019-02-01PCI: dwc: Improve code readability and simplify mask/unmask operationsGustavo Pimentel2-7/+7
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()Gustavo Pimentel1-3/+3
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()Gustavo Pimentel1-1/+1
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()Gustavo Pimentel1-5/+5
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()Gustavo Pimentel1-10/+10
2019-02-01PCI: dwc: Remove unnecessary header include (signal.h)Gustavo Pimentel1-1/+0
2019-02-01PCI: dwc: Remove unnecessary header include (of_gpio.h)Gustavo Pimentel1-1/+0
2019-01-31Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-20/+7
2019-01-31Revert "PCI: armada8k: Add support for gpio controlled reset signal"Baruch Siach1-16/+0
2019-01-31PCI: imx: Fix checking pd_pcie_phy device link additionLeonard Crestez1-4/+4
2019-01-31PCI: imx: Fix probe failure without power domainLeonard Crestez1-0/+3
2019-01-31PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIEKishon Vijay Abraham I1-0/+4
2019-01-31PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72xKishon Vijay Abraham I1-0/+77
2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang3-14/+10
2019-01-30PCI: Make pci_size() return real BAR sizeDu Changbin1-4/+4
2019-01-30PCI/VMD: Configure MPS settings before adding devicesJon Derrick1-1/+14
2019-01-29PCI: ibmphp: Turn semaphores into completions or mutexesArnd Bergmann3-36/+14
2019-01-29PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko1-6/+3
2019-01-22PCI: Use of_node_name_eq() for node name comparisonsRob Herring1-1/+1
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas2-41/+56
2019-01-22PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman1-3/+2
2019-01-22PCI: pci.c: convert to use BUS_ATTR_RWGreg Kroah-Hartman1-4/+3
2019-01-19Merge tag 'pci-v5.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-24/+23
2019-01-17PCI: Fix __initdata issue with "pci=disable_acs_redir" parameterLogan Gunthorpe1-1/+2
2019-01-15PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei1-9/+13
2019-01-14PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg1-1/+1
2019-01-14PCI: Fix PCI kconfig menu organizationRob Herring1-14/+8
2019-01-14PCI: Mark expected switch fall-throughMathieu Malaterre2-3/+3
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-7/+7
2019-01-08PCI: amlogic: Fix build failure due to missing gpio headerCorentin Labbe1-0/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-7/+7
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds22-184/+1521
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2019-01-02Merge branch 'pci/imx6'Bjorn Helgaas1-0/+10