diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-11-21 18:18:47 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-29 21:12:08 +0100 |
commit | 102cb4742c14f78bf86b7d77c568c205f0d99d85 (patch) | |
tree | 3d7496977238f054a0b50416a299fdfcf1feb55d /target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch | |
parent | 882f4d2d63272abce8c1966983aa10178e2e971f (diff) | |
download | mtk-20170518-102cb4742c14f78bf86b7d77c568c205f0d99d85.zip mtk-20170518-102cb4742c14f78bf86b7d77c568c205f0d99d85.tar.gz mtk-20170518-102cb4742c14f78bf86b7d77c568c205f0d99d85.tar.bz2 |
kernel: bump to 4.4.35
Refresh patches on all 4.4 supported platforms.
077-0005-bgmac-stop-clearing-DMA-receive-control-register-rig.patch
removed as now upstream.
Compile & run tested: ar71xx - Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch b/target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch index 9575166..de0e47f 100644 --- a/target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch +++ b/target/linux/ipq806x/patches-4.4/096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch @@ -17,11 +17,9 @@ Signed-off-by: Felipe Balbi <balbi@kernel.org> drivers/usb/dwc3/core.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c -index de5e01f..001c755 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c -@@ -962,10 +962,6 @@ static int dwc3_probe(struct platform_device *pdev) +@@ -962,10 +962,6 @@ static int dwc3_probe(struct platform_de fladj = pdata->fladj_value; } @@ -32,7 +30,7 @@ index de5e01f..001c755 100644 dwc->lpm_nyet_threshold = lpm_nyet_threshold; dwc->tx_de_emphasis = tx_de_emphasis; -@@ -1016,6 +1012,19 @@ static int dwc3_probe(struct platform_device *pdev) +@@ -1016,6 +1012,19 @@ static int dwc3_probe(struct platform_de goto err1; } @@ -52,5 +50,3 @@ index de5e01f..001c755 100644 /* Adjust Frame Length */ dwc3_frame_length_adjustment(dwc, fladj); --- -cgit v0.12 |