diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-08-24 17:58:52 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-08-28 23:06:47 +0200 |
commit | 5fde931d6071225e4383b33aaaa2131d49f55eee (patch) | |
tree | 7e801c60609b1a116d018c25ccc5ce30bb648172 /target/linux/sunxi | |
parent | 4bff3f392bf160146edf6cf2cea25f84e7d88e18 (diff) | |
download | upstream-5fde931d6071225e4383b33aaaa2131d49f55eee.tar.gz upstream-5fde931d6071225e4383b33aaaa2131d49f55eee.tar.bz2 upstream-5fde931d6071225e4383b33aaaa2131d49f55eee.zip |
kernel: bump 4.9 to 4.9.124
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/sunxi')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/sunxi/patches-4.9/0050-stmmac-form-4-10.patch b/target/linux/sunxi/patches-4.9/0050-stmmac-form-4-10.patch index 7549d4995a..22d62f0960 100644 --- a/target/linux/sunxi/patches-4.9/0050-stmmac-form-4-10.patch +++ b/target/linux/sunxi/patches-4.9/0050-stmmac-form-4-10.patch @@ -770,7 +770,7 @@ }; --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c -@@ -380,8 +380,8 @@ static int socfpga_dwmac_resume(struct d +@@ -390,8 +390,8 @@ static int socfpga_dwmac_resume(struct d * control register 0, and can be modified by the phy driver * framework. */ diff --git a/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch b/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch index cd3e52a212..2ce23e2eb5 100644 --- a/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch +++ b/target/linux/sunxi/patches-4.9/0051-stmmac-form-4-11.patch @@ -597,7 +597,7 @@ { .compatible = "rockchip,rk3399-gmac", .data = &rk3399_ops }, --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c -@@ -341,7 +341,7 @@ static int socfpga_dwmac_probe(struct pl +@@ -351,7 +351,7 @@ static int socfpga_dwmac_probe(struct pl * mode. Create a copy of the core reset handle so it can be used by * the driver later. */ diff --git a/target/linux/sunxi/patches-4.9/0053-stmmac-form-4-13.patch b/target/linux/sunxi/patches-4.9/0053-stmmac-form-4-13.patch index d71821ad7c..abdc618e6b 100644 --- a/target/linux/sunxi/patches-4.9/0053-stmmac-form-4-13.patch +++ b/target/linux/sunxi/patches-4.9/0053-stmmac-form-4-13.patch @@ -47,7 +47,7 @@ struct mii_regs { --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c -@@ -269,7 +269,10 @@ static int socfpga_dwmac_set_phy_mode(st +@@ -270,7 +270,10 @@ static int socfpga_dwmac_set_phy_mode(st ctrl &= ~(SYSMGR_EMACGRP_CTRL_PHYSEL_MASK << reg_shift); ctrl |= val << reg_shift; |