summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Move Apex Edge TPU class quirk to fix BAR assignmentBjorn Helgaas2020-04-141-0/+7
* Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-081-0/+4
|\
| *-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel2020-03-271-0/+4
| |\ \
| | | * PCI/ATS: Export symbols of PASID functionsJean-Philippe Brucker2020-03-181-0/+4
| | |/
* | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-053-4/+7
|\ \ \
| * | | powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-253-3/+3
| * | | powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran2020-03-252-1/+5
| * | | PCI: rpaphp: Remove unused variable 'value'Chen Zhou2020-03-251-2/+1
| | |/ | |/|
* | | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-70/+29
|\ \ \
| * | | s390/pci: embedding hotplug_slot in zdevPierre Morel2020-03-101-70/+29
| |/ /
* | | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-0346-1352/+3336
|\ \ \
| * \ \ Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-04-021-141/+46
| |\ \ \
| | * | | PCI: tegra: Use pci_parse_request_of_pci_ranges()Rob Herring2020-02-241-141/+46
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2020-04-021-1/+7
| |\ \ \
| | * | | PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson2020-02-261-1/+7
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas2020-04-029-454/+947
| |\ \ \
| | * | | PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLATHou Zhiqiang2020-03-181-0/+1
| | * | | PCI: mobiveil: Fix sparse different address space warningsHou Zhiqiang2020-03-171-3/+4
| | * | | PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsHou Zhiqiang2020-02-214-2/+291
| | * | | PCI: mobiveil: Add Header Type field checkHou Zhiqiang2020-02-211-0/+13
| | * | | PCI: mobiveil: Add 8-bit and 16-bit CSR register accessorsHou Zhiqiang2020-02-211-0/+23
| | * | | PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init hostHou Zhiqiang2020-02-212-7/+13
| | * | | PCI: mobiveil: Add callback function for link up checkHou Zhiqiang2020-02-212-0/+8
| | * | | PCI: mobiveil: Add callback function for interrupt initializationHou Zhiqiang2020-02-212-1/+18
| | * | | PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driverHou Zhiqiang2020-02-218-410/+498
| | * | | PCI: mobiveil: Collect the interrupt related operations into a functionHou Zhiqiang2020-02-211-23/+42
| | * | | PCI: mobiveil: Move the host initialization into a functionHou Zhiqiang2020-02-211-16/+23
| | * | | PCI: mobiveil: Introduce a new structure mobiveil_root_portHou Zhiqiang2020-02-211-39/+60
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2020-04-021-74/+186
| |\ \ \
| | * | | PCI: hv: Introduce hv_msi_entryBoqun Feng2020-03-091-2/+1
| | * | | PCI: hv: Move retarget related structures into tlfs headerBoqun Feng2020-03-091-32/+2
| | * | | PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng2020-03-091-6/+0
| | * | | PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-4/+4
| | * | | PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li2020-03-061-0/+109
| | * | | PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li2020-03-061-30/+70
| | * | | PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui2020-02-241-1/+1
| | * | | PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui2020-02-241-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2020-04-0210-234/+1280
| |\ \ \
| | * | | PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding2020-04-021-7/+35
| | * | | PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I2020-04-021-1/+4
| | * | | PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I2020-04-023-29/+20
| | * | | PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I2020-04-023-10/+44
| | * | | PCI: endpoint: functions/pci-epf-test: Print throughput informationKishon Vijay Abraham I2020-04-021-0/+48
| | * | | PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer dataKishon Vijay Abraham I2020-04-021-3/+202
| | * | | PCI: endpoint: Fix clearing start entry in configfsKunihiko Hayashi2020-03-311-0/+1
| | * | | PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar2020-03-313-18/+695
| | * | | PCI: pci-epf-test: Add support to defer core initializationVidya Sagar2020-02-261-41/+77
| | * | | PCI: dwc: Add API to notify core initialization completionVidya Sagar2020-02-252-0/+12
| | * | | PCI: endpoint: Add notification for core init completionVidya Sagar2020-02-251-1/+18
| | * | | PCI: dwc: Refactor core initialization code for EP modeVidya Sagar2020-02-252-28/+50