[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210825102636.52757-2-21cnbao@gmail.com>
Date: Wed, 25 Aug 2021 18:26:34 +0800
From: Barry Song <21cnbao@...il.com>
To: bhelgaas@...gle.com, maz@...nel.org, tglx@...utronix.de
Cc: Jonathan.Cameron@...wei.com, bilbao@...edu, corbet@....net,
gregkh@...uxfoundation.org, leon@...nel.org,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
linuxarm@...wei.com, luzmaximilian@...il.com,
mchehab+huawei@...nel.org, schnelle@...ux.ibm.com,
jesse.brandeburg@...el.com, anthony.l.nguyen@...el.com,
intel-wired-lan@...ts.osuosl.org,
Barry Song <song.bao.hua@...ilicon.com>
Subject: [PATCH v3 1/3] Documentation: ABI: sysfs-bus-pci: Add description for IRQ entry
From: Barry Song <song.bao.hua@...ilicon.com>
/sys/bus/pci/devices/.../irq has been there for many years but it
has never been documented. This patch is trying to document it as
what it is really implemented in the kernel code.
Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Signed-off-by: Barry Song <song.bao.hua@...ilicon.com>
---
Documentation/ABI/testing/sysfs-bus-pci | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci
index 793cbb7..eeacdce 100644
--- a/Documentation/ABI/testing/sysfs-bus-pci
+++ b/Documentation/ABI/testing/sysfs-bus-pci
@@ -96,6 +96,16 @@ Description:
This attribute indicates the mode that the irq vector named by
the file is in (msi vs. msix)
+What: /sys/bus/pci/devices/.../irq
+Date: August 2021
+Contact: Linux PCI developers <linux-pci@...r.kernel.org>
+Description:
+ If a driver has enabled MSI (not MSI-X), "irq" contains the IRQ
+ of the first MSI vector. Otherwise "irq" contains the IRQ of
+ the legacy INTx interrupt.
+ "irq" being set to 0 indicates that the device isn't capable of
+ generating legacy INTx interrupts.
+
What: /sys/bus/pci/devices/.../remove
Date: January 2009
Contact: Linux PCI developers <linux-pci@...r.kernel.org>
--
1.8.3.1
Powered by blists - more mailing lists