diff options
author | Etienne Haarsma <bladeoner112@gmail.com> | 2017-11-26 12:34:38 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-11-26 15:10:36 +0100 |
commit | 7f3dab2fc34e9b6c15d74ebf8e1d74ef601677e3 (patch) | |
tree | 8cbc6fae4a42b846360e5c6467f0ddb8896f5c8f /target/linux/brcm2708 | |
parent | d3f40aabba83818106ce840dba9f7e76a06e721d (diff) | |
download | upstream-7f3dab2fc34e9b6c15d74ebf8e1d74ef601677e3.tar.gz upstream-7f3dab2fc34e9b6c15d74ebf8e1d74ef601677e3.tar.bz2 upstream-7f3dab2fc34e9b6c15d74ebf8e1d74ef601677e3.zip |
kernel: bump 4.4 to 4.4.102
Refreshed all patches.
Removed upstream ramips patch: 0063-set-CM_GCR_BASE_CMDEFTGT_MEM-according-to-datasheet.patch
Compile-tested: ar71xx
Run-tested: ar71xx
Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
Tested-by: Stijn Segers <francesco.borromini@inventati.org>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-4.4/0029-Add-dwc_otg-driver.patch | 2 | ||||
-rw-r--r-- | target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.4/0029-Add-dwc_otg-driver.patch b/target/linux/brcm2708/patches-4.4/0029-Add-dwc_otg-driver.patch index 0310041353..8e9657abcf 100644 --- a/target/linux/brcm2708/patches-4.4/0029-Add-dwc_otg-driver.patch +++ b/target/linux/brcm2708/patches-4.4/0029-Add-dwc_otg-driver.patch @@ -659,7 +659,7 @@ dwc_otg: Remove duplicate gadget probe/unregister function } --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -4975,7 +4975,7 @@ static void port_event(struct usb_hub *h +@@ -4978,7 +4978,7 @@ static void port_event(struct usb_hub *h if (portchange & USB_PORT_STAT_C_OVERCURRENT) { u16 status = 0, unused; diff --git a/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch b/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch index 3a80486870..bdb38a0e24 100644 --- a/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch @@ -14,7 +14,7 @@ Signed-off-by: Eric Anholt <eric@anholt.net> --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -6816,8 +6816,6 @@ int alloc_contig_range(unsigned long sta +@@ -6831,8 +6831,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |