diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-13 11:38:41 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-14 16:45:01 +0100 |
commit | 6b6f238b82d1875a04f2dd6b7071dc429b66a5f7 (patch) | |
tree | cde74ecf4f2cf2372fc43399f861721a9fccbd4a /target/linux/cns3xxx | |
parent | 9a1d7ff187300767f77401302b43733ee01080b4 (diff) | |
download | upstream-6b6f238b82d1875a04f2dd6b7071dc429b66a5f7.tar.gz upstream-6b6f238b82d1875a04f2dd6b7071dc429b66a5f7.tar.bz2 upstream-6b6f238b82d1875a04f2dd6b7071dc429b66a5f7.zip |
kernel: bump 4.19 to 4.19.21
Refreshed all patches.
Remove upstreamed:
- 0007-ARM-dts-Fix-up-the-D-Link-DIR-685-MTD-partition-info.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/patches-4.19/210-dwc2_defaults.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/patches-4.19/210-dwc2_defaults.patch b/target/linux/cns3xxx/patches-4.19/210-dwc2_defaults.patch index 3e00139aa0..5a5b17d0a0 100644 --- a/target/linux/cns3xxx/patches-4.19/210-dwc2_defaults.patch +++ b/target/linux/cns3xxx/patches-4.19/210-dwc2_defaults.patch @@ -1,6 +1,6 @@ --- a/drivers/usb/dwc2/params.c +++ b/drivers/usb/dwc2/params.c -@@ -144,6 +144,36 @@ static void dwc2_set_stm32f7_hsotg_param +@@ -151,6 +151,36 @@ static void dwc2_set_stm32f7_hsotg_param p->host_perio_tx_fifo_size = 256; } @@ -37,7 +37,7 @@ const struct of_device_id dwc2_of_match_table[] = { { .compatible = "brcm,bcm2835-usb", .data = dwc2_set_bcm_params }, { .compatible = "hisilicon,hi6220-usb", .data = dwc2_set_his_params }, -@@ -798,17 +828,23 @@ int dwc2_get_hwparams(struct dwc2_hsotg +@@ -806,17 +836,23 @@ int dwc2_get_hwparams(struct dwc2_hsotg int dwc2_init_params(struct dwc2_hsotg *hsotg) { |