aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-11PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas1-5/+7
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
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-20/+13
2015-12-21acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit1-0/+2
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas1-20/+13
2015-12-10PCI: Simplify config space size computationBjorn Helgaas1-15/+10
2015-11-30PCI/MSI: Remove empty pci_msi_init_pci_dev()Bjorn Helgaas1-3/+0
2015-11-24PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli1-3/+4
2015-11-20Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'Rafael J. Wysocki1-2/+2
2015-11-20PCI: Fix OF logic in pci_dma_configure()Suravee Suthikulpanit1-2/+2
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+31
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-1/+31
2015-11-07PCI: ACPI: Add support for PCI device DMA coherencySuthikulpanit, Suravee1-1/+11
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee1-1/+21
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+6
2015-11-02Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-0/+6
2015-10-29PCI: Add support for Enhanced Allocation devicesSean O. Stalley1-0/+3
2015-10-16PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier1-0/+8
2015-10-16PCI: Add per-device MSI domain hookMarc Zyngier1-5/+30
2015-09-24PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson1-6/+11
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi1-0/+3
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-6/+0