kernel: bump 6.1 to 6.1.50
[openwrt/openwrt.git] / target / linux / generic / backport-6.1 / 790-v6.4-0003-net-dsa-mt7530-use-unlocked-regmap-accessors.patch
index a40f3b8f3b9cb485071b9dae252ae87f2217b3c6..3b4689fb1947b13b5d75087486650a7375d4c022 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/drivers/net/dsa/mt7530.c
 +++ b/drivers/net/dsa/mt7530.c
-@@ -2937,7 +2937,7 @@ static int mt7530_regmap_read(void *cont
+@@ -2941,7 +2941,7 @@ static int mt7530_regmap_read(void *cont
  {
        struct mt7530_priv *priv = context;
  
@@ -28,7 +28,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        return 0;
  };
  
-@@ -2945,23 +2945,25 @@ static int mt7530_regmap_write(void *con
+@@ -2949,23 +2949,25 @@ static int mt7530_regmap_write(void *con
  {
        struct mt7530_priv *priv = context;
  
@@ -62,7 +62,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  };
  
  static int
-@@ -2987,6 +2989,9 @@ mt7531_create_sgmii(struct mt7530_priv *
+@@ -2991,6 +2993,9 @@ mt7531_create_sgmii(struct mt7530_priv *
                mt7531_pcs_config[i]->reg_stride = 4;
                mt7531_pcs_config[i]->reg_base = MT7531_SGMII_REG_BASE(5 + i);
                mt7531_pcs_config[i]->max_register = 0x17c;