summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2024-01-10Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas
2023-11-28PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas
2023-11-28PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen
2023-11-28PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen
2023-09-13PCI/PM: Only read PCI_PM_CTRL register when availableFeiyang Chen
2023-07-23PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen
2023-03-10PCI/DPC: Await readiness of secondary bus after resetLukas Wunner
2023-03-10PCI: Unify delay handling for reset and resumeLukas Wunner
2023-03-10PCI/PM: Observe reset delay irrespective of bridge_d3Lukas Wunner
2023-02-14Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas
2023-01-07PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin
2022-10-05Merge branch 'pci/pm'Bjorn Helgaas
2022-10-04PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar
2022-09-29PCI/PM: Reduce D3hot delay with usleep_range()Sajid Dalvi
2022-09-12PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas
2022-09-12PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas
2022-08-04Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne
2022-07-12PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng
2022-05-31PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299Bjorn Helgaas
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24Merge branch 'pci/virtualization'Bjorn Helgaas
2022-05-11PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store()Yicong Yang
2022-05-05PCI/PM: Rearrange pci_set_power_state()Rafael J. Wysocki
2022-05-05PCI/PM: Clean up pci_set_low_power_state()Rafael J. Wysocki
2022-05-05PCI/PM: Do not restore BARs if device is not in D0Rafael J. Wysocki
2022-05-05PCI/PM: Split pci_power_up()Rafael J. Wysocki
2022-05-05PCI/PM: Write 0 to PMCSR in pci_power_up() in all casesRafael J. Wysocki
2022-05-05PCI/PM: Do not call pci_update_current_state() from pci_power_up()Rafael J. Wysocki
2022-05-05PCI/PM: Unfold pci_platform_power_transition() in pci_power_up()Rafael J. Wysocki
2022-05-05PCI/PM: Set current_state to D3cold if the device is not accessibleRafael J. Wysocki
2022-05-05PCI/PM: Relocate pci_set_low_power_state()Rafael J. Wysocki
2022-05-05PCI/PM: Split pci_raw_set_power_state()Rafael J. Wysocki
2022-05-05PCI/PM: Rearrange pci_update_current_state()Rafael J. Wysocki
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki
2022-05-05PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki
2022-04-11PCI/PM: Avoid putting Elo i2 PCIe Ports in D3coldRafael J. Wysocki
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas
2022-01-11PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain
2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner
2021-11-18PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-11-11Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-08PCI: Export pci_dev_lock()Niklas Schnelle
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas