aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2021-09-22PCI: Use pci_update_current_state() in pci_enable_device_flags()Rafael J. Wysocki
2021-09-22PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki
2021-09-22PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki
2021-05-22PCI: PM: Do not read power state in pci_enable_device_flags()Rafael J. Wysocki
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki
2019-07-31PCI: Do not poll for PME if the device is in D3coldMika Westerberg
2018-10-13PCI: Reprogram bridge prefetch registers on resumeDaniel Drake
2018-08-24PCI: OF: Fix I/O space page leakSergei Shtylyov
2018-05-16PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki
2018-05-16PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng
2017-12-25PCI: Avoid bus reset if bridge itself is brokenDavid Daney
2017-09-15Revert "PCI: Avoid race while enabling upstream bridges"Bjorn Helgaas
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-07Merge branch 'pci/pm' into nextBjorn Helgaas
2017-09-07Merge branch 'pci/misc' into nextBjorn Helgaas
2017-09-03Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki
2017-08-29PCI: Wait up to 60 seconds for device to become ready after FLRSinan Kaya
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring
2017-08-18PCI: Avoid race while enabling upstream bridgesSrinath Mannam
2017-08-18PCI: Allow PCI express root ports to find themselvesThierry Reding
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-15PCI: fix oops when try to find Root Port for a PCI devicedingtianhong
2017-08-03PCI/PM: Expand description of pci_set_power_state()Piotr Gregor
2017-08-01PCI: Add pci_reset_function_locked()Marc Zyngier
2017-08-01PCI / PM: Skip bridges in pci_enable_wake()Rafael J. Wysocki
2017-07-14Merge branch 'pm-pci'Rafael J. Wysocki
2017-07-12PCI / PM: Restore PME Enable after config space restorationRafael J. Wysocki
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03Merge branch 'pci/virtualization' into nextBjorn Helgaas
2017-07-03PCI: Remove __pci_dev_reset() and pci_dev_reset()Christoph Hellwig
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig
2017-07-02Merge branch 'pci/resource' into nextBjorn Helgaas
2017-07-02Merge branch 'pci/pm' into nextBjorn Helgaas
2017-06-30PCI/PM: Avoid using device_may_wakeup() for runtime PMRafael J. Wysocki
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki
2017-06-28PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki
2017-06-16PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor
2017-06-14PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()Christoph Hellwig
2017-06-15PCI / PM: Restore PME Enable if skipping wakeup setupRafael J. Wysocki
2017-05-30PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang
2017-05-23PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak
2017-05-17PCI: Do not disregard parent resources starting at 0x0Ard Biesheuvel
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas
2017-04-28Merge branch 'pci/pm' into nextBjorn Helgaas
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas
2017-04-28Merge branch 'pci/enumeration' into nextBjorn Helgaas
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi
2017-04-21PCI: Export pci_remap_iospace() and pci_unmap_iospace()Brian Norris