summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/dpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/dpc'Bjorn Helgaas2024-03-121-1/+61
|\
| * PCI/DPC: Ignore Surprise Down error on hot removalSmita Koralahalli2024-02-281-0/+60
| * PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen2024-01-221-1/+1
* | PCI/AER: Generalize TLP Header Log readingIlpo Järvinen2024-03-081-10/+4
|/
* PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen2023-10-241-10/+17
* PCI/DPC: Use defined fields with DPC_CTL registerIlpo Järvinen2023-10-241-3/+7
* PCI/DPC: Use FIELD_GET()Bjorn Helgaas2023-10-241-2/+3
* PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg2023-04-111-2/+1
* PCI/DPC: Await readiness of secondary bus after resetLukas Wunner2023-02-091-2/+2
* PCI/DPC: Quirk PIO log size for certain Intel Root PortsMika Westerberg2022-09-271-5/+10
* PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
* PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner2021-06-161-5/+69
* PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-171-2/+5
* PCI/DPC: Print IRQ number used by portYicong Yang2020-06-011-0/+1
* PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan2020-06-011-1/+1
* PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan2020-03-281-1/+1
* PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDRKuppuswamy Sathyanarayanan2020-03-281-3/+9
* PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan2020-03-281-12/+21
* PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan2020-03-281-2/+1
* PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas2020-03-281-72/+31
* PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER controlOlof Johansson2019-10-251-1/+1
* PCI/DPC: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-19/+18
* PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu2019-02-211-1/+26
* PCI: Make link active reporting detection genericKeith Busch2018-10-021-1/+3
* PCI/ERR: Handle fatal error recoveryKeith Busch2018-09-261-2/+2
* PCI/DPC: Save and restore config stateKeith Busch2018-09-201-6/+55
* PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-201-2/+1
* PCI/DPC: Remove indirection waiting for inactive linkKeith Busch2018-07-191-8/+2
* PCI/DPC: Use threaded IRQ for bottom half handlingKeith Busch2018-07-191-7/+8
* PCI/DPC: Print AER status in DPC event handlingKeith Busch2018-07-191-0/+6
* PCI/DPC: Remove rp_pio_status from dpc structKeith Busch2018-07-191-12/+5
* PCI/DPC: Defer event handling to work queueKeith Busch2018-07-191-24/+20
* PCI/DPC: Leave interrupts enabled while handling eventKeith Busch2018-07-191-18/+5
* PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas2018-06-111-1/+0
* Merge branch 'pci/dpc'Bjorn Helgaas2018-06-061-1/+4
|\
| * PCI/DPC: Clear interrupt status in interrupt handler top halfOza Pawandeep2018-05-161-1/+4
* | PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep2018-06-021-20/+33
* | PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2018-06-021-2/+2
* | PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-11/+1
|/
* PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas2018-03-311-0/+307