diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-07 16:43:18 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-08 17:20:43 +0200 |
commit | f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8 (patch) | |
tree | 9b8441490af03e3dd92a8c328cc618b74db5532b /target/linux/lantiq | |
parent | 35e9edc3dfef7a05934a429895989e6d459bc3e5 (diff) | |
download | upstream-f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8.tar.gz upstream-f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8.tar.bz2 upstream-f9ffdf882531fb2d9d3fe27b59b0c1680039c8f8.zip |
kernel: update kernel 4.9 to version 4.9.232
821-usb-Remove-annoying-warning-about-bogus-URB.patch does not apply any
more and was also deleted in master and nobody complained. ;-)
Compile and runtime tested on lantiq/xrx200.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.9/0040-USB-DWC2-enable-usb-power-gpio.patch | 4 | ||||
-rw-r--r-- | target/linux/lantiq/patches-4.9/0061-USB-DWC2-make-the-lantiq-settings-match-vendor-drive.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-4.9/0040-USB-DWC2-enable-usb-power-gpio.patch b/target/linux/lantiq/patches-4.9/0040-USB-DWC2-enable-usb-power-gpio.patch index fc6312310e..83b7dc48c8 100644 --- a/target/linux/lantiq/patches-4.9/0040-USB-DWC2-enable-usb-power-gpio.patch +++ b/target/linux/lantiq/patches-4.9/0040-USB-DWC2-enable-usb-power-gpio.patch @@ -8,7 +8,7 @@ #include <linux/platform_device.h> #include <linux/phy/phy.h> #include <linux/platform_data/s3c-hsotg.h> -@@ -544,6 +545,7 @@ static int dwc2_driver_probe(struct plat +@@ -545,6 +546,7 @@ static int dwc2_driver_probe(struct plat struct dwc2_hsotg *hsotg; struct resource *res; int retval; @@ -16,7 +16,7 @@ match = of_match_device(dwc2_of_match_table, &dev->dev); if (match && match->data) { -@@ -562,6 +564,16 @@ static int dwc2_driver_probe(struct plat +@@ -563,6 +565,16 @@ static int dwc2_driver_probe(struct plat defparams.dma_desc_fs_enable = 0; } diff --git a/target/linux/lantiq/patches-4.9/0061-USB-DWC2-make-the-lantiq-settings-match-vendor-drive.patch b/target/linux/lantiq/patches-4.9/0061-USB-DWC2-make-the-lantiq-settings-match-vendor-drive.patch index 4d18443943..580ea277e5 100644 --- a/target/linux/lantiq/patches-4.9/0061-USB-DWC2-make-the-lantiq-settings-match-vendor-drive.patch +++ b/target/linux/lantiq/patches-4.9/0061-USB-DWC2-make-the-lantiq-settings-match-vendor-drive.patch @@ -114,7 +114,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> .uframe_sched = -1, .external_id_pin_ctl = -1, .hibernation = -1, -@@ -515,8 +575,11 @@ static const struct of_device_id dwc2_of +@@ -516,8 +576,11 @@ static const struct of_device_id dwc2_of { .compatible = "brcm,bcm2835-usb", .data = ¶ms_bcm2835 }, { .compatible = "hisilicon,hi6220-usb", .data = ¶ms_hi6220 }, { .compatible = "rockchip,rk3066-usb", .data = ¶ms_rk3066 }, |