summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Revert "PCI/portdrv: Do not setup up IRQs if there are no users"Bjorn Helgaas1-30/+17
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas2-4/+4
2022-01-13Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2022-01-11PCI: Use DWORD accesses for LTR, L1 SS to avoid erratumRajat Jain1-0/+1
2021-11-20PCI/ASPM: Remove struct aspm_latencySaheed O. Bolarinwa1-19/+13
2021-11-20PCI/ASPM: Stop caching device L0s, L1 acceptable exit latenciesSaheed O. Bolarinwa1-19/+10
2021-11-20PCI/ASPM: Stop caching link L0s, L1 exit latenciesSaheed O. Bolarinwa1-11/+17
2021-11-20PCI/ASPM: Move pci_function_0() upwardBolarinwa O. Saheed1-14/+14
2021-11-18PCI/PME: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-2/+2
2021-11-18PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-2/+2
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-13PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas1-16/+24
2021-10-09PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-09-29PCI: 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-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-21PCI/PTM: Remove error message at bootJakub Kicinski1-3/+1
2021-08-19PCI: 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-17PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner1-5/+69
2021-06-04PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2-11/+13
2021-05-28PCI/AER: Use consistent format when printing PCI deviceYicong Yang1-2/+2
2021-05-04Merge branch 'pci/kernel-doc'Bjorn Helgaas2-4/+4
2021-03-12PCI: Fix kernel-doc errorsKrzysztof Wilczyński2-4/+4
2021-03-11PCI/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/gi...Linus Torvalds7-166/+12
2021-02-24Merge branch 'pci/link'Bjorn Helgaas5-154/+0
2021-02-24PCI/portdrv: Report reset for frozen channelKeith Busch1-1/+2
2021-02-24PCI/AER: Specify the type of Port that was resetKeith Busch1-1/+2
2021-02-24PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2021-02-24PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch1-1/+1
2021-02-24PCI/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