summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2021-08-04PCI: mvebu: Setup BAR0 in order to fix MSIShmuel Hazan1-4/+12
2021-07-20PCI: iproc: Support multi-MSI only on uniprocessor kernelSandor Bodo-Merle1-1/+7
2021-07-20PCI: iproc: Fix multi-MSI base vector number allocationSandor Bodo-Merle1-10/+11
2021-07-20PCI: tegra: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-19PCI: aardvark: Implement workaround for the readback value of VEND_IDPali Rohár1-0/+11
2021-07-19PCI: aardvark: Fix checking for PIO Non-posted RequestPali Rohár1-1/+1
2021-07-14PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()Haiyang Zhang1-0/+3
2021-06-23PCI: aardvark: Fix kernel panic during PIO transferPali Rohár1-9/+40
2021-06-23PCI: aardvark: Don't rely on jiffies while holding spinlockRemi Pommarel1-5/+5
2021-05-22PCI: thunder: Fix compile testingArnd Bergmann2-7/+8
2021-05-19PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()Pali Rohár1-1/+1
2021-03-17PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński1-2/+5
2021-03-17PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser1-7/+3
2021-03-04PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith1-1/+3
2020-12-30PCI: iproc: Fix out-of-bound array accessesBharat Gooty1-5/+5
2020-11-18PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith1-0/+13
2020-10-29PCI: iproc: Set affinity mask on MSI interruptsMark Tomlinson1-4/+9
2020-10-29PCI: aardvark: Check for errors from pci_bridge_emul_init() callPali Rohár1-4/+7
2020-10-01PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-10-01PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-09-03PCI: qcom: Add missing reset for ipq806xAnsuel Smith1-0/+12
2020-09-03PCI: qcom: Change duplicate PCI reset to phy resetAbhishek Sahu1-10/+8
2020-09-03PCI: qcom: Add missing ipq806x clocks in PCIe driverAnsuel Smith1-5/+33
2020-08-21PCI: qcom: Add support for tx term offset for rev 2.1.0Ansuel Smith1-1/+16
2020-08-21PCI: qcom: Define some PARF params needed for ipq8064 SoCAnsuel Smith1-0/+24
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+3
2020-08-19PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I1-2/+7
2020-08-11PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet1-32/+0
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner1-2/+3
2020-06-24PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier1-2/+2
2020-06-24PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier1-0/+2
2020-06-24PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-24PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET1-1/+1
2020-06-24PCI: vmd: Filter resource type bits from shadow registerJon Derrick1-2/+4
2020-06-24PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár1-4/+0
2020-06-22PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick1-0/+2
2020-04-17PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson1-1/+7
2020-02-24PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-inWei Liu1-0/+24
2020-02-14PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler1-1/+1
2020-02-11PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I1-1/+1
2020-02-11PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-02-11PCI: keystone: Fix outbound region mappingYurii Monakov1-1/+1
2020-02-11PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf1-1/+1
2020-01-26PCI: mobiveil: Fix csr_read()/write() build issueKefeng Wang1-57/+62
2020-01-17PCI: dwc: Fix find_next_bit() usageNiklas Cassel1-5/+6
2020-01-17PCI: aardvark: Fix PCI_EXP_RTCTL register configurationRemi Pommarel1-4/+9
2020-01-17PCI: aardvark: Use LTSSM state to build link training flagRemi Pommarel1-1/+28
2020-01-17PCI: amlogic: Fix probed clock namesNeil Armstrong1-3/+3
2019-12-21PCI: rcar: Fix missing MACCTLR register setting in initialization sequenceYoshihiro Shimoda1-0/+6
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-109/+2469