kernel: bump 6.1 to 6.1.50
[openwrt/openwrt.git] / target / linux / generic / backport-6.1 / 790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch
index 89f39a93852dfe76ce06f3ce506901c5081b3938..dc4fcb6aa11fdcdc91976ecf701639c80df099f4 100644 (file)
@@ -17,7 +17,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/drivers/net/dsa/mt7530.c
 +++ b/drivers/net/dsa/mt7530.c
-@@ -3173,44 +3173,21 @@ static const struct of_device_id mt7530_
+@@ -3177,44 +3177,21 @@ static const struct of_device_id mt7530_
  MODULE_DEVICE_TABLE(of, mt7530_of_match);
  
  static int
@@ -67,7 +67,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        if (!priv->info)
                return -EINVAL;
  
-@@ -3224,23 +3201,53 @@ mt7530_probe(struct mdio_device *mdiodev
+@@ -3228,23 +3205,53 @@ mt7530_probe(struct mdio_device *mdiodev
                return -EINVAL;
  
        priv->id = priv->info->id;
@@ -131,7 +131,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                priv->reset = devm_gpiod_get_optional(&mdiodev->dev, "reset",
                                                      GPIOD_OUT_LOW);
                if (IS_ERR(priv->reset)) {
-@@ -3249,12 +3256,15 @@ mt7530_probe(struct mdio_device *mdiodev
+@@ -3253,12 +3260,15 @@ mt7530_probe(struct mdio_device *mdiodev
                }
        }