From: Lucas Stach Date: Tue, 27 Jan 2015 16:24:53 +0000 (-0600) Subject: PCI: designware: Reject MSI-X IRQs X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~189^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c5392eb1c1e81188e898400c0e8258827eb160;p=pandora-kernel.git PCI: designware: Reject MSI-X IRQs The DesignWare PCIe MSI hardware does not support MSI-X IRQs. Setting those up failed as a side effect of a bug which was fixed by 91f8ae823f2b ("PCI: designware: Setup and clear exactly one MSI at a time"). Now that this bug is fixed, MSI-X IRQs need to be rejected explicitly; otherwise devices trying to use them may end up with incorrectly working interrupts. Fixes: 91f8ae823f2b ("PCI: designware: Setup and clear exactly one MSI at a time") Signed-off-by: Lucas Stach Signed-off-by: Bjorn Helgaas Acked-by: Jingoo Han CC: stable@vger.kernel.org # v3.18+ --- Reading git-diff-tree failed