From 2397978836e003e55cd5a66d4025efc262467a79 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 29 Jun 2014 23:29:57 +0000 Subject: mvebu: drop 3.10 support Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41406 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...ink-PCIe-controllers-to-the-MSI-controlle.patch | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 target/linux/mvebu/patches-3.10/0079-ARM-mvebu-link-PCIe-controllers-to-the-MSI-controlle.patch (limited to 'target/linux/mvebu/patches-3.10/0079-ARM-mvebu-link-PCIe-controllers-to-the-MSI-controlle.patch') diff --git a/target/linux/mvebu/patches-3.10/0079-ARM-mvebu-link-PCIe-controllers-to-the-MSI-controlle.patch b/target/linux/mvebu/patches-3.10/0079-ARM-mvebu-link-PCIe-controllers-to-the-MSI-controlle.patch deleted file mode 100644 index 3cb1bf3a84..0000000000 --- a/target/linux/mvebu/patches-3.10/0079-ARM-mvebu-link-PCIe-controllers-to-the-MSI-controlle.patch +++ /dev/null @@ -1,60 +0,0 @@ -From 7171305e9caebac8cd12ef5a5ef3823f0fbe4a1c Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni -Date: Thu, 6 Jun 2013 18:30:19 +0200 -Subject: [PATCH 079/203] ARM: mvebu: link PCIe controllers to the MSI - controller - -This commit adjusts the Armada 370 and Armada XP PCIe controllers -Device Tree informations to reference their MSI controller. In the -case of this platform, the MSI controller is implemented by the MPIC. - -Signed-off-by: Thomas Petazzoni -Tested-by: Daniel Price -Acked-by: Gregory CLEMENT ---- - arch/arm/boot/dts/armada-370.dtsi | 1 + - arch/arm/boot/dts/armada-xp-mv78230.dtsi | 1 + - arch/arm/boot/dts/armada-xp-mv78260.dtsi | 1 + - arch/arm/boot/dts/armada-xp-mv78460.dtsi | 1 + - 4 files changed, 4 insertions(+) - ---- a/arch/arm/boot/dts/armada-370.dtsi -+++ b/arch/arm/boot/dts/armada-370.dtsi -@@ -44,6 +44,7 @@ - #address-cells = <3>; - #size-cells = <2>; - -+ msi-parent = <&mpic>; - bus-range = <0x00 0xff>; - - ranges = ---- a/arch/arm/boot/dts/armada-xp-mv78230.dtsi -+++ b/arch/arm/boot/dts/armada-xp-mv78230.dtsi -@@ -57,6 +57,7 @@ - #address-cells = <3>; - #size-cells = <2>; - -+ msi-parent = <&mpic>; - bus-range = <0x00 0xff>; - - ranges = ---- a/arch/arm/boot/dts/armada-xp-mv78260.dtsi -+++ b/arch/arm/boot/dts/armada-xp-mv78260.dtsi -@@ -58,6 +58,7 @@ - #address-cells = <3>; - #size-cells = <2>; - -+ msi-parent = <&mpic>; - bus-range = <0x00 0xff>; - - ranges = ---- a/arch/arm/boot/dts/armada-xp-mv78460.dtsi -+++ b/arch/arm/boot/dts/armada-xp-mv78460.dtsi -@@ -74,6 +74,7 @@ - #address-cells = <3>; - #size-cells = <2>; - -+ msi-parent = <&mpic>; - bus-range = <0x00 0xff>; - - ranges = -- cgit v1.2.3