summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/dpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-27PCI/DPC: Quirk PIO log size for certain Intel Root PortsMika Westerberg1-5/+10
2021-11-18PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-2/+2
2021-06-16PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner1-5/+69
2020-09-17PCI: pciehp: Reduce noisiness on hot removalLukas Wunner1-2/+5
2020-06-01PCI/DPC: Print IRQ number used by portYicong Yang1-0/+1
2020-06-01PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan1-1/+1
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-1/+1
2020-03-28PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDRKuppuswamy Sathyanarayanan1-3/+9
2020-03-28PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan1-12/+21
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan1-2/+1
2020-03-28PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas1-72/+31
2019-10-25PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER controlOlof Johansson1-1/+1
2019-05-09PCI/DPC: Log messages with pci_dev, not pcie_deviceFrederick Lawler1-19/+18
2019-02-21PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu1-1/+26
2018-10-02PCI: Make link active reporting detection genericKeith Busch1-1/+3
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch1-2/+2
2018-09-20PCI/DPC: Save and restore config stateKeith Busch1-6/+55
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch1-2/+1
2018-07-19PCI/DPC: Remove indirection waiting for inactive linkKeith Busch1-8/+2
2018-07-19PCI/DPC: Use threaded IRQ for bottom half handlingKeith Busch1-7/+8
2018-07-19PCI/DPC: Print AER status in DPC event handlingKeith Busch1-0/+6
2018-07-19PCI/DPC: Remove rp_pio_status from dpc structKeith Busch1-12/+5
2018-07-19PCI/DPC: Defer event handling to work queueKeith Busch1-24/+20
2018-07-19PCI/DPC: Leave interrupts enabled while handling eventKeith Busch1-18/+5
2018-06-11PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas1-1/+0
2018-06-06Merge branch 'pci/dpc'Bjorn Helgaas1-1/+4
2018-06-02PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep1-20/+33
2018-06-02PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep1-2/+2
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep1-11/+1
2018-05-16PCI/DPC: Clear interrupt status in interrupt handler top halfOza Pawandeep1-1/+4
2018-03-31PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas1-0/+307