aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong1-0/+43
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
2017-04-18PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke1-1/+1
2017-04-18PCI: Improve __pci_read_base() robustnessMarc Gonzalez1-1/+1
2017-03-30PCI: Recognize Thunderbolt devicesLukas Wunner1-0/+21
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+31
2017-02-09PCI: Enable PCIe Extended Tags if supportedSinan Kaya1-0/+18
2017-01-11PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas1-5/+7
2017-01-02PCI: Apply _HPX settings only to relevant devicesBjorn Helgaas1-2/+13
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-99/+146
2016-12-12Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-98/+144
2016-12-07PCI: Export host bridge registration interfaceThierry Reding1-2/+4
2016-12-07PCI: Allow driver-specific data in host bridgeThierry Reding1-3/+3
2016-12-07PCI: Add pci_register_host_bridge() interfaceArnd Bergmann1-97/+141
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-2/+1
2016-11-29PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLEBjorn Helgaas1-1/+2
2016-11-29ACPI: Implement acpi_dma_configureLorenzo Pieralisi1-2/+1
2016-11-23PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)Johannes Thumshirn1-1/+27
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas1-2/+3
2016-09-27PCI/AER: Cache capability positionKeith Busch1-1/+2
2016-08-15PCI: Add Precision Time Measurement (PTM) supportJonathan Yong1-0/+3
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into nextBjorn Helgaas1-0/+18
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch1-0/+9
2016-06-13PCI: Power on bridges before scanning new devicesMika Westerberg1-0/+9
2016-06-10PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki1-1/+3
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas1-3/+3
2016-05-16PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava1-3/+3
2016-04-11PCI: Add support for multiple DMA aliasesJacek Lawrynowicz1-0/+1
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+14
2016-03-15Merge branch 'pci/host-hv' into nextBjorn Helgaas1-0/+15
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-tegra', 'pci/host-thunder', 'pci/host-vmd', 'pci/host-xilinx' and 'pci/host-xilinx-nwl' into nextBjorn Helgaas1-0/+6
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas1-1/+1
2016-03-08PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding1-0/+6
2016-02-29PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas1-1/+1
2016-02-25PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas1-0/+14
2016-02-16PCI: Look up IRQ domain by fwnode_handleJake Oshins1-0/+15
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
2016-02-05PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas1-0/+7