summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-05-22PCI: PM: Do not read power state in pci_enable_device_flags()Rafael J. Wysocki1-13/+3
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-07-31PCI: Do not poll for PME if the device is in D3coldMika Westerberg1-0/+7
2018-10-13PCI: Reprogram bridge prefetch registers on resumeDaniel Drake1-8/+19
2018-08-24PCI: OF: Fix I/O space page leakSergei Shtylyov1-0/+38
2018-05-16PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki1-6/+23
2018-05-16PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng1-4/+4
2017-12-25PCI: Avoid bus reset if bridge itself is brokenDavid Daney1-0/+4
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
2017-08-02PCI: Add pci_reset_function_locked()Marc Zyngier1-0/+35
2017-08-01PCI / PM: Skip bridges in pci_enable_wake()Rafael J. Wysocki1-0/+7
2017-07-14Merge branch 'pm-pci'Rafael J. Wysocki1-8/+8
2017-07-13PCI / PM: Restore PME Enable after config space restorationRafael J. Wysocki1-8/+8
2017-07-09Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-129/+98
2017-07-03Merge branch 'pci/virtualization' into nextBjorn Helgaas1-78/+83
2017-07-03PCI: Remove __pci_dev_reset() and pci_dev_reset()Christoph Hellwig1-56/+52
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig1-19/+15
2017-07-03Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+1
2017-07-03Merge branch 'pci/pm' into nextBjorn Helgaas1-10/+15
2017-06-30PCI/PM: Avoid using device_may_wakeup() for runtime PMRafael J. Wysocki1-9/+13
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki1-3/+3
2017-06-28PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki1-26/+10
2017-06-17PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor1-41/+1
2017-06-15PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()Christoph Hellwig1-8/+18
2017-06-15PCI / PM: Restore PME Enable if skipping wakeup setupRafael J. Wysocki1-2/+24
2017-05-30PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang1-0/+3
2017-05-23PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak1-1/+2
2017-05-18PCI: Do not disregard parent resources starting at 0x0Ard Biesheuvel1-1/+1
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas1-9/+32
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas1-26/+82
2017-04-28Merge branch 'pci/pm' into nextBjorn Helgaas1-6/+9
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas1-1/+83
2017-04-28Merge branch 'pci/enumeration' into nextBjorn Helgaas1-0/+2
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi1-0/+82
2017-04-21PCI: Export pci_remap_iospace() and pci_unmap_iospace()Brian Norris1-0/+2
2017-04-20PCI: Export pcie_flr()Christoph Hellwig1-11/+28
2017-04-19PCI: Remove __weak tag from pci_remap_iospace()Lorenzo Pieralisi1-1/+1
2017-04-19PCI: Don't resize resources when realigning all devices in systemYongji Xie1-16/+43