summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)Author
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/trivial' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/enumeration' into nextBjorn Helgaas
2018-01-31PCI: Add generic function to probe PCI host controllersCyrille Pitchen
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-12-18PCI: Tidy up pci/probe.c commentsBjorn Helgaas
2017-12-18PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream PortsBjorn Helgaas
2017-12-18PCI/ASPM: Enable Latency Tolerance Reporting when supportedBjorn Helgaas
2017-11-06PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg
2017-11-06PCI: Do not allocate more buses than available in parentMika Westerberg
2017-11-06PCI: Open-code the two pass loop when scanning bridgesMika Westerberg
2017-11-06PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas
2017-08-29PCI: Warn periodically while waiting for non-CRS ("device ready") statusSinan Kaya
2017-08-29PCI: Factor out pci_bus_wait_crs()Sinan Kaya
2017-08-29PCI: Add pci_bus_crs_vendor_id() to detect CRS response dataSinan Kaya
2017-08-29PCI: Always check for non-CRS response before timeoutBjorn Helgaas
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt
2017-07-31PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenSinan Kaya
2017-07-03Merge branch 'pci/irq-fixups' into nextBjorn Helgaas
2017-07-02PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi
2017-06-28PCI: Enable ECRC only if device supports itBjorn Helgaas
2017-06-28PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi
2017-06-28PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi
2017-06-28PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi
2017-06-28PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi
2017-06-28PCI: Initialize bridge release function at bridge allocationLorenzo Pieralisi
2017-06-16PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R
2017-04-18PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke
2017-04-18PCI: Improve __pci_read_base() robustnessMarc Gonzalez
2017-03-30PCI: Recognize Thunderbolt devicesLukas Wunner
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-09PCI: Enable PCIe Extended Tags if supportedSinan Kaya
2017-01-11PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas
2017-01-02PCI: Apply _HPX settings only to relevant devicesBjorn Helgaas
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-12Merge branch 'pci/host-tegra' into nextBjorn Helgaas
2016-12-07PCI: Export host bridge registration interfaceThierry Reding
2016-12-07PCI: Allow driver-specific data in host bridgeThierry Reding
2016-12-07PCI: Add pci_register_host_bridge() interfaceArnd Bergmann