summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-07-28PCI: cadence: Add MSI-X support to Endpoint driverAlan Douglas2-1/+117
2020-07-28PCI: hv: Make some functions staticWei Yongjun1-7/+8
2020-07-28PCI: tegra: Remove PLL power suppliesThierry Reding1-8/+2
2020-07-27PCI: dwc: hisi: Remove non-ECAM HiSilicon hip05/hip06 driverRob Herring1-219/+0
2020-07-27PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I1-2/+7
2020-07-27PCI: cadence: Add new *ops* for CPU addr fixupKishon Vijay Abraham I4-13/+24
2020-07-27PCI: cadence: Allow pci_host_bridge to have custom pci_opsKishon Vijay Abraham I1-1/+2
2020-07-27PCI: cadence: Add support to start link and verify link statusKishon Vijay Abraham I3-1/+72
2020-07-27PCI: cadence: Convert all r/w accessors to perform only 32-bit accessesKishon Vijay Abraham I2-18/+62
2020-07-27PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error pathKishon Vijay Abraham I2-12/+3
2020-07-27PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" propertyKishon Vijay Abraham I2-17/+263
2020-07-27PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu1-34/+37
2020-07-25Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+9
2020-07-24PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj1-0/+15
2020-07-23PCI: of: Reduce missing non-prefetchable memory region to a warningRob Herring1-4/+3
2020-07-23PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring1-41/+4
2020-07-23PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring1-5/+2
2020-07-23PCI: cadence: Remove private bus number and range storageRob Herring4-26/+24
2020-07-23PCI: cadence: Use bridge resources for outbound window setupRob Herring1-21/+16
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring8-18/+4
2020-07-23PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring1-14/+5
2020-07-23PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring2-11/+7
2020-07-23PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring1-7/+4
2020-07-23PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring1-7/+3
2020-07-23PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2-8/+3
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring4-15/+10
2020-07-23PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring1-7/+6
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring10-13/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring21-21/+2
2020-07-23PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring1-1/+0
2020-07-23PCI: controller: Remove duplicate error messageDejin Zheng4-15/+4
2020-07-23PCI: rcar: Fix runtime PM imbalance on errorDinghao Liu1-3/+1
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+3
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron2-2/+4
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas4-12/+11
2020-07-22Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas1-21/+9
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra1-2/+3
2020-07-21PCI: aardvark: Don't touch PCIe registers if no card connectedPali Rohár1-0/+7
2020-07-20PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()Tiezhu Yang1-3/+3
2020-07-20PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet1-32/+0
2020-07-18PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang1-0/+1
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng9-46/+23
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner1-2/+3
2020-07-14PCI: mvebu: Setup BAR0 in order to fix MSIShmuel Hazan1-4/+12
2020-07-10PCI: Fix pci_create_slot() reference count leakQiushi Wu1-2/+4
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain3-7/+6
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain5-11/+23
2020-07-10PCI: Reorder pci_enable_acs() and dependenciesRajat Jain1-127/+127
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng5-16/+7