aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-12-04PCI/ERR: Clear AER status only when we control AERSean V Kelley1-2/+11
2020-12-04PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley1-7/+23
2020-12-04PCI/ERR: Avoid negated conditional for claritySean V Kelley1-4/+4
2020-12-04PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley1-17/+20
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley3-8/+11
2020-12-04PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley1-1/+1
2020-12-04PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley2-6/+6
2020-12-04PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley4-1/+79
2020-12-04PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo1-1/+4
2020-12-01PCI/AER: Write AER Capability only when we control itSean V Kelley1-13/+16
2020-12-01PCI: tegra: Read "dbi" base address to program in application logicVidya Sagar1-0/+7
2020-12-01PCI: tegra: Move "dbi" accesses to post common DWC initializationVidya Sagar1-9/+10
2020-12-01PCI: dwc: exynos: Rework the driver to support Exynos5433 variantJaehoon Chung3-216/+147
2020-11-30PCI: iproc: Enhance PCIe Link information displaySrinath Mannam1-0/+6
2020-11-30PCI: iproc: Invalidate correct PAXB inbound windowsRoman Bacik1-2/+11
2020-11-30PCI: iproc: Fix out-of-bound array accessesBharat Gooty1-5/+5
2020-11-30PCI: Fix overflow in command-line resource alignment requestsColin Ian King1-1/+1
2020-11-30PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas1-6/+8
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab5-12/+13
2020-11-23PCI: vmd: Offset Client VMD MSI-X vectorsJon Derrick1-11/+26
2020-11-20PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan1-1/+1
2020-11-20PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan1-72/+73
2020-11-20PCI: Decode PCIe 64 GT/s link speedGustavo Pimentel2-3/+6
2020-11-20PCI: cadence: Do not error if "cdns,max-outbound-regions" is not foundKishon Vijay Abraham I2-6/+4
2020-11-20PCI: ibmphp: Remove unneeded breakBjorn Helgaas1-2/+0
2020-11-20PCI/ASPM: Save/restore L1SS Capability for suspend/resumeVidya Sagar3-0/+55
2020-11-20PCI: brcmstb: Initialize "tmp" before useJim Quinlan1-0/+1
2020-11-20PCI: rcar: Drop unused members from struct rcar_pcie_hostLad Prabhakar1-2/+0
2020-11-20PCI: Use predefined Pericom Vendor IDAndy Shevchenko1-3/+3
2020-11-20PCI: Disable MSI for Pericom PCIe-USB adapterAndy Shevchenko1-4/+13
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring6-45/+93
2020-11-19PCI: dwc: Move inbound and outbound windows to common structRob Herring2-14/+15
2020-11-19Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring1-1/+10
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring8-149/+17
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring15-30/+1
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring14-37/+6
2020-11-19PCI: dwc: Move link handling into common codeRob Herring15-171/+103
2020-11-19PCI: dwc: Rework MSI initializationRob Herring5-51/+13
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring13-81/+14
2020-11-19PCI: dwc: Drop the .set_num_vectors() host opRob Herring4-28/+6
2020-11-19PCI: dwc/dra7xx: Use the common MSI irq_chipRob Herring1-125/+0
2020-11-19PCI: dwc: Ensure all outbound ATU windows are resetRob Herring2-14/+5
2020-11-19PCI: dwc/intel-gw: Remove some unneeded function wrappersRob Herring1-31/+16
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring15-254/+47
2020-11-19PCI: dwc/intel-gw: Move ATU offset out of driver match dataRob Herring1-6/+7
2020-11-19PCI: keystone: Enable compile-testing on !ARMAlex Dewar1-2/+2
2020-11-18PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar2-6/+9
2020-11-18PCI: of: Warn if non-prefetchable memory aperture size is > 32-bitVidya Sagar1-0/+5
2020-11-18PCI: dwc: Support multiple ATU memory regionsRob Herring2-26/+34
2020-11-17PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bitChristoph Hellwig1-4/+1