summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-07-08PCI: mobiveil: Remove an unnecessary return value checkHou Zhiqiang1-2/+0
2019-07-08PCI: mobiveil: Fix error return valuesHou Zhiqiang1-3/+3
2019-07-08PCI: mobiveil: Refactor the MEM/IO outbound window initializationHou Zhiqiang1-10/+10
2019-07-08PCI: mobiveil: Make some register updates more readableHou Zhiqiang1-18/+25
2019-07-08PCI: mobiveil: Reformat the code for readabilityHou Zhiqiang1-101/+107
2019-07-08PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()Hou Zhiqiang1-1/+1
2019-07-08PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang1-0/+6
2019-07-08PCI: mobiveil: Move IRQ chained handler setup out of DT parseHou Zhiqiang1-2/+2
2019-07-08PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()Hou Zhiqiang1-8/+7
2019-07-08PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang1-3/+6
2019-07-08PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang1-1/+1
2019-07-08PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound windowHou Zhiqiang1-3/+2
2019-07-08PCI: mobiveil: Update the resource list traversal functionHou Zhiqiang1-2/+2
2019-07-08PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang1-2/+3
2019-07-08PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSIHou Zhiqiang1-1/+1
2019-07-08PCI: mobiveil: Unify register accessorsHou Zhiqiang1-55/+124
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds61-1317/+2375
2019-05-14Merge branch 'pci/trivial'Bjorn Helgaas4-394/+408
2019-05-14Merge branch 'pci/printk-portdrv'Bjorn Helgaas9-89/+78
2019-05-14Merge branch 'pci/printk'Bjorn Helgaas10-68/+53
2019-05-14Merge branch 'pci/iova-dma-ranges'Bjorn Helgaas2-1/+45
2019-05-14Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas8-10/+31
2019-05-14Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas1-2/+10
2019-05-14Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-9/+28
2019-05-14Merge branch 'remotes/lorenzo/pci/rockchip'Bjorn Helgaas1-1/+1
2019-05-14Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-30/+34
2019-05-14Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-35/+15
2019-05-14Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas14-379/+870
2019-05-14Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas1-5/+41
2019-05-14Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas3-96/+62
2019-05-14Merge branch 'pci/dwc'Bjorn Helgaas4-45/+41
2019-05-14Merge branch 'remotes/lorenzo/pci/controller-fixes'Bjorn Helgaas2-0/+44
2019-05-14Merge branch 'pci/host/al'Bjorn Helgaas2-0/+94
2019-05-14Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+2
2019-05-14Merge branch 'pci/switchtec'Bjorn Helgaas1-13/+29
2019-05-14Merge branch 'pci/portdrv'Bjorn Helgaas1-0/+14
2019-05-14Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-3/+35
2019-05-14Merge branch 'pci/misc'Bjorn Helgaas6-36/+66
2019-05-14Merge branch 'pci/msi'Bjorn Helgaas1-5/+4
2019-05-14Merge branch 'pci/hotplug'Bjorn Helgaas4-62/+247
2019-05-14Merge branch 'pci/enumeration'Bjorn Helgaas4-33/+122
2019-05-10PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas2-3/+1
2019-05-10PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionBjorn Helgaas1-3/+1
2019-05-10PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler3-12/+3
2019-05-10PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler5-10/+19
2019-05-10PCI: pciehp: Replace pciehp_debug module param with dyndbgFrederick Lawler2-13/+6
2019-05-10PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas1-8/+5
2019-05-10PCI/AER: Log messages with pci_dev, not pcie_deviceFrederick Lawler2-17/+22
2019-05-10PCI/DPC: Log messages with pci_dev, not pcie_deviceFrederick Lawler1-19/+18
2019-05-10PCI/PME: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler1-4/+6