kernel: bump 5.4 to 5.4.79
[openwrt/staging/wigyori.git] / target / linux / ramips / patches-5.4 / 991-at803x.patch
index 64bc48fe7a489cd3acea026645571ab862dd6e42..af0132f8f7ed452cc205b121e9230581009175ee 100644 (file)
@@ -12,8 +12,6 @@ Signed-off-by: RenĂ© van Dorst <opensource@vdorst.com>
  drivers/net/phy/at803x.c | 91 ++++++++++++++++++++++++++++++++++++++++
  1 file changed, 91 insertions(+)
 
-diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c
-index 31cd7d8a5a1b5..134c894ccf800 100644
 --- a/drivers/net/phy/at803x.c
 +++ b/drivers/net/phy/at803x.c
 @@ -14,6 +14,8 @@
@@ -44,7 +42,7 @@ index 31cd7d8a5a1b5..134c894ccf800 100644
  
  #define AT803X_DEBUG_REG_0                    0x00
  #define AT803X_DEBUG_RX_CLK_DLY_EN            BIT(15)
-@@ -243,10 +254,72 @@ static int at803x_resume(struct phy_device *phydev)
+@@ -243,10 +254,72 @@ static int at803x_resume(struct phy_devi
        return phy_modify(phydev, MII_BMCR, BMCR_PDOWN | BMCR_ISOLATE, 0);
  }
  
@@ -117,7 +115,7 @@ index 31cd7d8a5a1b5..134c894ccf800 100644
  
        priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL);
        if (!priv)
-@@ -394,6 +467,10 @@ static int at803x_read_status(struct phy_device *phydev)
+@@ -394,6 +467,10 @@ static int at803x_read_status(struct phy
  {
        int ss, err, old_link = phydev->link;
  
@@ -128,7 +126,7 @@ index 31cd7d8a5a1b5..134c894ccf800 100644
        /* Update the link, but return if there was an error */
        err = genphy_update_link(phydev);
        if (err)
-@@ -448,6 +525,19 @@ static int at803x_read_status(struct phy_device *phydev)
+@@ -448,6 +525,19 @@ static int at803x_read_status(struct phy
        return 0;
  }
  
@@ -148,7 +146,7 @@ index 31cd7d8a5a1b5..134c894ccf800 100644
  static struct phy_driver at803x_driver[] = {
  {
        /* ATHEROS 8035 */
-@@ -491,6 +581,7 @@ static struct phy_driver at803x_driver[] = {
+@@ -491,6 +581,7 @@ static struct phy_driver at803x_driver[]
        .suspend                = at803x_suspend,
        .resume                 = at803x_resume,
        /* PHY_GBIT_FEATURES */