summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: mobiveil: Move PCIe PIO enablement out of inbound window routineHou Zhiqiang2019-07-081-4/+5
| | * | PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound windowHou Zhiqiang2019-07-081-3/+6
| | * | PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound windowHou Zhiqiang2019-07-081-1/+4
| | * | PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setupHou Zhiqiang2019-07-081-2/+2
| | * | PCI: mobiveil: Clear the control fields before updating itHou Zhiqiang2019-07-081-5/+12
| | * | PCI: mobiveil: Add configured inbound windows counterHou Zhiqiang2019-07-081-0/+1
| | * | PCI: mobiveil: Fix the valid check for inbound and outbound windowsHou Zhiqiang2019-07-081-2/+2
| | * | PCI: mobiveil: Clean-up program_{ib/ob}_windows()Hou Zhiqiang2019-07-081-17/+8Star
| | * | PCI: mobiveil: Remove an unnecessary return value checkHou Zhiqiang2019-07-081-2/+0Star
| | * | PCI: mobiveil: Fix error return valuesHou Zhiqiang2019-07-081-3/+3
| | * | PCI: mobiveil: Refactor the MEM/IO outbound window initializationHou Zhiqiang2019-07-081-10/+10
| | * | PCI: mobiveil: Make some register updates more readableHou Zhiqiang2019-07-081-18/+25
| | * | PCI: mobiveil: Reformat the code for readabilityHou Zhiqiang2019-07-081-101/+107
| | * | PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()Hou Zhiqiang2019-07-081-1/+1
| | * | PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang2019-07-081-0/+6
| | * | PCI: mobiveil: Move IRQ chained handler setup out of DT parseHou Zhiqiang2019-07-081-2/+2
| | * | PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()Hou Zhiqiang2019-07-081-8/+7Star
| | * | PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang2019-07-081-3/+6
| | * | PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang2019-07-081-1/+1
| | * | PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound windowHou Zhiqiang2019-07-081-3/+2Star
| | * | PCI: mobiveil: Update the resource list traversal functionHou Zhiqiang2019-07-081-2/+2
| | * | PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang2019-07-081-2/+3
| | * | PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSIHou Zhiqiang2019-07-081-1/+1
| | * | PCI: mobiveil: Unify register accessorsHou Zhiqiang2019-07-081-55/+124
| | |/
| * | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-07-131-6/+9
| |\ \
| | * | PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui2019-07-051-6/+9
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-07-135-35/+80
| |\ \
| | * | PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing2019-07-091-0/+1
| | * | PCI: imx6: Simplify Kconfig depends onLeonard Crestez2019-07-051-1/+1
| | * | PCI: dwc: Export APIs to support .remove() implementationVidya Sagar2019-06-272-0/+8
| | * | PCI: dwc: Cleanup DBI,ATU read and write APIsVidya Sagar2019-06-272-34/+57
| | * | PCI: dwc: Add API support to de-initialize hostVidya Sagar2019-06-272-0/+13
| | |/
| * | Merge branch 'remotes/lorenzo/pci/armada'Bjorn Helgaas2019-07-131-1/+81
| |\ \
| | * | PCI: armada8k: Add PHYs supportMiquel Raynal2019-06-171-1/+81
| | |/
| * | Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas2019-07-133-18/+65
| |\ \
| | * | PCI: altera: Fix configuration type based on secondary numberLey Foon Tan2019-06-171-14/+27
| | * | PCI: altera-msi: Allow building as moduleLey Foon Tan2019-05-302-1/+11
| | * | PCI: altera: Allow building as moduleLey Foon Tan2019-05-302-3/+27
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2019-07-133-17/+12Star
| |\ \
| | * | PCI/IOV: Assume SR-IOV VFs support extended config space.Alex Williamson2019-07-031-0/+15
| | * | Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson2019-07-033-20/+0Star
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2019-07-131-27/+33
| |\ \
| | * | PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson2019-07-021-2/+3
| | * | PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson2019-07-021-25/+25
| | * | PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt2019-06-221-0/+5
| | |/
| * | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2019-07-131-1/+9
| |\ \
| | * | PCI/P2PDMA: Fix missing check for dma_virt_opsLogan Gunthorpe2019-07-031-1/+9
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2019-07-132-21/+91
| |\ \
| | * | PCI: Enable NVIDIA HDA controllersLukas Wunner2019-07-111-0/+30
| | * | PCI: Use seq_puts() instead of seq_printf() in show_device()Markus Elfring2019-07-031-1/+1