diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-09-21 14:18:25 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-09-21 14:20:20 +0200 |
commit | 1ac5cf771371f820599393253333f5cc4776f87e (patch) | |
tree | d3889814e5b67c11bc280121083baa1af3994440 /target/linux | |
parent | 7b472f7c2129ffc0b17eba30e65c9253bb5be4bf (diff) | |
download | upstream-1ac5cf771371f820599393253333f5cc4776f87e.tar.gz upstream-1ac5cf771371f820599393253333f5cc4776f87e.tar.bz2 upstream-1ac5cf771371f820599393253333f5cc4776f87e.zip |
bcm53xx: move BCM53573 USB 2.0 patch to use backports prefix
It was pushed into the usb-next branch.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/patches-4.4/082-0002-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch (renamed from target/linux/bcm53xx/patches-4.4/170-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-4.4/170-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch b/target/linux/bcm53xx/patches-4.4/082-0002-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch index 9e17115fda..2762785f79 100644 --- a/target/linux/bcm53xx/patches-4.4/170-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch +++ b/target/linux/bcm53xx/patches-4.4/082-0002-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch @@ -1,6 +1,6 @@ -From ef54f033c53bf4518f6e16e7ed815acd855e03c5 Mon Sep 17 00:00:00 2001 +From d6b76c4ddb124dd22c6e910ca9332e472e7b3273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> -Date: Wed, 10 Aug 2016 11:51:16 +0200 +Date: Wed, 10 Aug 2016 11:56:46 +0200 Subject: [PATCH] USB: bcma: support old USB 2.0 controller on Northstar devices MIME-Version: 1.0 @@ -27,6 +27,7 @@ To handle this add a check for architecture and implement required initialization for ARM case. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/usb/host/bcma-hcd.c | 86 ++++++++++++++++++++++++++++++++++++++++-- include/linux/bcma/bcma_regs.h | 1 + |