index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
pcie-dpc.c
Age
Commit message (
Expand
)
Author
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
2018-01-30
PCI/DPC: Add and use DPC Status register field definitions
Bjorn Helgaas
2018-01-30
PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()
Bjorn Helgaas
2018-01-30
PCI/DPC: Remove unnecessary RP PIO register structs
Bjorn Helgaas
2018-01-30
PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()
Bjorn Helgaas
2018-01-30
PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()
Bjorn Helgaas
2018-01-30
PCI/DPC: Make RP PIO log size check more generic
Bjorn Helgaas
2018-01-30
PCI/DPC: Rename local "status" to "dpc_status"
Bjorn Helgaas
2018-01-30
PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()
Bjorn Helgaas
2018-01-30
PCI/DPC: Process RP PIO details only if RP PIO extensions supported
Bjorn Helgaas
2018-01-30
PCI/DPC: Read RP PIO Log Size once at probe
Bjorn Helgaas
2018-01-30
PCI/DPC: Rename struct dpc_dev.rp to rp_extensions
Bjorn Helgaas
2018-01-30
PCI/DPC: Add local variable for DPC capability offset
Bjorn Helgaas
2018-01-28
PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate
Bjorn Helgaas
2018-01-26
PCI/DPC: Rename interrupt_event_handler() to dpc_work()
Bjorn Helgaas
2018-01-26
PCI/DPC: Fix interrupt message number print
Keith Busch
2018-01-26
PCI/DPC: Enable DPC only if AER is available
Keith Busch
2018-01-10
PCI/DPC: Fix shared interrupt handling
Alex Williamson
2017-08-24
PCI/DPC: Add local struct device pointers
Dongdong Liu
2017-08-24
PCI/DPC: Add eDPC support
Dongdong Liu
2017-05-22
PCI/DPC: Fix control register setting
Keith Busch
2017-05-22
PCI/DPC: Skip DPC event if device is not present
Keith Busch
2017-03-29
PCI: Add device disconnected state
Keith Busch
2017-02-10
PCI/DPC: Wait for Root Port busy to clear
Keith Busch
2017-02-10
PCI/DPC: Decode extended reasons
Keith Busch
2016-08-24
PCI: Make DPC explicitly non-modular
Paul Gortmaker
2016-07-25
PCI: Bind DPC to Root Ports as well as Downstream Ports
Keith Busch
2016-06-21
PCI: Fix whitespace in struct dpc_dev
Mika Westerberg
2016-06-21
PCI: Convert Downstream Port Containment driver to use devm_* functions
Mika Westerberg
2016-05-03
PCI: Add Downstream Port Containment driver
Keith Busch