From patchwork Wed Oct 18 16:08:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 13427337 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 143EACDB483 for ; Wed, 18 Oct 2023 16:08:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231267AbjJRQIp (ORCPT ); Wed, 18 Oct 2023 12:08:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbjJRQIp (ORCPT ); Wed, 18 Oct 2023 12:08:45 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F212A4; Wed, 18 Oct 2023 09:08:43 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EF17C433C7; Wed, 18 Oct 2023 16:08:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697645322; bh=RV/P7kJFYdsVBoZ+ji7+q8m2XyaiNUuw2458JJByd0U=; h=From:To:Cc:Subject:Date:From; b=ukab3BzRusfmS0p4gmUeazgI41oeSTLX5mvl4B4a6k1bNMgjZxbnXGl78zQ8pl7VX /rltTLX/a6LssTALdHBfJeStJd0qksdKReS2rVftE7FTFnxb66LahH5g9hsVf4NHQC DtexTZaRFMhl4Lv9qhFwwiKQGfIRLZm3Tb+EwHTDUceLbXmtf+r7haZ9/ZHnpemQDa eda95YbXCofhW62B9rRVFrclUFLcTgzg5+5Mpv7qXMz1gszGY8tt34yk0MRDQB79xY ZWqki4nCTZ2rjesiJ7tElT7bP7iWCJ4WGZr7ltIqY6yRhjR7L+j5jlWzGraNnLmX2L z+NOl+GcxqcQQ== From: Bjorn Helgaas To: Martin Mares Cc: =?utf-8?q?Pali_Roh=C3=A1r?= , Gustavo Pimentel , Mateusz Nowicki , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: [PATCH 0/8] lspci: Decode more DevCtl2 fields Date: Wed, 18 Oct 2023 11:08:28 -0500 Message-Id: <20231018160836.1361510-1-helgaas@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org From: Bjorn Helgaas 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(-)