summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-111-4/+4
* Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-1/+1
|\
| * PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-081-1/+1
* | Merge branch 'pci/sysfs'Bjorn Helgaas2021-11-051-2/+2
|\ \
| * | PCI: Use kstrtobool() directly, sans strtobool() wrapperKrzysztof Wilczyński2021-09-281-2/+2
| |/
* | Merge branch 'pci/portdrv'Bjorn Helgaas2021-11-051-17/+30
|\ \
| * | PCI/portdrv: Do not setup up IRQs if there are no usersJan Kiszka2021-09-201-17/+30
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2021-11-054-40/+17
|\ \
| * | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner2021-10-161-2/+2
| * | PCI/portdrv: Remove unused pcie_port_bus_{,un}register() declarationsLukas Wunner2021-10-151-2/+0
| * | PCI/portdrv: Remove unused resume err_handlerLukas Wunner2021-10-152-27/+0
| * | PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner2021-10-152-0/+5
| * | PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2021-10-152-10/+11
| |/
* | PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-4/+4
* | PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas2021-10-121-16/+24
|/
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-073-12/+13
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2021-09-021-3/+1
| |\
| | * PCI/PTM: Remove error message at bootJakub Kicinski2021-08-201-3/+1
| * | Merge branch 'pci/reset'Bjorn Helgaas2021-09-021-7/+5
| |\ \
| | * | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
| | * | PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede2021-08-171-7/+5
| | |/
| * / PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes2021-08-311-2/+7
| |/
* / PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes2021-08-241-0/+9
|/
* Merge branch 'pci/sysfs'Bjorn Helgaas2021-07-062-11/+13
|\
| * PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2021-06-032-11/+13
* | Merge branch 'pci/hotplug'Bjorn Helgaas2021-07-061-5/+69
|\ \
| * | PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner2021-06-161-5/+69
| |/
* / PCI/AER: Use consistent format when printing PCI deviceYicong Yang2021-05-271-2/+2
|/
* Merge branch 'pci/kernel-doc'Bjorn Helgaas2021-05-042-4/+4
|\
| * PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-112-4/+4
* | PCI/RCEC: Fix RCiEP device to RCEC associationQiuxu Zhuo2021-03-101-1/+1
|/
* Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-257-166/+12
|\
| * Merge branch 'pci/link'Bjorn Helgaas2021-02-245-154/+0
| |\
| | * PCI/LINK: Remove bandwidth notificationBjorn Helgaas2021-02-025-154/+0
| * | PCI/portdrv: Report reset for frozen channelKeith Busch2021-02-231-1/+2
| * | PCI/AER: Specify the type of Port that was resetKeith Busch2021-02-231-1/+2
| * | PCI/ERR: Retain status from error notificationKeith Busch2021-02-231-2/+1
| * | PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch2021-02-231-1/+1
| * | PCI/ERR: Clear status of the reporting deviceKeith Busch2021-02-231-7/+6
| |/
* / Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"Bjorn Helgaas2021-01-271-44/+0
|/
* Merge branch 'pci/ptm'Bjorn Helgaas2020-12-151-0/+60
|\
| * PCI: Disable PTM during suspend to save powerDavid E. Box2020-12-101-0/+17
| * PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box2020-12-101-0/+43
* | Merge branch 'pci/err'Bjorn Helgaas2020-12-158-68/+363
|\ \
| * | PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo2020-12-051-1/+4
| * | PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2020-12-052-10/+15
| * | PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley2020-12-052-4/+48
| * | PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2020-12-052-12/+27
| * | PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley2020-12-052-0/+97
| * | PCI/ERR: Recover from RCEC AER errorsSean V Kelley2020-12-052-21/+56