]> git.karo-electronics.de Git - karo-tx-linux.git/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>
Tue, 13 Dec 2011 18:41:45 +0000 (10:41 -0800)
commit018b018b25fff8929725efa182f0359050592175
tree4b6382b0f3596186a207d343418424d3a2d277f2
parent619a5182d1f38a3d629ee48e04fa182ef9170052
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