summaryrefslogtreecommitdiff
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2021-03-17PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser1-7/+3
2020-02-15PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2019-11-28PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I1-0/+3
2019-11-12PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-06-22PCI: xilinx: Check for __get_free_pages() failureKangjie Lu1-2/+10
2019-06-22PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-01-17PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan1-60/+91
2019-01-17PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan1-23/+41
2019-01-17PCI: altera: Poll for link training status after retraining the linkLey Foon Tan1-8/+37
2019-01-17PCI: altera: Poll for link up status after retraining the linkLey Foon Tan1-1/+11
2019-01-17PCI: altera: Check link status before retrain linkLey Foon Tan1-0/+4
2019-01-17PCI: altera: Reorder read/write functionsBjorn Helgaas1-16/+16
2019-01-17PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan1-1/+2
2018-09-15PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni1-1/+1
2018-02-28PCI: keystone: Fix interrupt-controller-node lookupJohan Hovold1-2/+7
2018-01-31PCI: layerscape: Fix MSG TLP drop settingMinghuan Lian1-8/+13
2018-01-31PCI: layerscape: Add "fsl,ls2085a-pcie" compatible IDYang Shi1-0/+1
2017-11-15PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe1-41/+60
2016-03-10PCI: keystone: Fix MSI code that retrieves struct pcie_port pointerMurali Karicheri1-8/+3
2016-02-17PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko7-8/+15
2016-01-08PCI: dra7xx: Mark driver as brokenRichard Cochran1-0/+1
2015-12-05PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit readsDongdong Liu1-1/+3
2015-12-05PCI: altera: Fix error when INTx is 4Ley Foon Tan1-1/+1
2015-12-05PCI: altera: Check TLP completion statusLey Foon Tan1-2/+10
2015-12-05PCI: altera: Fix Requester ID for config accessesLey Foon Tan1-2/+3
2015-12-05PCI: altera: Fix loop in tlp_read_packet()Dan Carpenter1-2/+2
2015-11-25PCI: hisi: Fix deferred probingArnd Bergmann1-2/+2
2015-11-24PCI: designware: Remove incorrect io_base assignmentStanimir Varbanov1-1/+0
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-516/+2092
2015-11-03Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2-52/+149
2015-11-03Merge branch 'pci/host-hisi' into nextBjorn Helgaas3-0/+207
2015-11-03Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...Bjorn Helgaas20-464/+1734
2015-11-03PCI: altera: Add Altera PCIe MSI driverLey Foon Tan3-0/+321
2015-11-03PCI: hisi: Add HiSilicon SoC Hip05 PCIe driverZhou Wang3-0/+207
2015-11-03PCI: layerscape: Add ls_pcie_msi_host_init()Minghuan Lian1-0/+23
2015-11-03PCI: layerscape: Add support for LS1043a and LS2080aMinghuan Lian2-5/+68
2015-11-03PCI: layerscape: Remove unused fields from struct ls_pcieMinghuan Lian1-3/+0
2015-11-03PCI: layerscape: Update ls_add_pcie_port()Minghuan Lian1-8/+5
2015-11-03PCI: layerscape: Factor out SCFG related functionMinghuan Lian1-26/+46
2015-11-03PCI: layerscape: Ignore PCIe controllers in Endpoint modeMinghuan Lian1-0/+13
2015-11-03PCI: layerscape: Remove ls_pcie_establish_link()Minghuan Lian1-16/+0
2015-11-02PCI: designware: Make driver arch-agnosticZhou Wang2-92/+39
2015-11-02PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang3-60/+53
2015-11-02Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang3-38/+16
2015-11-02PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni2-11/+11
2015-11-02PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni1-4/+6
2015-11-02PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni1-0/+8
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni5-33/+26
2015-11-02PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni1-6/+8
2015-11-02PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni1-12/+14