kernel: bump 5.15 to 5.15.54
[openwrt/staging/stintel.git] / target / linux / generic / backport-5.15 / 766-11-net-dsa-qca8k-add-support-for-mib-autocast-in-Ethern.patch
index c4bc2b3646d5edf0daecb92e6500b19be5035273..0dcf279433837d967a91ee1997694ef94d4e15aa 100644 (file)
@@ -147,7 +147,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        match_data = of_device_get_match_data(priv->dev);
  
        for (i = 0; i < match_data->mib_count; i++) {
-@@ -2592,9 +2690,11 @@ qca8k_master_change(struct dsa_switch *d
+@@ -2611,9 +2709,11 @@ qca8k_master_change(struct dsa_switch *d
                return;
  
        mutex_lock(&priv->mgmt_eth_data.mutex);
@@ -159,7 +159,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        mutex_unlock(&priv->mgmt_eth_data.mutex);
  }
  
-@@ -2608,6 +2708,7 @@ static int qca8k_connect_tag_protocol(st
+@@ -2627,6 +2727,7 @@ static int qca8k_connect_tag_protocol(st
                tagger_data = ds->tagger_data;
  
                tagger_data->rw_reg_ack_handler = qca8k_rw_reg_ack_handler;
@@ -167,7 +167,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  
                break;
        default:
-@@ -2736,6 +2837,9 @@ qca8k_sw_probe(struct mdio_device *mdiod
+@@ -2755,6 +2856,9 @@ qca8k_sw_probe(struct mdio_device *mdiod
        mutex_init(&priv->mgmt_eth_data.mutex);
        init_completion(&priv->mgmt_eth_data.rw_done);