[3.16.y-ckt stable] Patch "Add USB_EHCI_EXYNOS to multi_v7_defconfig" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Mon Jan 19 13:35:35 UTC 2015
This is a note to let you know that I have just added a patch titled
Add USB_EHCI_EXYNOS to multi_v7_defconfig
to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.16.y-queue
This patch is scheduled to be released in version 3.16.7-ckt5.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.16.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From 1b2212b629199957e4e08badd996b4bdb16f935e Mon Sep 17 00:00:00 2001
From: Steev Klimaszewski <threeway at gmail.com>
Date: Tue, 30 Dec 2014 00:55:48 -0600
Subject: Add USB_EHCI_EXYNOS to multi_v7_defconfig
commit 007487f1fd43d84f26cda926081ca219a24ecbc4 upstream.
Currently we enable Exynos devices in the multi v7 defconfig, however, when
testing on my ODROID-U3, I noticed that USB was not working. Enabling this
option causes USB to work, which enables networking support as well since the
ODROID-U3 has networking on the USB bus.
[arnd] Support for odroid-u3 was added in 3.10, so it would be nice to
backport this fix at least that far.
Signed-off-by: Steev Klimaszewski <steev at gentoo.org>
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 534836497998..bc41efcd87c2 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -282,6 +282,7 @@ CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_MVEBU=y
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_EXYNOS=y
CONFIG_USB_EHCI_TEGRA=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_ISP1760_HCD=y
--
2.1.4
More information about the kernel-team
mailing list