aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-4.9/200-disable-msi.patch
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2018-02-15 08:34:38 -0800
committerJohn Crispin <john@phrozen.org>2018-02-19 09:32:43 +0100
commit1188f35a986a78475819bc5550a8a7bc2d21b16c (patch)
tree8e3b4d4053cce50aa749e43228709f83ef431e13 /target/linux/imx6/patches-4.9/200-disable-msi.patch
parent8f9668f46c8ab8f9020d83ded7a4007779904b52 (diff)
downloadupstream-1188f35a986a78475819bc5550a8a7bc2d21b16c.tar.gz
upstream-1188f35a986a78475819bc5550a8a7bc2d21b16c.tar.bz2
upstream-1188f35a986a78475819bc5550a8a7bc2d21b16c.zip
imx6: remove support for 4.9
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/imx6/patches-4.9/200-disable-msi.patch')
-rw-r--r--target/linux/imx6/patches-4.9/200-disable-msi.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/imx6/patches-4.9/200-disable-msi.patch b/target/linux/imx6/patches-4.9/200-disable-msi.patch
deleted file mode 100644
index 290147c944..0000000000
--- a/target/linux/imx6/patches-4.9/200-disable-msi.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-The IMX6 PCIe host controller does not fire legacy interrupts when MSI is
-enabled. A patch is being worked on upstream to only enable MSI at runtime
-when needed, but until that is ready we will allow MSI to be disabled.
-
---- a/drivers/pci/host/Kconfig
-+++ b/drivers/pci/host/Kconfig
-@@ -51,7 +51,6 @@ config PCIE_DW_PLAT
-
- config PCIE_DW
- bool
-- depends on PCI_MSI_IRQ_DOMAIN
-
- config PCI_EXYNOS
- bool "Samsung Exynos PCIe controller"
-@@ -63,7 +62,6 @@ config PCI_EXYNOS
- config PCI_IMX6
- bool "Freescale i.MX6 PCIe controller"
- depends on SOC_IMX6Q
-- depends on PCI_MSI_IRQ_DOMAIN
- select PCIEPORTBUS
- select PCIE_DW
-