diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-20 10:32:50 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-21 09:48:48 +0200 |
commit | 68a5e662c213f6499b87a38766eae3eb95424062 (patch) | |
tree | f2275e7e3c99a61e30dc6ea2532f928f62fcee45 /target/linux/sunxi | |
parent | 85294fc5e7012130d3b23a5b23f44a12affa715f (diff) | |
download | upstream-68a5e662c213f6499b87a38766eae3eb95424062.tar.gz upstream-68a5e662c213f6499b87a38766eae3eb95424062.tar.bz2 upstream-68a5e662c213f6499b87a38766eae3eb95424062.zip |
kernel: bump 4.14 to 4.14.120
Refreshed all patches.
Altered patches:
- 0067-generic-Mangle-bootloader-s-kernel-arguments.patch
- 006-mvebu-Mangle-bootloader-s-kernel-arguments.patch
- 996-generic-Mangle-bootloader-s-kernel-arguments.patch
Compile-tested on: cns3xxx, imx6, mvebu
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/patches-4.14/002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch | 6 | ||||
-rw-r--r-- | target/linux/sunxi/patches-4.14/003-net-stmmac-sun8i-Restore-the-compatibles.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/sunxi/patches-4.14/002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch b/target/linux/sunxi/patches-4.14/002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch index 6cde0e29bc..b354c13347 100644 --- a/target/linux/sunxi/patches-4.14/002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch +++ b/target/linux/sunxi/patches-4.14/002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch @@ -429,7 +429,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> if (ret) return NULL; -@@ -890,6 +979,8 @@ static int sun8i_dwmac_probe(struct plat +@@ -892,6 +981,8 @@ static int sun8i_dwmac_probe(struct plat struct sunxi_priv_data *gmac; struct device *dev = &pdev->dev; int ret; @@ -438,7 +438,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> ret = stmmac_get_platform_resources(pdev, &stmmac_res); if (ret) -@@ -933,29 +1024,6 @@ static int sun8i_dwmac_probe(struct plat +@@ -935,29 +1026,6 @@ static int sun8i_dwmac_probe(struct plat } plat_dat->interface = of_get_phy_mode(dev->of_node); @@ -468,7 +468,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> /* platform data specifying hardware features and callbacks. * hardware features were copied from Allwinner drivers. -@@ -974,9 +1042,34 @@ static int sun8i_dwmac_probe(struct plat +@@ -976,9 +1044,34 @@ static int sun8i_dwmac_probe(struct plat ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); if (ret) diff --git a/target/linux/sunxi/patches-4.14/003-net-stmmac-sun8i-Restore-the-compatibles.patch b/target/linux/sunxi/patches-4.14/003-net-stmmac-sun8i-Restore-the-compatibles.patch index 98898fb468..02115c832b 100644 --- a/target/linux/sunxi/patches-4.14/003-net-stmmac-sun8i-Restore-the-compatibles.patch +++ b/target/linux/sunxi/patches-4.14/003-net-stmmac-sun8i-Restore-the-compatibles.patch @@ -18,7 +18,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c -@@ -1073,6 +1073,14 @@ return ret; +@@ -1075,6 +1075,14 @@ return ret; } static const struct of_device_id sun8i_dwmac_match[] = { |