diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-06 16:58:26 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-08 16:56:11 +0100 |
commit | 2b9d2f6624d423bcc95d1eaf0d7675ee9c11cfe5 (patch) | |
tree | 34eb9af28798f15f38afea979a6fd317d705a4fa /target | |
parent | 8de93ce7455a61838871b43f1d69be3b67a2741e (diff) | |
download | upstream-2b9d2f6624d423bcc95d1eaf0d7675ee9c11cfe5.tar.gz upstream-2b9d2f6624d423bcc95d1eaf0d7675ee9c11cfe5.tar.bz2 upstream-2b9d2f6624d423bcc95d1eaf0d7675ee9c11cfe5.zip |
kernel: bump 4.9 to 4.9.162
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch | 2 | ||||
-rw-r--r-- | target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch b/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch index dc409ea069..225e956e61 100644 --- a/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch +++ b/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch @@ -701,7 +701,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> --- a/drivers/net/ethernet/ibm/ibmveth.c +++ b/drivers/net/ethernet/ibm/ibmveth.c -@@ -1324,7 +1324,7 @@ restart_poll: +@@ -1323,7 +1323,7 @@ static int ibmveth_poll(struct napi_stru ibmveth_replenish_task(adapter); if (frames_processed < budget) { diff --git a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch index b93a3993e6..3ac2ad3102 100644 --- a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch @@ -636,7 +636,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c -@@ -2927,6 +2927,7 @@ static irqreturn_t dwc3_interrupt(int ir +@@ -2928,6 +2928,7 @@ static irqreturn_t dwc3_interrupt(int ir int dwc3_gadget_init(struct dwc3 *dwc) { int ret, irq; @@ -644,7 +644,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> struct platform_device *dwc3_pdev = to_platform_device(dwc->dev); irq = platform_get_irq_byname(dwc3_pdev, "peripheral"); -@@ -3041,6 +3042,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) +@@ -3042,6 +3043,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) goto err5; } |