summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macrosPali Rohár2020-05-181-23/+18
| | * | PCI: aardvark: Add PHY supportMarek Behún2020-05-181-0/+69
| | * | PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG accessPali Rohár2020-05-181-0/+7
| | * | PCI: aardvark: Issue PERST via GPIOPali Rohár2020-05-181-1/+42
| | * | PCI: aardvark: Improve link trainingMarek Behún2020-05-181-25/+89
| | * | PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár2020-05-181-4/+0
| | * | PCI: aardvark: Train link immediately after enabling trainingPali Rohár2020-05-181-6/+9
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2020-06-047-10/+16
| |\ \
| | * | PCI: Check for platform_get_irq() failure consistentlyAman Sharma2020-05-127-10/+16
| | |/
| * | PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by defaultBjorn Helgaas2020-04-241-1/+0
| * | PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by defaultBjorn Helgaas2020-04-241-1/+1
| |/
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-031-16/+28
|\ \
| * | PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)2020-04-231-16/+28
| |/
* / PCI: Add Loongson PCI Controller supportJiaxun Yang2020-05-273-0/+258
|/
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-0320-882/+2227
|\
| * 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-025-80/+822
| |\ \
| | * | 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-022-29/+18
| | * | PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I2020-04-021-2/+13
| | * | PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar2020-03-313-18/+695
| | * | PCI: dwc: Add API to notify core initialization completionVidya Sagar2020-02-252-0/+12
| | * | PCI: dwc: Refactor core initialization code for EP modeVidya Sagar2020-02-252-28/+50
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-04-021-36/+195
| |\ \