From 102cb4742c14f78bf86b7d77c568c205f0d99d85 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Mon, 21 Nov 2016 18:18:47 +0000 Subject: 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 --- .../096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'target/linux/ipq806x/patches-4.4/096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch') diff --git a/target/linux/ipq806x/patches-4.4/096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch b/target/linux/ipq806x/patches-4.4/096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch index 87f1562cc6..8bf09edfbd 100644 --- a/target/linux/ipq806x/patches-4.4/096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch +++ b/target/linux/ipq806x/patches-4.4/096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch @@ -15,11 +15,9 @@ Signed-off-by: Felipe Balbi drivers/usb/dwc3/core.c | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) -diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c -index fa20f5a9..34277ce 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c -@@ -1150,6 +1150,11 @@ static int dwc3_suspend(struct device *dev) +@@ -1124,6 +1124,11 @@ static int dwc3_suspend(struct device *d phy_exit(dwc->usb2_generic_phy); phy_exit(dwc->usb3_generic_phy); @@ -31,7 +29,7 @@ index fa20f5a9..34277ce 100644 pinctrl_pm_select_sleep_state(dev); return 0; -@@ -1163,11 +1168,21 @@ static int dwc3_resume(struct device *dev) +@@ -1137,11 +1142,21 @@ static int dwc3_resume(struct device *de pinctrl_pm_select_default_state(dev); @@ -54,7 +52,7 @@ index fa20f5a9..34277ce 100644 ret = phy_init(dwc->usb3_generic_phy); if (ret < 0) -@@ -1200,6 +1215,12 @@ static int dwc3_resume(struct device *dev) +@@ -1174,6 +1189,12 @@ static int dwc3_resume(struct device *de err_usb2phy_init: phy_exit(dwc->usb2_generic_phy); @@ -67,5 +65,3 @@ index fa20f5a9..34277ce 100644 return ret; } --- -cgit v0.12 -- cgit v1.2.3