aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-4/+4
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2021-11-05Merge branch 'pci/sysfs'Bjorn Helgaas1-2/+2
2021-11-05Merge branch 'pci/portdrv'Bjorn Helgaas1-17/+30
2021-11-05Merge branch 'pci/hotplug'Bjorn Helgaas4-40/+17
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-4/+4
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner1-2/+2
2021-10-15PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarationsLukas Wunner1-2/+0
2021-10-15PCI/portdrv: Remove unused resume err_handlerLukas Wunner2-27/+0
2021-10-15PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner2-0/+5
2021-10-15PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2-10/+11
2021-10-12PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas1-16/+24
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-09-28PCI: Use kstrtobool() directly, sans strtobool() wrapperKrzysztof Wilczyński1-2/+2
2021-09-20PCI/portdrv: Do not setup up IRQs if there are no usersJan Kiszka1-17/+30
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-12/+13
2021-09-02Merge branch 'pci/misc'Bjorn Helgaas1-3/+1
2021-09-02Merge branch 'pci/reset'Bjorn Helgaas1-7/+5
2021-08-31PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes1-2/+7
2021-08-24PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes1-0/+9
2021-08-20PCI/PTM: Remove error message at bootJakub Kicinski1-3/+1
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede1-7/+5
2021-07-06Merge branch 'pci/sysfs'Bjorn Helgaas2-11/+13
2021-07-06Merge branch 'pci/hotplug'Bjorn Helgaas1-5/+69
2021-06-16PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner1-5/+69
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2-11/+13
2021-05-27PCI/AER: Use consistent format when printing PCI deviceYicong Yang1-2/+2
2021-05-04Merge branch 'pci/kernel-doc'Bjorn Helgaas2-4/+4
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński2-4/+4
2021-03-10PCI/RCEC: Fix RCiEP device to RCEC associationQiuxu Zhuo1-1/+1
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds7-166/+12
2021-02-24Merge branch 'pci/link'Bjorn Helgaas5-154/+0
2021-02-23PCI/portdrv: Report reset for frozen channelKeith Busch1-1/+2
2021-02-23PCI/AER: Specify the type of Port that was resetKeith Busch1-1/+2
2021-02-23PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2021-02-23PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch1-1/+1
2021-02-23PCI/ERR: Clear status of the reporting deviceKeith Busch1-7/+6
2021-02-02PCI/LINK: Remove bandwidth notificationBjorn Helgaas5-154/+0
2021-01-27Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"Bjorn Helgaas1-44/+0
2020-12-15Merge branch 'pci/ptm'Bjorn Helgaas1-0/+60
2020-12-15Merge branch 'pci/err'Bjorn Helgaas8-68/+363
2020-12-10PCI: Disable PTM during suspend to save powerDavid E. Box1-0/+17
2020-12-10PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box1-0/+43
2020-12-05PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo1-1/+4
2020-12-05PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2-10/+15
2020-12-05PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley2-4/+48
2020-12-05PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2-12/+27
2020-12-05PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley2-0/+97
2020-12-05PCI/ERR: Recover from RCEC AER errorsSean V Kelley2-21/+56