From 491b0ed0460bb2a76ba8e3fab7c4ca9cb695e370 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Tue, 27 Mar 2018 01:25:55 +0000
Subject: [PATCH] core/linux-armv7-rc to 4.16.rc7-1

---
 ...ags-add-support-for-Marvell-s-u-boot.patch |  2 +-
 ...trieve-MAC-addresses-from-Marvell-bo.patch |  2 +-
 .../0003-SMILE-Plug-device-tree-file.patch    |  2 +-
 .../0004-fix-mvsdio-eMMC-timing.patch         |  2 +-
 ...ow-mac-address-to-be-set-as-a-parame.patch |  2 +-
 ...-set-default-cubietruck-led-triggers.patch |  2 +-
 ...d-set-higher-minimum-buck2-regulator.patch |  2 +-
 ...-ARM-dove-enable-ethernet-on-D3Plug.patch} |  4 +-
 .../0008-disable-USB3-port-on-ODROID-XU.patch | 27 --------
 ...09-power-add-power-sequence-library.patch} |  4 +-
 ...r-sequence-handling-for-USB-devices.patch} |  4 +-
 ...l-Enable-usb-node-children-with-reg.patch} |  4 +-
 ...doo.dtsi-fix-onboard-USB-HUB-proper.patch} |  4 +-
 ...mx6q-evi-Fix-onboard-hub-reset-line.patch} |  4 +-
 core/linux-armv7-rc/PKGBUILD                  | 63 +++++++++----------
 15 files changed, 49 insertions(+), 79 deletions(-)
 rename core/linux-armv7-rc/{0009-ARM-dove-enable-ethernet-on-D3Plug.patch => 0008-ARM-dove-enable-ethernet-on-D3Plug.patch} (85%)
 delete mode 100644 core/linux-armv7-rc/0008-disable-USB3-port-on-ODROID-XU.patch
 rename core/linux-armv7-rc/{0010-power-add-power-sequence-library.patch => 0009-power-add-power-sequence-library.patch} (99%)
 rename core/linux-armv7-rc/{0011-usb-core-add-power-sequence-handling-for-USB-devices.patch => 0010-usb-core-add-power-sequence-handling-for-USB-devices.patch} (97%)
 rename core/linux-armv7-rc/{0012-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch => 0011-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch} (92%)
 rename core/linux-armv7-rc/{0013-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch => 0012-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch} (94%)
 rename core/linux-armv7-rc/{0014-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch => 0013-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch} (93%)

diff --git a/core/linux-armv7-rc/0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch b/core/linux-armv7-rc/0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch
index 472c394b5..a48aeb5a9 100644
--- a/core/linux-armv7-rc/0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch
+++ b/core/linux-armv7-rc/0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch
@@ -1,7 +1,7 @@
 From cfaf96614497debcf1bc54ed9b4c45678eee282e Mon Sep 17 00:00:00 2001
 From: Willy Tarreau <w@xxxxxx>
 Date: Sun, 2 Dec 2012 19:59:28 +0100
-Subject: [PATCH 01/14] ARM: atags: add support for Marvell's u-boot
+Subject: [PATCH 01/13] ARM: atags: add support for Marvell's u-boot
 
 Marvell uses a specific atag in its u-boot which includes among other
 information the MAC addresses for up to 4 network interfaces.
diff --git a/core/linux-armv7-rc/0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch b/core/linux-armv7-rc/0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch
index c1e416d7e..8e09349dc 100644
--- a/core/linux-armv7-rc/0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch
+++ b/core/linux-armv7-rc/0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch
@@ -1,7 +1,7 @@
 From e47ba83e454cf97a7b3d33e5b5b625682ae1cd49 Mon Sep 17 00:00:00 2001
 From: Willy Tarreau <w@xxxxxx>
 Date: Sun, 2 Dec 2012 19:56:58 +0100
-Subject: [PATCH 02/14] ARM: atags/fdt: retrieve MAC addresses from Marvell
+Subject: [PATCH 02/13] ARM: atags/fdt: retrieve MAC addresses from Marvell
  boot loader
 
 The atags are parsed and if a Marvell atag is found, up to 4 MAC
diff --git a/core/linux-armv7-rc/0003-SMILE-Plug-device-tree-file.patch b/core/linux-armv7-rc/0003-SMILE-Plug-device-tree-file.patch
index f80c20393..7b556c79b 100644
--- a/core/linux-armv7-rc/0003-SMILE-Plug-device-tree-file.patch
+++ b/core/linux-armv7-rc/0003-SMILE-Plug-device-tree-file.patch
@@ -1,7 +1,7 @@
 From 51132fdfa4b66feb87499903f568132b7ec92785 Mon Sep 17 00:00:00 2001
 From: Kevin Mihelich <kevin@archlinuxarm.org>
 Date: Fri, 5 Sep 2014 15:41:19 -0600
-Subject: [PATCH 03/14] SMILE Plug device tree file
+Subject: [PATCH 03/13] SMILE Plug device tree file
 
 This adds a dts file for the SMILE Plug, which only differs from the Mirabox
 dts with the LED definitions.
diff --git a/core/linux-armv7-rc/0004-fix-mvsdio-eMMC-timing.patch b/core/linux-armv7-rc/0004-fix-mvsdio-eMMC-timing.patch
index 3cf45b89a..a91e7574c 100644
--- a/core/linux-armv7-rc/0004-fix-mvsdio-eMMC-timing.patch
+++ b/core/linux-armv7-rc/0004-fix-mvsdio-eMMC-timing.patch
@@ -1,7 +1,7 @@
 From ab62597d0e8a83ba11af33f294a58b4462e9369a Mon Sep 17 00:00:00 2001
 From: Kevin Mihelich <kevin@archlinuxarm.org>
 Date: Fri, 5 Sep 2014 15:43:56 -0600
-Subject: [PATCH 04/14] fix mvsdio eMMC timing
+Subject: [PATCH 04/13] fix mvsdio eMMC timing
 
 These changes from Globalscale change the MMC timing to allow the eMMC versions
 of the Mirabox and SMILE Plug to work.
diff --git a/core/linux-armv7-rc/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch b/core/linux-armv7-rc/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
index 8567d5630..1352c0d1d 100644
--- a/core/linux-armv7-rc/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
+++ b/core/linux-armv7-rc/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
@@ -1,7 +1,7 @@
 From 8bb2616581e4e5aa7395bec730995629be259954 Mon Sep 17 00:00:00 2001
 From: popcornmix <popcornmix@gmail.com>
 Date: Tue, 18 Feb 2014 01:43:50 -0300
-Subject: [PATCH 05/14] net/smsc95xx: Allow mac address to be set as a
+Subject: [PATCH 05/13] net/smsc95xx: Allow mac address to be set as a
  parameter
 
 ---
diff --git a/core/linux-armv7-rc/0006-set-default-cubietruck-led-triggers.patch b/core/linux-armv7-rc/0006-set-default-cubietruck-led-triggers.patch
index 0db11377c..9f593508e 100644
--- a/core/linux-armv7-rc/0006-set-default-cubietruck-led-triggers.patch
+++ b/core/linux-armv7-rc/0006-set-default-cubietruck-led-triggers.patch
@@ -1,7 +1,7 @@
 From 877e229054b1ecdcb350356475f2654e66c13288 Mon Sep 17 00:00:00 2001
 From: Kevin Mihelich <kevin@archlinuxarm.org>
 Date: Sat, 14 Feb 2015 12:32:27 +0100
-Subject: [PATCH 06/14] set default cubietruck led triggers
+Subject: [PATCH 06/13] set default cubietruck led triggers
 
 Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
 ---
diff --git a/core/linux-armv7-rc/0007-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch b/core/linux-armv7-rc/0007-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch
index c9c28889f..9ea37c85b 100644
--- a/core/linux-armv7-rc/0007-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch
+++ b/core/linux-armv7-rc/0007-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch
@@ -1,7 +1,7 @@
 From 75c68a3a6868e6e0891e807b51249523bdfae611 Mon Sep 17 00:00:00 2001
 From: Kevin Mihelich <kevin@archlinuxarm.org>
 Date: Thu, 11 Aug 2016 00:42:37 -0600
-Subject: [PATCH 07/14] exynos4412-odroid: set higher minimum buck2 regulator
+Subject: [PATCH 07/13] exynos4412-odroid: set higher minimum buck2 regulator
  voltage
 
 Set a higher minimum voltage to help reboot issue.
diff --git a/core/linux-armv7-rc/0009-ARM-dove-enable-ethernet-on-D3Plug.patch b/core/linux-armv7-rc/0008-ARM-dove-enable-ethernet-on-D3Plug.patch
similarity index 85%
rename from core/linux-armv7-rc/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
rename to core/linux-armv7-rc/0008-ARM-dove-enable-ethernet-on-D3Plug.patch
index 255a76d7f..d7acb09af 100644
--- a/core/linux-armv7-rc/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
+++ b/core/linux-armv7-rc/0008-ARM-dove-enable-ethernet-on-D3Plug.patch
@@ -1,7 +1,7 @@
-From d5da8eab317388c83c10f0726fe96192fc86de74 Mon Sep 17 00:00:00 2001
+From 728f5a9864ab09dd0485102e62ff6d4483c184fc Mon Sep 17 00:00:00 2001
 From: Kevin Mihelich <kevin@archlinuxarm.org>
 Date: Sun, 7 May 2017 13:32:25 -0600
-Subject: [PATCH 09/14] ARM: dove: enable ethernet on D3Plug
+Subject: [PATCH 08/13] ARM: dove: enable ethernet on D3Plug
 
 Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
 ---
diff --git a/core/linux-armv7-rc/0008-disable-USB3-port-on-ODROID-XU.patch b/core/linux-armv7-rc/0008-disable-USB3-port-on-ODROID-XU.patch
deleted file mode 100644
index d02eb97a3..000000000
--- a/core/linux-armv7-rc/0008-disable-USB3-port-on-ODROID-XU.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 9a85fa9cf0ef8be764999f5df641c220467232b5 Mon Sep 17 00:00:00 2001
-From: Kevin Mihelich <kevin@archlinuxarm.org>
-Date: Sat, 25 Feb 2017 19:39:51 -0700
-Subject: [PATCH 08/14] disable USB3 port on ODROID-XU
-
-Ports report over-current condition and are non-operable.
-
-Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
----
- arch/arm/boot/dts/exynos5410-odroidxu.dts | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/boot/dts/exynos5410-odroidxu.dts b/arch/arm/boot/dts/exynos5410-odroidxu.dts
-index a2046f5f998c..efc02014fa6c 100644
---- a/arch/arm/boot/dts/exynos5410-odroidxu.dts
-+++ b/arch/arm/boot/dts/exynos5410-odroidxu.dts
-@@ -627,6 +627,7 @@
- 
- &usbdrd_dwc3_0 {
- 	dr_mode = "host";
-+	status = "disabled";
- };
- 
- &usbdrd_dwc3_1 {
--- 
-2.16.2
-
diff --git a/core/linux-armv7-rc/0010-power-add-power-sequence-library.patch b/core/linux-armv7-rc/0009-power-add-power-sequence-library.patch
similarity index 99%
rename from core/linux-armv7-rc/0010-power-add-power-sequence-library.patch
rename to core/linux-armv7-rc/0009-power-add-power-sequence-library.patch
index f48a56883..049ba39ce 100644
--- a/core/linux-armv7-rc/0010-power-add-power-sequence-library.patch
+++ b/core/linux-armv7-rc/0009-power-add-power-sequence-library.patch
@@ -1,7 +1,7 @@
-From 3817af7ecb4ca4e73a4f04ff5577bf5d92eb44ce Mon Sep 17 00:00:00 2001
+From 4ab3153b568ce58a01e0e379ffe8061c4f0435b6 Mon Sep 17 00:00:00 2001
 From: Peter Chen <peter.chen@nxp.com>
 Date: Wed, 21 Jun 2017 14:42:03 +0800
-Subject: [PATCH 10/14] power: add power sequence library
+Subject: [PATCH 09/13] power: add power sequence library
 
 We have an well-known problem that the device needs to do some power
 sequence before it can be recognized by related host, the typical
diff --git a/core/linux-armv7-rc/0011-usb-core-add-power-sequence-handling-for-USB-devices.patch b/core/linux-armv7-rc/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
similarity index 97%
rename from core/linux-armv7-rc/0011-usb-core-add-power-sequence-handling-for-USB-devices.patch
rename to core/linux-armv7-rc/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
index a0f0ab9b5..77b0f0b46 100644
--- a/core/linux-armv7-rc/0011-usb-core-add-power-sequence-handling-for-USB-devices.patch
+++ b/core/linux-armv7-rc/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
@@ -1,7 +1,7 @@
-From c858d0c22e0e345c0d5659435c2393772ddfec7a Mon Sep 17 00:00:00 2001
+From 939bdab48c863e3f6ab60b4397a8467e05bc2ace Mon Sep 17 00:00:00 2001
 From: Peter Chen <peter.chen@nxp.com>
 Date: Wed, 21 Jun 2017 14:42:05 +0800
-Subject: [PATCH 11/14] usb: core: add power sequence handling for USB devices
+Subject: [PATCH 10/13] usb: core: add power sequence handling for USB devices
 
 Some hard-wired USB devices need to do power sequence to let the
 device work normally, the typical power sequence like: enable USB
diff --git a/core/linux-armv7-rc/0012-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch b/core/linux-armv7-rc/0011-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
similarity index 92%
rename from core/linux-armv7-rc/0012-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
rename to core/linux-armv7-rc/0011-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
index 7ada9ac4a..6fdb44623 100644
--- a/core/linux-armv7-rc/0012-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
+++ b/core/linux-armv7-rc/0011-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
@@ -1,7 +1,7 @@
-From 817d706c93a52c710a10c9f8219943d01f3716d9 Mon Sep 17 00:00:00 2001
+From 1392b78fdeca809beb269413d788a864c4f2f261 Mon Sep 17 00:00:00 2001
 From: Joshua Clayton <stillcompiling@gmail.com>
 Date: Wed, 21 Jun 2017 14:42:06 +0800
-Subject: [PATCH 12/14] ARM: dts: imx6qdl: Enable usb node children with <reg>
+Subject: [PATCH 11/13] ARM: dts: imx6qdl: Enable usb node children with <reg>
 
 Give usb nodes #address and #size attributes, so that a child node
 representing a permanently connected device such as an onboard hub may
diff --git a/core/linux-armv7-rc/0013-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch b/core/linux-armv7-rc/0012-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
similarity index 94%
rename from core/linux-armv7-rc/0013-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
rename to core/linux-armv7-rc/0012-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
index be2897af1..b651ea9da 100644
--- a/core/linux-armv7-rc/0013-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
+++ b/core/linux-armv7-rc/0012-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
@@ -1,7 +1,7 @@
-From 3609fea57f0de5b7361a4c7532cfa81591c4d773 Mon Sep 17 00:00:00 2001
+From bd2a35c39515f939b10d76c60cebafc621a4dcfd Mon Sep 17 00:00:00 2001
 From: Peter Chen <peter.chen@nxp.com>
 Date: Wed, 21 Jun 2017 14:42:07 +0800
-Subject: [PATCH 13/14] ARM: dts: imx6qdl-udoo.dtsi: fix onboard USB HUB
+Subject: [PATCH 12/13] ARM: dts: imx6qdl-udoo.dtsi: fix onboard USB HUB
  property
 
 The current dts describes USB HUB's property at USB controller's
diff --git a/core/linux-armv7-rc/0014-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch b/core/linux-armv7-rc/0013-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
similarity index 93%
rename from core/linux-armv7-rc/0014-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
rename to core/linux-armv7-rc/0013-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
index 9466ed524..22a85b1f0 100644
--- a/core/linux-armv7-rc/0014-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
+++ b/core/linux-armv7-rc/0013-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
@@ -1,7 +1,7 @@
-From 5388af518978d7cb99e142930fce4b6e7f515862 Mon Sep 17 00:00:00 2001
+From 160685d2e3325c31b65fec8d7635a5f82d22c073 Mon Sep 17 00:00:00 2001
 From: Joshua Clayton <stillcompiling@gmail.com>
 Date: Wed, 21 Jun 2017 14:42:08 +0800
-Subject: [PATCH 14/14] ARM: dts: imx6q-evi: Fix onboard hub reset line
+Subject: [PATCH 13/13] ARM: dts: imx6q-evi: Fix onboard hub reset line
 
 Previously the onboard hub was made to work by treating its
 reset gpio as a regulator enable.
diff --git a/core/linux-armv7-rc/PKGBUILD b/core/linux-armv7-rc/PKGBUILD
index f02c85edf..2472a4ed5 100644
--- a/core/linux-armv7-rc/PKGBUILD
+++ b/core/linux-armv7-rc/PKGBUILD
@@ -4,7 +4,7 @@
 buildarch=4
 
 _rcver=4.16
-_rcrel=6
+_rcrel=7
 _rcnrel=armv7-x0
 
 pkgbase=linux-armv7-rc
@@ -12,7 +12,7 @@ _srcname=linux-${_rcver}-rc${_rcrel}
 _kernelname=${pkgbase#linux}
 _desc="ARMv7 multi-platform (release candidate)"
 pkgver=${_rcver}.rc${_rcrel}
-pkgrel=2
+pkgrel=1
 arch=('armv7h')
 url="http://www.kernel.org/"
 license=('GPL2')
@@ -27,36 +27,34 @@ source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
         '0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
         '0006-set-default-cubietruck-led-triggers.patch'
         '0007-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch'
-        '0008-disable-USB3-port-on-ODROID-XU.patch'
-        '0009-ARM-dove-enable-ethernet-on-D3Plug.patch'
-        '0010-power-add-power-sequence-library.patch'
-        '0011-usb-core-add-power-sequence-handling-for-USB-devices.patch'
-        '0012-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch'
-        '0013-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch'
-        '0014-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch'
+        '0008-ARM-dove-enable-ethernet-on-D3Plug.patch'
+        '0009-power-add-power-sequence-library.patch'
+        '0010-usb-core-add-power-sequence-handling-for-USB-devices.patch'
+        '0011-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch'
+        '0012-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch'
+        '0013-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch'
         'config'
         'kernel.its'
         'kernel.keyblock'
         'kernel_data_key.vbprivk'
         'linux.preset'
         '99-linux.hook')
-md5sums=('0409803c5198f8af785b68feaffece6c'
-         'a2340eea12856847b8f58b4238df11e6'
-         'a5cc265aa1828fa0c1bc232e120840c1'
-         '77406a7abd87c218e1f56936c89081b6'
-         '378bfcee7a20b4197151431ed3bb68f3'
-         'e077ad92226ccabee1d6ff269477714d'
-         '725c5979f93698370901fed2d98844b3'
-         'de18b694f5e66fffafb126aeb54430aa'
-         'a9e89dba6435e61a18fd31628f0f6c54'
-         '66d29d01e77052bd73bc2afdb2ec67b3'
-         'c47442cdd494a931f63c0d243a114c90'
-         '9e56e2d9aa0f9dc3335529a36e8e5a31'
-         '4ac71ad4e96bbf59126c14f490039864'
-         'b5294786095a75de4cc6ec4aed12d96e'
-         '6e35fc341ed114fbe785ec204cec9525'
-         '3293d4da6b2629f9ebb9738c56ccba08'
-         '66f866c394fe861688026f0be867249d'
+md5sums=('e23d5ce36687afa5dbf7469ad8dbaa1c'
+         '62245248337d69eb74af40a98c67a80d'
+         '38440ef4a8c52fae52c02e7b17698e9f'
+         '62016c2311ad894a145e2100074c5c65'
+         '7bb0eb2d0fb06666bedd4dc2cdbaa02c'
+         'ceb4743e81f96a78c7e6e9fdfae50ccb'
+         '3a9da57d484c6bcdcd620f0931827a24'
+         'd1ab6fc88aeb28013d496231b3c63682'
+         '6abeec83b3a5f5ea2676fe03ea97df73'
+         '10a0febbe2af946a12137cb574bd676b'
+         '966ddd9affd0237bf9fe7298eb26bfe5'
+         '32eed86641825eaed7e6f78c14cc19d8'
+         '21b75ae79dcb0994f7fd99f5062a8ef9'
+         '854888245f29013be06f762c6162a5b2'
+         '267d9dc5a1ec7232a2849cfad322209c'
+         '20ee31e45f12dca4c119af82b73baf87'
          '4f2379ed84258050edb858ee8d281678'
          '61c5ff73c136ed07a7aadbf58db3d96a'
          '584777ae88bce2c5659960151b64c7d8'
@@ -78,13 +76,12 @@ prepare() {
   git apply ../0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
   git apply ../0006-set-default-cubietruck-led-triggers.patch
   git apply ../0007-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch
-  git apply ../0008-disable-USB3-port-on-ODROID-XU.patch
-  git apply ../0009-ARM-dove-enable-ethernet-on-D3Plug.patch
-  git apply ../0010-power-add-power-sequence-library.patch
-  git apply ../0011-usb-core-add-power-sequence-handling-for-USB-devices.patch
-  git apply ../0012-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
-  git apply ../0013-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
-  git apply ../0014-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
+  git apply ../0008-ARM-dove-enable-ethernet-on-D3Plug.patch
+  git apply ../0009-power-add-power-sequence-library.patch
+  git apply ../0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
+  git apply ../0011-ARM-dts-imx6qdl-Enable-usb-node-children-with-reg.patch
+  git apply ../0012-ARM-dts-imx6qdl-udoo.dtsi-fix-onboard-USB-HUB-proper.patch
+  git apply ../0013-ARM-dts-imx6q-evi-Fix-onboard-hub-reset-line.patch
 
   cat "${srcdir}/config" > ./.config