summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/pcie-dpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-4/+1
|\
| * PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-281-4/+1
* | PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas2018-01-301-2/+2
* | PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas2018-01-301-7/+1
* | PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas2018-01-301-56/+24
* | PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-1/+2
* | PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-39/+21
* | PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas2018-01-301-2/+3
* | PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas2018-01-301-3/+3
* | PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas2018-01-301-8/+3
* | PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas2018-01-301-1/+1
* | PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas2018-01-301-13/+16
* | PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas2018-01-301-4/+4
* | PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas2018-01-301-36/+29
* | PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas2018-01-261-2/+2
* | PCI/DPC: Fix interrupt message number printKeith Busch2018-01-261-1/+1
* | PCI/DPC: Enable DPC only if AER is availableKeith Busch2018-01-261-0/+4
* | PCI/DPC: Fix shared interrupt handlingAlex Williamson2018-01-101-20/+40
|/
* PCI/DPC: Add local struct device pointersDongdong Liu2017-08-241-10/+15
* PCI/DPC: Add eDPC supportDongdong Liu2017-08-241-0/+162
* PCI/DPC: Fix control register settingKeith Busch2017-05-221-1/+1
* PCI/DPC: Skip DPC event if device is not presentKeith Busch2017-05-221-1/+1
* PCI: Add device disconnected stateKeith Busch2017-03-291-0/+5
* PCI/DPC: Wait for Root Port busy to clearKeith Busch2017-02-101-1/+25
* PCI/DPC: Decode extended reasonsKeith Busch2017-02-101-2/+6
* PCI: Make DPC explicitly non-modularPaul Gortmaker2016-08-241-14/+4
* PCI: Bind DPC to Root Ports as well as Downstream PortsKeith Busch2016-07-251-1/+1
* PCI: Fix whitespace in struct dpc_devMika Westerberg2016-06-211-2/+2
* PCI: Convert Downstream Port Containment driver to use devm_* functionsMika Westerberg2016-06-211-9/+4
* PCI: Add Downstream Port Containment driverKeith Busch2016-05-031-0/+163
OpenPOWER on IntegriCloud