From: Robert Marko Date: Thu, 4 Jun 2026 20:36:47 +0000 (+0200) Subject: qualcommax: refresh patches X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7dcc80052b4b4f6280d783f5f2debc79a1b12fd2;p=thirdparty%2Fopenwrt.git qualcommax: refresh patches Refresh the patches for qualcommax. Signed-off-by: Robert Marko --- diff --git a/target/linux/qualcommax/patches-6.12/0752-net-dsa-qca8k-support-PHY-to-PHY-CPU-link.patch b/target/linux/qualcommax/patches-6.12/0752-net-dsa-qca8k-support-PHY-to-PHY-CPU-link.patch index 92c07e6efb2..b674c5e9180 100644 --- a/target/linux/qualcommax/patches-6.12/0752-net-dsa-qca8k-support-PHY-to-PHY-CPU-link.patch +++ b/target/linux/qualcommax/patches-6.12/0752-net-dsa-qca8k-support-PHY-to-PHY-CPU-link.patch @@ -47,7 +47,7 @@ Signed-off-by: Ziyang Huang 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) { diff --git a/target/linux/qualcommax/patches-6.12/0754-net-dsa-qca8k-use-correct-CPU-port-when-having-multi.patch b/target/linux/qualcommax/patches-6.12/0754-net-dsa-qca8k-use-correct-CPU-port-when-having-multi.patch index e544e278fde..ecd5cdc7dc8 100644 --- a/target/linux/qualcommax/patches-6.12/0754-net-dsa-qca8k-use-correct-CPU-port-when-having-multi.patch +++ b/target/linux/qualcommax/patches-6.12/0754-net-dsa-qca8k-use-correct-CPU-port-when-having-multi.patch @@ -40,7 +40,7 @@ Signed-off-by: Ziyang Huang 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 /* 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 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; diff --git a/target/linux/qualcommax/patches-6.12/0755-net-dsa-qca8k-implement-ds-ops-preferred_default_loc.patch b/target/linux/qualcommax/patches-6.12/0755-net-dsa-qca8k-implement-ds-ops-preferred_default_loc.patch index d78956fc037..8bf0cd25979 100644 --- a/target/linux/qualcommax/patches-6.12/0755-net-dsa-qca8k-implement-ds-ops-preferred_default_loc.patch +++ b/target/linux/qualcommax/patches-6.12/0755-net-dsa-qca8k-implement-ds-ops-preferred_default_loc.patch @@ -11,7 +11,7 @@ Signed-off-by: Ziyang Huang --- 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 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,