aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-122/+250
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-10/+23
2019-11-28Merge branch 'pci/pm'Bjorn Helgaas1-112/+224
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas1-0/+1
2019-11-28Merge branch 'pci/aer'Bjorn Helgaas1-0/+2
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-13/+11
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski1-0/+1
2019-11-20PCI/PM: Move pci_dev_wait() definition earlierVidya Sagar1-41/+41
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg1-6/+122
2019-11-20PCI/PM: Add pcie_wait_for_link_delay()Mika Westerberg1-3/+18
2019-11-20PCI/PM: Return error when changing power state from D3coldBjorn Helgaas1-0/+6
2019-11-20PCI/PM: Decode D3cold power state correctlyBjorn Helgaas1-7/+10
2019-11-20PCI/PM: Fold __pci_complete_power_transition() into its callerRafael J. Wysocki1-23/+7
2019-11-20PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki1-3/+3
2019-11-20PCI/PM: Fold __pci_start_power_transition() into its callerRafael J. Wysocki1-30/+18
2019-11-20PCI/PM: Use pci_power_up() in pci_set_power_state()Rafael J. Wysocki1-12/+13
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki1-1/+0
2019-11-20PCI/PM: Simplify pci_set_power_state()Bjorn Helgaas1-2/+2
2019-11-20PCI/PM: Expand PM reset messages to mention D3hot (not just D3)Bjorn Helgaas1-1/+1
2019-11-20PCI/PM: Apply D2 delay as milliseconds, not microsecondsBjorn Helgaas1-1/+1
2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson1-4/+16
2019-10-21PCI: Add a helper to check Power Resource Requirements _PR3 existenceKai-Heng Feng1-0/+18
2019-10-18PCI/AER: Save AER Capability for suspend/resumePatel, Mayurkumar1-0/+2
2019-10-15PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-6/+7
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-34/+53
2019-09-23Merge branch 'pci/resource'Bjorn Helgaas1-1/+13
2019-09-23Merge branch 'pci/misc'Bjorn Helgaas1-32/+39
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg1-1/+1
2019-09-05PCI: Force trailing new line to resource_alignment_param in sysfsLogan Gunthorpe1-0/+10
2019-09-05PCI: Move pci_[get|set]_resource_alignment_param() into their callersLogan Gunthorpe1-20/+12
2019-09-05PCI: Clean up resource_alignment parameter to not require static bufferLogan Gunthorpe1-18/+23
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski1-2/+2
2019-08-08PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena1-1/+1
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov1-0/+12
2019-08-07Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg1-19/+10
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+4
2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas1-1/+1
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki1-0/+21
2019-06-18PCI: Do not poll for PME if the device is in D3coldMika Westerberg1-0/+7
2019-06-18PCI: Add missing link delays required by the PCIe specMika Westerberg1-10/+19
2019-06-17PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki1-27/+28
2019-06-17PCI: PM: Avoid resuming devices in D3hot during system suspendRafael J. Wysocki1-3/+13
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel1-1/+3
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-179/+165
2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas1-145/+157
2019-05-13Merge branch 'pci/printk'Bjorn Helgaas1-9/+8
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar1-7/+7
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar1-2/+1