kernel: bump 5.15 to 5.15.107
[openwrt/openwrt.git] / target / linux / generic / hack-5.15 / 725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch
index 40ad0ff58310b9be94d7e2d642aeb3283714f5bc..9821c0c86ee22c331fa32102d9ae2171ae8412ea 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  #define PHY_ID_AQR113 0x31c31c40
  #define PHY_ID_AQR113C        0x31c31c12
  #define PHY_ID_AQCS109        0x03a1b5c2
-@@ -828,6 +830,30 @@ static struct phy_driver aqr_driver[] =
+@@ -915,6 +917,30 @@ static struct phy_driver aqr_driver[] =
        .get_stats      = aqr107_get_stats,
  },
  {
@@ -30,7 +30,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 +      .probe          = aqr107_probe,
 +      .config_aneg    = aqr_config_aneg_set_prot,
 +      .config_intr    = aqr_config_intr,
-+      .ack_interrupt  = aqr_ack_interrupt,
++      .handle_interrupt = aqr_handle_interrupt,
 +      .read_status    = aqr107_read_status,
 +      .get_sset_count = aqr107_get_sset_count,
 +      .get_strings    = aqr107_get_strings,
@@ -42,7 +42,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 +      .probe          = aqr107_probe,
 +      .config_aneg    = aqr_config_aneg_set_prot,
 +      .config_intr    = aqr_config_intr,
-+      .ack_interrupt  = aqr_ack_interrupt,
++      .handle_interrupt = aqr_handle_interrupt,
 +      .read_status    = aqr107_read_status,
 +      .get_sset_count = aqr107_get_sset_count,
 +      .get_strings    = aqr107_get_strings,
@@ -52,7 +52,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
        PHY_ID_MATCH_MODEL(PHY_ID_AQR113),
        .name           = "Aquantia AQR113",
        .config_aneg    = aqr_config_aneg,
-@@ -858,6 +884,8 @@ static struct mdio_device_id __maybe_unu
+@@ -945,6 +971,8 @@ static struct mdio_device_id __maybe_unu
        { PHY_ID_MATCH_MODEL(PHY_ID_AQR106) },
        { PHY_ID_MATCH_MODEL(PHY_ID_AQR107) },
        { PHY_ID_MATCH_MODEL(PHY_ID_AQR112) },