aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-11 17:08:46 +0000
committerJohn Crispin <john@openwrt.org>2015-03-11 17:08:46 +0000
commitda3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7 (patch)
tree3b580b5d62f5aa6e2f585d9e4c644c4c257553c8 /target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch
parentd5c250b91a20b91bf2f5816b92d4ce46cf5e43e4 (diff)
downloadupstream-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.tar.gz
upstream-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.tar.bz2
upstream-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.zip
kenrel: refresh patches
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44678
Diffstat (limited to 'target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch')
-rw-r--r--target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch b/target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch
index 4e51d3ee5e..76fbb7bac7 100644
--- a/target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch
+++ b/target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch
@@ -1,5 +1,5 @@
---- a/drivers/usb/dwc2/platform.c 2015-02-06 16:53:48.000000000 +0200
-+++ b/drivers/usb/dwc2/platform.c 2015-02-09 19:22:41.974089626 +0200
+--- a/drivers/usb/dwc2/platform.c
++++ b/drivers/usb/dwc2/platform.c
@@ -40,6 +40,7 @@
#include <linux/device.h>
#include <linux/dma-mapping.h>
@@ -8,7 +8,7 @@
#include <linux/platform_device.h>
#include <linux/usb/of.h>
-@@ -154,6 +155,7 @@
+@@ -154,6 +155,7 @@ static int dwc2_driver_probe(struct plat
struct resource *res;
int retval;
int irq;
@@ -16,7 +16,7 @@
if (usb_disabled())
return -ENODEV;
-@@ -173,6 +175,16 @@
+@@ -173,6 +175,16 @@ static int dwc2_driver_probe(struct plat
defparams.dma_desc_enable = 0;
}