summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-04PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni1-1/+2
2018-04-04PCI: Remove __weak tag from pci_register_io_range()Gabriele Paoloni1-1/+1
2018-04-03PCI: Add pcie_print_link_status() to log link speed and whether it's limitedTal Gilboa1-0/+32
2018-04-03PCI: Add pcie_bandwidth_available() to compute bandwidth available to deviceTal Gilboa1-0/+58
2018-04-03Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+1
2018-03-30PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidthTal Gilboa1-0/+22
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa1-0/+18
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa1-0/+44
2018-03-19PCI: Tidy commentsBjorn Helgaas1-4/+5
2018-03-14PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() publicLukas Wunner1-4/+4
2018-03-12PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas1-0/+9
2018-03-05PCI: Wait for device to become ready after secondary bus resetSinan Kaya1-1/+1
2018-03-05PCI: Add a return type for pci_reset_bridge_secondary_bus()Sinan Kaya1-1/+3
2018-03-05PCI: Wait for device to become ready after a power management resetSinan Kaya1-1/+1
2018-03-01PCI: Fix NULL pointer dereference in of_pci_bus_find_domain_nr()Shawn Lin1-2/+3
2018-02-27PCI: Rename pci_flr_wait() to pci_dev_wait() and make it genericSinan Kaya1-17/+31
2018-02-27PCI: Handle FLR failure and allow other reset typesSinan Kaya1-8/+10
2018-02-27PCI: Protect restore with device lock to be consistentSinan Kaya1-1/+3
2018-02-23pci: Simplify code by using the new dmi_get_bios_year() helperAndy Shevchenko1-5/+1
2018-02-22PCI: Remove redundant probes for device reset supportBjorn Helgaas1-9/+6
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-44/+114
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas1-44/+38
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall1-0/+75
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-44/+38
2017-12-13PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()Heiner Kallweit1-0/+25
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-33/+121
2017-11-14Merge branch 'pci/host-thunder' into nextBjorn Helgaas1-0/+8
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas1-32/+11
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+101
2017-11-09PCI: Fix kernel-doc build warningRandy Dunlap1-1/+1
2017-11-06PCI / PM: Use the NEVER_SKIP driver flagRafael J. Wysocki1-2/+1
2017-10-26PCI: Document reset method return valuesBjorn Helgaas1-0/+8
2017-10-24PCI: Add resizable BAR infrastructureChristian König1-0/+101
2017-10-11PCI: Avoid slot reset if bridge itself is brokenJan Glauber1-0/+4
2017-10-11PCI: Avoid bus reset if bridge itself is brokenDavid Daney1-0/+4
2017-10-05PCI: Remove unused function __pci_reset_function()Jan H. Schönherr1-32/+3
2017-09-15Revert "PCI: Avoid race while enabling upstream bridges"Bjorn Helgaas1-11/+2
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+52
2017-09-07Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+2
2017-09-07Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+2
2017-09-04Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki1-0/+7
2017-08-29PCI: Wait up to 60 seconds for device to become ready after FLRSinan Kaya1-15/+37
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring1-2/+2
2017-08-19PCI: Avoid race while enabling upstream bridgesSrinath Mannam1-2/+11
2017-08-19PCI: Allow PCI express root ports to find themselvesThierry Reding1-5/+4
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+4
2017-08-16PCI: fix oops when try to find Root Port for a PCI devicedingtianhong1-3/+4
2017-08-04PCI/PM: Expand description of pci_set_power_state()Piotr Gregor1-0/+2