aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-4.9/200-disable-msi.patch
Commit message (Collapse)AuthorAgeFilesLines
* imx6: disable MSI interruptsTim Harvey2017-04-261-0/+22
The IMX6 PCIe host controller does not fire legacy interrupts if MSI is enabled. A patch is being worked on to enable MSI at runtime only when it is needed but meanwhile this patch will disable MSI for the imx6 kernel. This fixes the no interrupt issue on cards/drivers that use legacy interrupts such as ath9k. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>