diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-15 11:56:07 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-15 11:56:07 -0600 |
commit | af3a2ab5daa0b8bf188a039c122a670cdc8b9544 (patch) | |
tree | 2f6ddec5a2c66b61cebd5f24b906100eeefcbee1 /include/uapi/linux | |
parent | 8f417ca9ebfa8701a41db64f5ed9cbb01b8e4219 (diff) | |
parent | abdbf4d635a9a8c956bb9757a9d4f08c2abe1f97 (diff) | |
download | op-kernel-dev-af3a2ab5daa0b8bf188a039c122a670cdc8b9544.zip op-kernel-dev-af3a2ab5daa0b8bf188a039c122a670cdc8b9544.tar.gz |
Merge branch 'pci/dpc' into next
* pci/dpc:
PCI/DPC: Wait for Root Port busy to clear
PCI/DPC: Decode extended reasons
Diffstat (limited to 'include/uapi/linux')
-rw-r--r-- | include/uapi/linux/pci_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h index f48d06e..634c9c4 100644 --- a/include/uapi/linux/pci_regs.h +++ b/include/uapi/linux/pci_regs.h @@ -974,6 +974,7 @@ #define PCI_EXP_DPC_STATUS 8 /* DPC Status */ #define PCI_EXP_DPC_STATUS_TRIGGER 0x01 /* Trigger Status */ #define PCI_EXP_DPC_STATUS_INTERRUPT 0x08 /* Interrupt Status */ +#define PCI_EXP_DPC_RP_BUSY 0x10 /* Root Port Busy */ #define PCI_EXP_DPC_SOURCE_ID 10 /* DPC Source Identifier */ |