]> Pileus Git - ~andy/linux/commit
PCI/sysfs: add per pci device msi[x] irq listing (v5)
authorNeil Horman <nhorman@tuxdriver.com>
Thu, 6 Oct 2011 18:08:18 +0000 (14:08 -0400)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 5 Dec 2011 18:21:44 +0000 (10:21 -0800)
commitb50cac55bf859d5b2fdcc1803a553a251b703456
treebd0f0c9342f173754db228834ccb0f35fd3dff20
parent8e8da023f5af71662867729db5547dc54786093c
PCI/sysfs: add per pci device msi[x] irq listing (v5)

This patch adds a per-pci-device subdirectory in sysfs called:
/sys/bus/pci/devices/<device>/msi_irqs

This sub-directory exports the set of msi vectors allocated by a given
pci device, by creating a numbered sub-directory for each vector beneath
msi_irqs.  For each vector various attributes can be exported.
Currently the only attribute is called mode, which tracks the
operational mode of that vector (msi vs. msix)

Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Documentation/ABI/testing/sysfs-bus-pci
drivers/pci/msi.c
include/linux/msi.h
include/linux/pci.h