summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2020-02-24PCI: tegra: Use pci_parse_request_of_pci_ranges()Rob Herring
2020-02-24PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui
2020-02-24PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I
2020-02-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I
2020-02-21PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsHou Zhiqiang
2020-02-21PCI: mobiveil: Add Header Type field checkHou Zhiqiang
2020-02-21PCI: mobiveil: Add 8-bit and 16-bit CSR register accessorsHou Zhiqiang
2020-02-21PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init hostHou Zhiqiang
2020-02-21PCI: mobiveil: Add callback function for link up checkHou Zhiqiang
2020-02-21PCI: mobiveil: Add callback function for interrupt initializationHou Zhiqiang
2020-02-21PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driverHou Zhiqiang
2020-02-21PCI: mobiveil: Collect the interrupt related operations into a functionHou Zhiqiang
2020-02-21PCI: mobiveil: Move the host initialization into a functionHou Zhiqiang
2020-02-21PCI: mobiveil: Introduce a new structure mobiveil_root_portHou Zhiqiang
2020-02-20PCI: pciehp: Add DMI table for in-band presence detection disabledStuart Hayes
2020-02-20PCI: pciehp: Wait for PDS if in-band presence is disabledAlexandru Gagniuc
2020-02-20PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc
2020-02-10PCI/ACPI: Move pcie_to_hpx3_type[] from stack to static dataColin Ian King
2020-02-06Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-05PCI/ATS: Use PF PASID for VFsKuppuswamy Sathyanarayanan
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-29Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas
2020-01-29Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas
2020-01-29Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas
2020-01-29Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2020-01-29Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas
2020-01-29Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2020-01-29Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas
2020-01-29Merge branch 'pci/host-vmd'Bjorn Helgaas
2020-01-29Merge branch 'pci/virtualization'Bjorn Helgaas
2020-01-29Merge branch 'pci/switchtec'Bjorn Helgaas
2020-01-29Merge branch 'pci/resource'Bjorn Helgaas
2020-01-29Merge branch 'pci/pm'Bjorn Helgaas
2020-01-29Merge branch 'pci/p2pdma'Bjorn Helgaas
2020-01-29Merge branch 'pci/misc'Bjorn Helgaas
2020-01-29PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson
2020-01-29PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson
2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson
2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson
2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson
2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson
2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson