summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-051-0/+1
|\
| * PCI: Export pci_ats_disabled() as a GPL symbol to modulesWill Deacon2019-12-231-0/+1
* | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-8/+40
|\ \
| * \ Merge branch 'pci/host-vmd'Bjorn Helgaas2020-01-291-1/+18
| |\ \
| | * | PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-1/+18
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2020-01-291-6/+18
| |\ \
| | * | PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart2019-12-181-5/+17
| | * | PCI: Fix pci_add_dma_alias() bitmask sizeJames Sewart2019-12-181-1/+1
| | |/
| * / PCI/PM: Print config space of devices before suspendChen Yu2020-01-131-1/+4
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* 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
| |/