summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299Bjorn Helgaas2022-05-311-0/+2
* Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-271-153/+200
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2022-05-241-5/+5
| |\
| | * PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store()Yicong Yang2022-05-111-5/+5
| * | PCI/PM: Rearrange pci_set_power_state()Rafael J. Wysocki2022-05-051-11/+17
| * | PCI/PM: Clean up pci_set_low_power_state()Rafael J. Wysocki2022-05-051-8/+1
| * | PCI/PM: Do not restore BARs if device is not in D0Rafael J. Wysocki2022-05-051-16/+16
| * | PCI/PM: Split pci_power_up()Rafael J. Wysocki2022-05-051-6/+35
| * | PCI/PM: Write 0 to PMCSR in pci_power_up() in all casesRafael J. Wysocki2022-05-051-8/+3
| * | PCI/PM: Do not call pci_update_current_state() from pci_power_up()Rafael J. Wysocki2022-05-051-21/+28
| * | PCI/PM: Unfold pci_platform_power_transition() in pci_power_up()Rafael J. Wysocki2022-05-051-1/+8
| * | PCI/PM: Set current_state to D3cold if the device is not accessibleRafael J. Wysocki2022-05-051-0/+2
| * | PCI/PM: Relocate pci_set_low_power_state()Rafael J. Wysocki2022-05-051-79/+79
| * | PCI/PM: Split pci_raw_set_power_state()Rafael J. Wysocki2022-05-051-60/+83
| * | PCI/PM: Rearrange pci_update_current_state()Rafael J. Wysocki2022-05-051-3/+6
| * | PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki2022-05-051-3/+0
| * | PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki2022-05-051-15/+0
| |/
* / PCI/PM: Avoid putting Elo i2 PCIe Ports in D3coldRafael J. Wysocki2022-04-111-0/+10
|/
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-13/+13
|\
| * Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-5/+5
| |\
| | * PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-5/+5
| * | PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain2022-01-111-8/+8
| |/
* / PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner2021-12-161-5/+0
|/
* Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-131-1/+2
|\
| * PCI: Export pci_dev_lock()Niklas Schnelle2021-11-081-1/+2
* | Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-111-9/+8
|\ \
| * | Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-111-9/+8
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-0/+32
|\ \ \ | |_|/ |/| |
| * | PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky2021-10-291-0/+32
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-14/+51
|\ \ \ | | |/ | |/|
| * | Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-4/+5
| |\ \
| | * | PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński2021-10-271-2/+3
| | * | PCI: Remove redundant 'rc' initializationColin Ian King2021-10-261-1/+1
| | * | PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path()Krzysztof Wilczyński2021-10-121-1/+1
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2021-11-051-0/+2
| |\ \
| | * | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner2021-10-161-0/+2
| | |/
| * | Merge branch 'pci/driver'Bjorn Helgaas2021-11-051-8/+9
| |\ \
| | * | PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-8/+9
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2021-11-051-2/+10
| |\ \
| | * | PCI: Do not enable AtomicOps on VFsSelvin Xavier2021-11-041-0/+8
| | * | PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-2/+2
| | |/
| * / PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao2021-10-191-0/+25
| |/
* | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-041-0/+2
|\ \
| * | PCI: Allow architecture-specific pci_remap_iospace()Sergio Paracuellos2021-10-051-0/+2
| |/
* | PCI: PM: Fix ordering of operations in pci_back_from_sleep()Rafael J. Wysocki2021-10-211-1/+6
* | PCI: PM: Do not call platform_pci_power_manageable() unnecessarilyRafael J. Wysocki2021-10-051-11/+5
* | PCI: PM: Make pci_choose_state() call pci_target_state()Rafael J. Wysocki2021-10-051-38/+16
* | PCI: PM: Rearrange pci_target_state()Rafael J. Wysocki2021-10-051-14/+9
* | PCI: PM: Drop struct pci_platform_pm_opsRafael J. Wysocki2021-10-051-11/+0
* | PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIRafael J. Wysocki2021-09-291-13/+9