]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: refresh patches
authorRobert Marko <robimarko@gmail.com>
Thu, 4 Jun 2026 20:36:47 +0000 (22:36 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 4 Jun 2026 20:37:30 +0000 (22:37 +0200)
Refresh the patches for qualcommax.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/patches-6.12/0752-net-dsa-qca8k-support-PHY-to-PHY-CPU-link.patch
target/linux/qualcommax/patches-6.12/0754-net-dsa-qca8k-use-correct-CPU-port-when-having-multi.patch
target/linux/qualcommax/patches-6.12/0755-net-dsa-qca8k-implement-ds-ops-preferred_default_loc.patch

index 92c07e6efb2edccf8a4db231269a4450f43a1f84..b674c5e91807667172f13ad574ec8fce8375628c 100644 (file)
@@ -47,7 +47,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
        return -EINVAL;
  }
  
-@@ -1950,7 +1952,7 @@ qca8k_setup(struct dsa_switch *ds)
+@@ -1955,7 +1957,7 @@ qca8k_setup(struct dsa_switch *ds)
  
        cpu_port = qca8k_find_cpu_port(ds);
        if (cpu_port < 0) {
index e544e278fde427fa0eaf30ed6258fc6f73b27cd1..ecd5cdc7dc80d306402a85bb1d411092f2b89fd1 100644 (file)
@@ -40,7 +40,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
  static int
  qca8k_setup_of_pws_reg(struct qca8k_priv *priv)
  {
-@@ -1947,15 +1929,9 @@ qca8k_setup(struct dsa_switch *ds)
+@@ -1952,15 +1934,9 @@ qca8k_setup(struct dsa_switch *ds)
  {
        struct qca8k_priv *priv = ds->priv;
        struct dsa_port *dp;
@@ -57,7 +57,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
        /* Parse CPU port config to be later used in phy_link mac_config */
        ret = qca8k_parse_port_config(priv);
        if (ret)
-@@ -2040,17 +2016,12 @@ qca8k_setup(struct dsa_switch *ds)
+@@ -2045,17 +2021,12 @@ qca8k_setup(struct dsa_switch *ds)
        if (ret)
                return ret;
  
@@ -76,7 +76,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
  
                ret = qca8k_rmw(priv, QCA8K_PORT_LOOKUP_CTRL(port),
                                QCA8K_PORT_LOOKUP_MEMBER,
-@@ -2058,6 +2029,11 @@ qca8k_setup(struct dsa_switch *ds)
+@@ -2063,6 +2034,11 @@ qca8k_setup(struct dsa_switch *ds)
                if (ret)
                        return ret;
  
index d78956fc037d7ef097112d94bcca8678323b4543..8bf0cd2597975198d5079704dcb946d92fe0db2f 100644 (file)
@@ -11,7 +11,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
 
 --- a/drivers/net/dsa/qca/qca8k-8xxx.c
 +++ b/drivers/net/dsa/qca/qca8k-8xxx.c
-@@ -1733,6 +1733,18 @@ qca8k_get_tag_protocol(struct dsa_switch
+@@ -1738,6 +1738,18 @@ qca8k_get_tag_protocol(struct dsa_switch
        return DSA_TAG_PROTO_QCA;
  }
  
@@ -30,7 +30,7 @@ Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
  static int qca8k_port_change_master(struct dsa_switch *ds, int port,
                                    struct net_device *master,
                                    struct netlink_ext_ack *extack)
-@@ -2133,6 +2145,7 @@ static const struct dsa_switch_ops qca8k
+@@ -2138,6 +2150,7 @@ static const struct dsa_switch_ops qca8k
        .get_phy_flags          = qca8k_get_phy_flags,
        .port_lag_join          = qca8xxx_port_lag_join,
        .port_lag_leave         = qca8xxx_port_lag_leave,