summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/aer' into nextBjorn Helgaas2016-10-031-2/+3
|\
| * PCI/AER: Cache capability positionKeith Busch2016-09-271-1/+2
* | PCI: Add Precision Time Measurement (PTM) supportJonathan Yong2016-08-151-0/+3
|/
*---. Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas2016-08-011-0/+18
|\ \ \
| | | * PCI: Power on bridges before scanning new devicesMika Westerberg2016-06-131-0/+9
| | |/ | |/|
| | * PCI: Allow additional bus numbers for hotplug bridgesKeith Busch2016-07-251-0/+9
| |/
* | PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki2016-06-101-1/+3
|/
*-. Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-05-171-3/+3
|\ \
| | * PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava2016-05-161-3/+3
| |/
* | PCI: Add support for multiple DMA aliasesJacek Lawrynowicz2016-04-111-0/+1
|/
* Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-151-0/+14
|\
| * PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas2016-02-251-0/+14
* | Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-03-151-0/+15
|\ \
| * | PCI: Look up IRQ domain by fwnode_handleJake Oshins2016-02-161-0/+15
| |/
| |
| \
*-. \ Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas2016-03-151-0/+6
|\ \ \ | | |/ | |/|
| | * PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding2016-03-081-0/+6
| |/
| |
| \
*-. \ Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-151-1/+1
|\ \ \ | | |/ | |/|
| | * PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas2016-02-291-1/+1
| |/
* | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
* | PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas2016-02-051-0/+7
|/
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-20/+13
|\
| *-. Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2015-12-101-20/+13
| |\ \
| | | * PCI/MSI: Remove empty pci_msi_init_pci_dev()Bjorn Helgaas2015-11-301-3/+0
| | | * PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli2015-11-241-3/+4
| | |/ | |/|
| | * PCI: Simplify config space size computationBjorn Helgaas2015-12-101-15/+10
| |/
* | acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit2015-12-211-0/+2
|/
* Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'Rafael J. Wysocki2015-11-201-2/+2
|\
| * PCI: Fix OF logic in pci_dma_configure()Suravee Suthikulpanit2015-11-201-2/+2
* | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-121-1/+31
|\ \
| * \ Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-1/+31
| |\ \ | | |/
| | * PCI: ACPI: Add support for PCI device DMA coherencySuthikulpanit, Suravee2015-11-071-1/+11
| | * PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee2015-11-071-1/+21
* | | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-0/+6
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas2015-11-021-0/+6
| |\ \ \
| | | * | PCI: Add support for Enhanced Allocation devicesSean O. Stalley2015-10-291-0/+3
| | |/ / | |/| |
| | * | PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi2015-09-171-0/+3
| |/ /
* | | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-161-0/+8
* | | PCI: Add per-device MSI domain hookMarc Zyngier2015-10-161-5/+30
| |/ |/|
* | PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson2015-09-241-6/+11
* | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-6/+0
|/
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+1
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-2/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-0/+45
|\ \
| * | PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-301-1/+4
| * | PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier2015-07-301-0/+42
| |/
* | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-311-27/+65
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-21/+54
| |\ \ \
| | * | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-241-2/+20
| | * | | PCI: Move MPS configuration check to pci_configure_device()Bjorn Helgaas2015-08-201-19/+24
| | * | | PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-2/+12
| | | |/ | | |/|
OpenPOWER on IntegriCloud