[PATCH 0/8] lspci: Decode more DevCtl2 fields

Bjorn Helgaas posted 8 patches 2 years, 2 months ago
lib/header.h |  4 ++++
ls-caps.c    | 20 +++++++++++++-------
ls-ecaps.c   | 12 ++++++------
setpci.man   |  2 +-
4 files changed, 24 insertions(+), 14 deletions(-)
[PATCH 0/8] lspci: Decode more DevCtl2 fields
Posted by Bjorn Helgaas 2 years, 2 months ago
From: Bjorn Helgaas <bhelgaas@google.com>

Decode several more DevCtl2 fields and show Interrupt Message Numbers more
consistently.

Bjorn Helgaas (8):
  lspci: Reorder PCIe DevCtl2 fields to match spec
  lspci: Decode PCIe DevCtl2 ID-Based Ordering Enables
  lspci: Decode PCIe DevCtl2 Emergency Power Reduction Request
  lspci: Decode PCIe DevCtl2 End-to-End TLP Prefix Blocking
  lspci: Decode PCIe LnkCtl Link Disable as 'LnkDisable'
  lspci: Print PCIe Interrupt Message Numbers consistently
  lspci: Remove spurious colon (':') from PCIe PTM decoding
  setpci: Fix man page typo

 lib/header.h |  4 ++++
 ls-caps.c    | 20 +++++++++++++-------
 ls-ecaps.c   | 12 ++++++------
 setpci.man   |  2 +-
 4 files changed, 24 insertions(+), 14 deletions(-)

-- 
2.34.1
Re: [PATCH 0/8] lspci: Decode more DevCtl2 fields
Posted by Martin Mareš 2 years, 2 months ago
Hi!

> Decode several more DevCtl2 fields and show Interrupt Message Numbers more
> consistently.
> 
> Bjorn Helgaas (8):
>   lspci: Reorder PCIe DevCtl2 fields to match spec
>   lspci: Decode PCIe DevCtl2 ID-Based Ordering Enables
>   lspci: Decode PCIe DevCtl2 Emergency Power Reduction Request
>   lspci: Decode PCIe DevCtl2 End-to-End TLP Prefix Blocking
>   lspci: Decode PCIe LnkCtl Link Disable as 'LnkDisable'
>   lspci: Print PCIe Interrupt Message Numbers consistently
>   lspci: Remove spurious colon (':') from PCIe PTM decoding
>   setpci: Fix man page typo

Thanks, applied.

				Martin