aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge branch 'pci/resource'Bjorn Helgaas1-27/+33
2019-07-12Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-1/+9
2019-07-12Merge branch 'pci/misc'Bjorn Helgaas2-21/+91
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+11
2019-07-11PCI: Enable NVIDIA HDA controllersLukas Wunner1-0/+30
2019-07-09PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing1-0/+1
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas14-36/+37
2019-07-08PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr()Hou Zhiqiang1-3/+2
2019-07-08PCI: mobiveil: Fix infinite-loop in the INTx handling functionHou Zhiqiang1-3/+9
2019-07-08PCI: mobiveil: Move PCIe PIO enablement out of inbound window routineHou Zhiqiang1-4/+5
2019-07-08PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound windowHou Zhiqiang1-3/+6
2019-07-08PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound windowHou Zhiqiang1-1/+4
2019-07-08PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setupHou Zhiqiang1-2/+2
2019-07-08PCI: mobiveil: Clear the control fields before updating itHou Zhiqiang1-5/+12
2019-07-08PCI: mobiveil: Add configured inbound windows counterHou Zhiqiang1-0/+1
2019-07-08PCI: mobiveil: Fix the valid check for inbound and outbound windowsHou Zhiqiang1-2/+2
2019-07-08PCI: mobiveil: Clean-up program_{ib/ob}_windows()Hou Zhiqiang1-17/+8
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-07-08Merge branch 'pm-sleep'Rafael J. Wysocki1-35/+8
2019-07-05PCI: imx6: Simplify Kconfig depends onLeonard Crestez1-1/+1
2019-07-05PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui1-6/+9
2019-07-05PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-07-05PCI: tegra: Change link retry log level to debugManikanta Maddireddy1-1/+1
2019-07-05PCI: tegra: Add support for GPIO based PERST#Manikanta Maddireddy1-6/+43
2019-07-03PCI/IOV: Assume SR-IOV VFs support extended config space.Alex Williamson1-0/+15
2019-07-03Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson3-20/+0
2019-07-02PCI: Use seq_puts() instead of seq_printf() in show_device()Markus Elfring1-1/+1
2019-07-02PCI/P2PDMA: Fix missing check for dma_virt_opsLogan Gunthorpe1-1/+9
2019-07-03PCI: PM: Simplify bus-level hibernation callbacksRafael J. Wysocki1-27/+0
2019-07-03PM: ACPI/PCI: Resume all devices during hibernationRafael J. Wysocki1-8/+8
2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson1-2/+3
2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson1-25/+25
2019-07-02PCI/P2PDMA: use the dev_pagemap internal refcountChristoph Hellwig1-53/+4
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-4/+5