diff options
author | John Crispin <john@openwrt.org> | 2015-03-11 17:08:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-11 17:08:46 +0000 |
commit | da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7 (patch) | |
tree | 3b580b5d62f5aa6e2f585d9e4c644c4c257553c8 /target/linux/lantiq/patches-3.18/0040-USB-DWC2-enable-usb-power-gpio.patch | |
parent | d5c250b91a20b91bf2f5816b92d4ce46cf5e43e4 (diff) | |
download | mtk-20170518-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.zip mtk-20170518-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.tar.gz mtk-20170518-da3fd5dbf9754b9bb933ae935b3f63d2cef8c4a7.tar.bz2 |
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.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 4e51d3e..76fbb7b 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; } |