aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-301-1/+2
* PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO responsePali Rohár2021-09-301-1/+1
* PCI: aardvark: Fix reporting CRS valuePali Rohár2021-09-261-4/+63
* PCI: iproc: Fix BCMA probe resource handlingRob Herring2021-09-221-10/+6
* PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I2021-09-221-0/+19
* PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I2021-09-221-4/+36
* PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani2021-09-224-0/+38
* PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2021-09-222-2/+2
* PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()Dinghao Liu2021-09-221-2/+2
* PCI: tegra: Fix OF node reference leakChristophe JAILLET2021-09-221-5/+8
* PCI: tegra194: Fix MSI-X programmingOm Prakash Singh2021-09-221-1/+1
* PCI: tegra194: Fix handling BME_CHGED eventOm Prakash Singh2021-09-221-15/+15
* PCI: aardvark: Fix masking and unmasking legacy INTx interruptsPali Rohár2021-09-181-0/+9
* PCI: aardvark: Fix checking for PIO statusEvan Wang2021-09-181-8/+54
* PCI: aardvark: Configure PCIe resources from 'ranges' DT propertyPali Rohár2021-09-181-1/+194
* PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon2021-09-181-0/+12
* PCI: tegra194: Fix tegra_pcie_ep_raise_msi_irq() ill-defined shiftJon Hunter2021-07-201-1/+1
* PCI: intel-gw: Fix INTx enableMartin Blumenstingl2021-07-201-4/+6
* PCI: iproc: Support multi-MSI only on uniprocessor kernelSandor Bodo-Merle2021-07-201-1/+7
* PCI: iproc: Fix multi-MSI base vector number allocationSandor Bodo-Merle2021-07-201-10/+11
* PCI: rockchip: Register IRQ handlers after device and data are readyJavier Martinez Canillas2021-07-201-6/+6
* PCI: tegra: Add missing MODULE_DEVICE_TABLEZou Wei2021-07-201-0/+1
* PCI: hv: Fix a race condition when removing the deviceLong Li2021-07-201-7/+23
* PCI: ftpci100: Rename macro name collisionRandy Dunlap2021-07-201-15/+15
* PCI: aardvark: Implement workaround for the readback value of VEND_IDPali Rohár2021-07-191-0/+11
* PCI: aardvark: Fix checking for PIO Non-posted RequestPali Rohár2021-07-191-1/+1
* PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()Haiyang Zhang2021-07-141-0/+3
* PCI: aardvark: Fix kernel panic during PIO transferPali Rohár2021-06-231-9/+40
* PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Dinghao Liu2021-05-221-1/+1
* PCI: thunder: Fix compile testingArnd Bergmann2021-05-222-7/+8
* PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()Pali Rohár2021-05-191-1/+1
* PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I2021-05-141-1/+2
* PCI: xgene: Fix cfg resource mappingDejin Zheng2021-05-141-1/+2
* PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński2021-03-171-2/+5
* PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser2021-03-171-7/+3
* PCI: cadence: Retrain Link to work around Gen2 training defectNadeem Athani2021-03-113-19/+76
* PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai2021-03-041-6/+6
* PCI: cadence: Fix DMA range mapping early return errorKrzysztof Wilczyński2021-03-041-2/+3
* PCI: xilinx-cpm: Fix reference count leak on error pathPan Bian2021-03-041-0/+1
* PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut2021-03-041-1/+1
* PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith2021-03-041-1/+3
* PCI: iproc: Invalidate correct PAXB inbound windowsRoman Bacik2020-12-301-2/+11
* PCI: iproc: Fix out-of-bound array accessesBharat Gooty2020-12-301-5/+5
* PCI: brcmstb: Initialize "tmp" before useJim Quinlan2020-12-301-0/+1
* PCI: mvebu: Fix duplicate resource requestsRob Herring2020-11-041-13/+10
* PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring2020-11-041-2/+6
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-2240-1426/+1935
|\
| * Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2020-10-211-4/+0
| |\
| | * PCI: xilinx-cpm: Remove leftover bridge initializationLorenzo Pieralisi2020-09-071-4/+0
| * | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2020-10-211-2/+2
| |\ \