aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+68
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas1-5/+56
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas1-0/+10
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2018-03-31PCI/IOV: Use VF0 cached config registers for other VFsKarimAllah Ahmed1-5/+42
2018-03-30PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas1-0/+10
2018-03-21PCI: Add decoding for 16 GT/s link speedJay Fang1-1/+1
2018-03-19PCI/IOV: Skip BAR sizing for VFsKarimAllah Ahmed1-0/+4
2018-03-19PCI: Tidy commentsBjorn Helgaas1-1/+1
2018-03-08PCI: Scan all functions when running over JailhouseJan Kiszka1-3/+19
2018-03-05PCI/IOV: Skip INTx config reads for VFsKarimAllah Ahmed1-0/+7
2018-02-16PCI: Probe for device reset support during enumerationBjorn Helgaas1-0/+3
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas1-0/+33
2018-01-31Merge branch 'pci/trivial' into nextBjorn Helgaas1-89/+116
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas1-38/+37
2018-01-31Merge branch 'pci/enumeration' into nextBjorn Helgaas1-10/+15
2018-01-31PCI: Add generic function to probe PCI host controllersCyrille Pitchen1-0/+33
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-38/+37
2017-12-18PCI: Tidy up pci/probe.c commentsBjorn Helgaas1-89/+116
2017-12-18PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream PortsBjorn Helgaas1-10/+15
2017-12-18PCI/ASPM: Enable Latency Tolerance Reporting when supportedBjorn Helgaas1-0/+33
2017-11-06PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg1-18/+138
2017-11-06PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-11-06PCI: Open-code the two pass loop when scanning bridgesMika Westerberg1-7/+20
2017-11-06PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg1-0/+23
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko1-4/+2
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-28/+93
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+9
2017-08-29PCI: Warn periodically while waiting for non-CRS ("device ready") statusSinan Kaya1-3/+13
2017-08-29PCI: Factor out pci_bus_wait_crs()Sinan Kaya1-16/+27
2017-08-29PCI: Add pci_bus_crs_vendor_id() to detect CRS response dataSinan Kaya1-1/+6
2017-08-29PCI: Always check for non-CRS response before timeoutBjorn Helgaas1-5/+6
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong1-0/+43
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-0/+9
2017-07-31PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenSinan Kaya1-7/+36
2017-07-03Merge branch 'pci/irq-fixups' into nextBjorn Helgaas1-29/+76
2017-07-02PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi1-22/+5
2017-06-28PCI: Enable ECRC only if device supports itBjorn Helgaas1-0/+5
2017-06-28PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi1-2/+1
2017-06-28PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi1-0/+39
2017-06-28PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi1-2/+22
2017-06-28PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi1-3/+9
2017-06-28PCI: Initialize bridge release function at bridge allocationLorenzo Pieralisi1-1/+1
2017-06-16PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor1-0/+30
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-28/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+1
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus devicesSricharan R1-28/+0