summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas
2020-08-05Merge branch 'pci/error'Bjorn Helgaas
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas
2020-07-22Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain
2020-07-10PCI: Reorder pci_enable_acs() and dependenciesRajat Jain
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed
2020-06-04Merge branch 'pci/pm'Bjorn Helgaas
2020-05-15PCI/PM: Assume ports without DLL Link Active train links in 100 msMika Westerberg
2020-05-15PCI/PM: Adjust pcie_wait_for_link_delay() for caller delayBjorn Helgaas
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang
2020-05-12PCI: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-24PCI/PM: Call .bridge_d3() hook only if non-NULLBjorn Helgaas
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-02Merge branch 'pci/enumeration'Bjorn Helgaas
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan
2020-03-10PCI: Add PCIE_LNKCAP2_SLS2SPEED() macroYicong Yang
2020-03-10PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas
2020-03-05PCI: Introduce pci_get_dsnJacob Keller
2020-03-04PCI: Add pci_status_get_and_clear_errorsHeiner Kallweit
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-29Merge branch 'pci/host-vmd'Bjorn Helgaas
2020-01-29Merge branch 'pci/virtualization'Bjorn Helgaas
2020-01-24PCI: Introduce pci_real_dma_dev()Jon Derrick
2020-01-13PCI/PM: Print config space of devices before suspendChen Yu
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-23PCI: Export pci_ats_disabled() as a GPL symbol to modulesWill Deacon
2019-12-18PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart
2019-12-18PCI: Fix pci_add_dma_alias() bitmask sizeJames Sewart
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-28Merge branch 'pci/pm'Bjorn Helgaas
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas
2019-11-28Merge branch 'pci/aer'Bjorn Helgaas
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski
2019-11-20PCI/PM: Move pci_dev_wait() definition earlierVidya Sagar
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg
2019-11-20PCI/PM: Add pcie_wait_for_link_delay()Mika Westerberg
2019-11-20PCI/PM: Return error when changing power state from D3coldBjorn Helgaas
2019-11-20PCI/PM: Decode D3cold power state correctlyBjorn Helgaas
2019-11-20PCI/PM: Fold __pci_complete_power_transition() into its callerRafael J. Wysocki
2019-11-20PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki
2019-11-20PCI/PM: Fold __pci_start_power_transition() into its callerRafael J. Wysocki
2019-11-20PCI/PM: Use pci_power_up() in pci_set_power_state()Rafael J. Wysocki
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki
2019-11-20PCI/PM: Simplify pci_set_power_state()Bjorn Helgaas