summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-122/+250
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-10/+23
| |\
| | * PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson2019-10-231-4/+16
| | * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-6/+7
| * | Merge branch 'pci/pm'Bjorn Helgaas2019-11-281-112/+224
| |\ \
| | * | PCI/PM: Move pci_dev_wait() definition earlierVidya Sagar2019-11-201-41/+41
| | * | PCI/PM: Add missing link delays required by the PCIe specMika Westerberg2019-11-201-6/+122
| | * | PCI/PM: Add pcie_wait_for_link_delay()Mika Westerberg2019-11-201-3/+18
| | * | PCI/PM: Return error when changing power state from D3coldBjorn Helgaas2019-11-201-0/+6
| | * | PCI/PM: Decode D3cold power state correctlyBjorn Helgaas2019-11-201-7/+10
| | * | PCI/PM: Fold __pci_complete_power_transition() into its callerRafael J. Wysocki2019-11-201-23/+7
| | * | PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki2019-11-201-3/+3
| | * | PCI/PM: Fold __pci_start_power_transition() into its callerRafael J. Wysocki2019-11-201-30/+18
| | * | PCI/PM: Use pci_power_up() in pci_set_power_state()Rafael J. Wysocki2019-11-201-12/+13
| | * | PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki2019-11-201-1/+0
| | * | PCI/PM: Simplify pci_set_power_state()Bjorn Helgaas2019-11-201-2/+2
| | * | PCI/PM: Expand PM reset messages to mention D3hot (not just D3)Bjorn Helgaas2019-11-201-1/+1
| | * | PCI/PM: Apply D2 delay as milliseconds, not microsecondsBjorn Helgaas2019-11-201-1/+1
| * | | Merge branch 'pci/misc'Bjorn Helgaas2019-11-281-0/+1
| |\ \ \
| | * | | PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-211-0/+1
| | | |/ | | |/|
| * | | Merge branch 'pci/aer'Bjorn Helgaas2019-11-281-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | PCI/AER: Save AER Capability for suspend/resumePatel, Mayurkumar2019-10-181-0/+2
| | |/
* | | Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-11-251-13/+11
|\| |
| * | PCI: PM: Fix pci_power_up()Rafael J. Wysocki2019-10-151-13/+11
| |/
* / PCI: Add a helper to check Power Resource Requirements _PR3 existenceKai-Heng Feng2019-10-211-0/+18
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-34/+53
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-09-231-1/+13
| |\
| | * PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena2019-08-081-1/+1
| | * PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov2019-08-081-0/+12
| * | Merge branch 'pci/misc'Bjorn Helgaas2019-09-231-32/+39
| |\ \
| | * | PCI: Force trailing new line to resource_alignment_param in sysfsLogan Gunthorpe2019-09-051-0/+10
| | * | PCI: Move pci_[get|set]_resource_alignment_param() into their callersLogan Gunthorpe2019-09-051-20/+12
| | * | PCI: Clean up resource_alignment parameter to not require static bufferLogan Gunthorpe2019-09-051-18/+23
| | * | PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski2019-09-051-2/+2
| | |/
| * / PCI: Get rid of dev->has_secondary_link flagMika Westerberg2019-09-071-1/+1
| |/
* / Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg2019-08-071-19/+10
|/
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-2/+4
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-07-121-1/+1
| |\
| | * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-1/+1
| * | PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel2019-06-131-1/+3
| |/
* | PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki2019-06-271-0/+21
* | PCI: Do not poll for PME if the device is in D3coldMika Westerberg2019-06-181-0/+7
* | PCI: Add missing link delays required by the PCIe specMika Westerberg2019-06-181-10/+19
* | PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki2019-06-171-27/+28
* | PCI: PM: Avoid resuming devices in D3hot during system suspendRafael J. Wysocki2019-06-171-3/+13
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-179/+165
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-05-131-145/+157
| |\
| | * PCI: Fix comment typosBjorn Helgaas2019-04-131-158/+170
| * | Merge branch 'pci/printk'Bjorn Helgaas2019-05-131-9/+8
| |\ \
| | * | PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar2019-05-091-7/+7