summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-252-32/+31
|\
| * PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin2020-12-251-6/+2
| * PCI: tegra: Fix host link initializationRob Herring2020-12-251-26/+29
* | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-242-12/+4
|\ \
| * | PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
| * | PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-24/+1
|\ \ \
| * | | PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bitChristoph Hellwig2020-11-171-4/+1
| * | | PCI/P2PDMA: Remove the DMA_VIRT_OPS hacksChristoph Hellwig2020-11-171-20/+0
| |/ /
* | | Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1566-1705/+1637
|\ \ \ | | |/ | |/|
| * | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2020-12-151-11/+26
| |\ \
| | * | PCI: vmd: Offset Client VMD MSI-X vectorsJon Derrick2020-11-231-11/+26
| | |/
| * | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-12-151-2/+0
| |\ \
| | * | PCI: rcar: Drop unused members from struct rcar_pcie_hostLad Prabhakar2020-11-201-2/+0
| | |/
| * | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2020-12-151-2/+2
| |\ \
| | * | PCI: keystone: Enable compile-testing on !ARMAlex Dewar2020-11-191-2/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2020-12-151-7/+22
| |\ \
| | * | PCI: iproc: Enhance PCIe Link information displaySrinath Mannam2020-11-301-0/+6
| | * | PCI: iproc: Invalidate correct PAXB inbound windowsRoman Bacik2020-11-301-2/+11
| | * | PCI: iproc: Fix out-of-bound array accessesBharat Gooty2020-11-301-5/+5
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-12-1526-1283/+660
| |\ \
| | * | PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar2020-12-101-0/+8
| | * | PCI: qcom: Add support for configuring BDF to SID mapping for SM8250Manivannan Sadhasivam2020-12-092-0/+89
| | * | PCI: qcom: Add SM8250 SoC supportManivannan Sadhasivam2020-12-081-0/+11
| | * | PCI: tegra: Disable LTSSM during L2 entryVidya Sagar2020-12-071-7/+9
| | * | PCI: tegra: Check return value of tegra_pcie_init_controller()Vidya Sagar2020-12-071-1/+5
| | * | PCI: tegra: Continue unconfig sequence even if parts failVidya Sagar2020-12-071-24/+15
| | * | PCI: tegra: Set DesignWare IP versionVidya Sagar2020-12-071-0/+1
| | * | PCI: tegra: Fix ASPM-L1SS advertisement disable codeVidya Sagar2020-12-071-6/+6
| | * | PCI: tegra: Read "dbi" base address to program in application logicVidya Sagar2020-12-011-0/+7
| | * | PCI: tegra: Move "dbi" accesses to post common DWC initializationVidya Sagar2020-12-011-9/+10
| | * | PCI: dwc: exynos: Rework the driver to support Exynos5433 variantJaehoon Chung2020-12-013-216/+147
| | * | PCI: dwc: Detect number of iATU windowsRob Herring2020-11-196-45/+93
| | * | PCI: dwc: Move inbound and outbound windows to common structRob Herring2020-11-192-14/+15
| | * | Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring2020-11-191-1/+10
| | * | PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring2020-11-198-149/+17
| | * | PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-1915-30/+1
| | * | PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-1914-37/+6
| | * | PCI: dwc: Move link handling into common codeRob Herring2020-11-1915-171/+103
| | * | PCI: dwc: Rework MSI initializationRob Herring2020-11-195-51/+13
| | * | PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-1913-81/+14
| | * | PCI: dwc: Drop the .set_num_vectors() host opRob Herring2020-11-194-28/+6
| | * | PCI: dwc/dra7xx: Use the common MSI irq_chipRob Herring2020-11-191-125/+0
| | * | PCI: dwc: Ensure all outbound ATU windows are resetRob Herring2020-11-192-14/+5
| | * | PCI: dwc/intel-gw: Remove some unneeded function wrappersRob Herring2020-11-191-31/+16
| | * | PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-1915-254/+47
| | * | PCI: dwc/intel-gw: Move ATU offset out of driver match dataRob Herring2020-11-191-6/+7
| | * | PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar2020-11-182-6/+9
| | * | PCI: of: Warn if non-prefetchable memory aperture size is > 32-bitVidya Sagar2020-11-181-0/+5
| | * | PCI: dwc: Support multiple ATU memory regionsRob Herring2020-11-182-26/+34
| | |/