diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-11 17:08:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-11 17:08:46 +0000 |
commit | 41afbc70a7d406a115a2e65e11432513ceefed5c (patch) | |
tree | da09d268245b0b74ea92d7c3482a14a49642eceb /target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch | |
parent | 2c0cefef77fd89697cbb281cd3eccc4c4bd24ef2 (diff) | |
download | upstream-41afbc70a7d406a115a2e65e11432513ceefed5c.tar.gz upstream-41afbc70a7d406a115a2e65e11432513ceefed5c.tar.bz2 upstream-41afbc70a7d406a115a2e65e11432513ceefed5c.zip |
kenrel: refresh patches
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44678 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 8 |
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; } |