diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-12 11:52:25 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-14 18:23:08 +0200 |
commit | c9dc0e1bdf9274581b588a82226c70a192a36556 (patch) | |
tree | 9bbabded082a4b1f47c6c222bd17ab7298421aa8 /target/linux/mvebu/patches-4.19 | |
parent | 873a8c50788e3b36d908e1c71502ea9332a9673d (diff) | |
download | upstream-c9dc0e1bdf9274581b588a82226c70a192a36556.tar.gz upstream-c9dc0e1bdf9274581b588a82226c70a192a36556.tar.bz2 upstream-c9dc0e1bdf9274581b588a82226c70a192a36556.zip |
kernel: bump 4.19 to 4.19.66
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mvebu/patches-4.19')
3 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/mvebu/patches-4.19/402-net-phylink-only-call-mac_config-during-resolve-when.patch b/target/linux/mvebu/patches-4.19/402-net-phylink-only-call-mac_config-during-resolve-when.patch index 611999baea..0e272ea891 100644 --- a/target/linux/mvebu/patches-4.19/402-net-phylink-only-call-mac_config-during-resolve-when.patch +++ b/target/linux/mvebu/patches-4.19/402-net-phylink-only-call-mac_config-during-resolve-when.patch @@ -13,7 +13,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -@@ -337,6 +337,13 @@ static void phylink_mac_config(struct ph +@@ -339,6 +339,13 @@ static void phylink_mac_config(struct ph pl->ops->mac_config(pl->netdev, pl->link_an_mode, state); } @@ -27,7 +27,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> static void phylink_mac_an_restart(struct phylink *pl) { if (pl->link_config.an_enabled && -@@ -440,12 +447,12 @@ static void phylink_resolve(struct work_ +@@ -442,12 +449,12 @@ static void phylink_resolve(struct work_ case MLO_AN_PHY: link_state = pl->phy_state; phylink_resolve_flow(pl, &link_state); diff --git a/target/linux/mvebu/patches-4.19/403-net-phylink-ensure-inband-AN-works-correctly.patch b/target/linux/mvebu/patches-4.19/403-net-phylink-ensure-inband-AN-works-correctly.patch index a0cdf838b2..746aca2e5a 100644 --- a/target/linux/mvebu/patches-4.19/403-net-phylink-ensure-inband-AN-works-correctly.patch +++ b/target/linux/mvebu/patches-4.19/403-net-phylink-ensure-inband-AN-works-correctly.patch @@ -16,7 +16,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -@@ -457,28 +457,21 @@ static void phylink_resolve(struct work_ +@@ -459,28 +459,21 @@ static void phylink_resolve(struct work_ case MLO_AN_INBAND: phylink_get_mac_state(pl, &link_state); diff --git a/target/linux/mvebu/patches-4.19/404-sfp-provide-netdev-sfp_bus-and-use-for-start-stop.patch b/target/linux/mvebu/patches-4.19/404-sfp-provide-netdev-sfp_bus-and-use-for-start-stop.patch index e174ad0084..f2581ca6b7 100644 --- a/target/linux/mvebu/patches-4.19/404-sfp-provide-netdev-sfp_bus-and-use-for-start-stop.patch +++ b/target/linux/mvebu/patches-4.19/404-sfp-provide-netdev-sfp_bus-and-use-for-start-stop.patch @@ -15,7 +15,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -@@ -947,8 +947,8 @@ void phylink_start(struct phylink *pl) +@@ -949,8 +949,8 @@ void phylink_start(struct phylink *pl) if (pl->link_an_mode == MLO_AN_FIXED && !IS_ERR(pl->link_gpio)) mod_timer(&pl->link_poll, jiffies + HZ); @@ -26,7 +26,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> if (pl->phydev) phy_start(pl->phydev); } -@@ -969,8 +969,8 @@ void phylink_stop(struct phylink *pl) +@@ -971,8 +971,8 @@ void phylink_stop(struct phylink *pl) if (pl->phydev) phy_stop(pl->phydev); |