mbox series

[0/4] lspci: Decode capability names

Message ID 152416880512.71364.16029919502694064334.stgit@bhelgaas-glaptop.roam.corp.google.com
Headers show
Series lspci: Decode capability names | expand

Message

Bjorn Helgaas April 19, 2018, 8:16 p.m. UTC
This is a minor update to print the names of several capabilities instead
of just the hex capability ID.

I'd love it if somebody would implement decoding of the content of these
capabilities, but I haven't had time to do that.

---

Bjorn Helgaas (4):
      lspci: Clarify unknown capability IDs
      lspci: Decode Null Capability
      lspci: Print names of capabilities even if we can't decode the rest
      lspci: Use spec name for RCRB ((Root Complex Register Block)


 lib/header.h |   21 ++++++++++++++++++++-
 ls-caps.c    |    5 ++++-
 ls-ecaps.c   |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 78 insertions(+), 5 deletions(-)

Comments

Martin Mareš April 20, 2018, 8:24 a.m. UTC | #1
Hi,

> This is a minor update to print the names of several capabilities instead
> of just the hex capability ID.

thanks, applied.

> I'd love it if somebody would implement decoding of the content of these
> capabilities, but I haven't had time to do that.

I would have time, but unfortunately I do not have the specs :(

				Martin