summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-47/+42
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2018-06-061-0/+11
| |\
| | * PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-101-0/+11
| * | Merge branch 'pci/resource'Bjorn Helgaas2018-06-061-4/+2
| |\ \
| | * | PCI: Make pci_get_new_domain_nr() staticJan Kiszka2018-05-151-4/+2
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2018-06-061-43/+0
| |\ \
| | * | PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2018-05-251-43/+0
| | |/
| * / PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-0/+29
| |/
* | PCI / PM: Clean up outdated comments in pci_target_state()Rafael J. Wysocki2018-05-241-4/+2
* | PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki2018-05-101-6/+23
* | PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng2018-05-091-4/+4
* | PCI: Add "PCIe" to pcie_print_link_status() messagesJakub Kicinski2018-04-201-2/+2
|/
* PCI: Remove messages about reassigning resourcesDesnes A. Nunes do Rosario2018-04-111-1/+0
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-116/+261
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-041-34/+51
| |\
| | * PCI: Wait for device to become ready after secondary bus resetSinan Kaya2018-03-051-1/+1
| | * PCI: Add a return type for pci_reset_bridge_secondary_bus()Sinan Kaya2018-03-051-1/+3
| | * PCI: Wait for device to become ready after a power management resetSinan Kaya2018-03-051-1/+1
| | * PCI: Rename pci_flr_wait() to pci_dev_wait() and make it genericSinan Kaya2018-02-271-17/+31
| | * PCI: Handle FLR failure and allow other reset typesSinan Kaya2018-02-271-8/+10
| | * PCI: Protect restore with device lock to be consistentSinan Kaya2018-02-271-1/+3
| | * PCI: Remove redundant probes for device reset supportBjorn Helgaas2018-02-211-9/+6
| * | Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-0/+9
| |\ \
| | * | PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas2018-03-121-0/+9
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2018-04-041-6/+8
| |\ \
| | * | PCI: Tidy commentsBjorn Helgaas2018-03-191-4/+5
| | * | PCI: Fix NULL pointer dereference in of_pci_bus_find_domain_nr()Shawn Lin2018-03-011-2/+3
| | |/
| * | Merge branch 'pci/lpc'Bjorn Helgaas2018-04-041-76/+19
| |\ \
| | * | PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan2018-04-041-75/+17
| | * | PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni2018-04-041-1/+2
| | * | PCI: Remove __weak tag from pci_register_io_range()Gabriele Paoloni2018-04-041-1/+1
| | |/
| * | PCI: Add pcie_print_link_status() to log link speed and whether it's limitedTal Gilboa2018-04-031-0/+32
| * | PCI: Add pcie_bandwidth_available() to compute bandwidth available to deviceTal Gilboa2018-04-031-0/+58
| * | PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidthTal Gilboa2018-03-301-0/+22
| * | PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa2018-03-301-0/+18
| * | PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa2018-03-301-0/+44
| |/
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-021-5/+1
|\ \
| * | pci: Simplify code by using the new dmi_get_bios_year() helperAndy Shevchenko2018-02-231-5/+1
| |/
* / PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() publicLukas Wunner2018-03-131-4/+4
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-44/+114
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
| |\
| | * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-311-44/+38
| |\ \
| | * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-44/+38
| | |/
| * / PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall2018-01-231-0/+75
| |/
* / PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()Heiner Kallweit2017-12-131-0/+25
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-33/+121
|\
| * Merge branch 'pci/host-thunder' into nextBjorn Helgaas2017-11-141-0/+8
| |\
| | * PCI: Avoid slot reset if bridge itself is brokenJan Glauber2017-10-111-0/+4
| | * PCI: Avoid bus reset if bridge itself is brokenDavid Daney2017-10-111-0/+4