kernel: bump 6.1 to 6.1.50
[openwrt/openwrt.git] / target / linux / generic / backport-6.1 / 790-v6.4-0013-net-dsa-mt7530-fix-support-for-MT7531BE.patch
index 4e127f197094b45e7ef6b8474ecca5ef32443287..5b5f25e7afaf10434b9b18d104b538ff0e76c7bd 100644 (file)
@@ -73,7 +73,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  }
 --- a/drivers/net/dsa/mt7530.c
 +++ b/drivers/net/dsa/mt7530.c
-@@ -3044,6 +3044,12 @@ mt753x_setup(struct dsa_switch *ds)
+@@ -3048,6 +3048,12 @@ mt753x_setup(struct dsa_switch *ds)
        if (ret && priv->irq)
                mt7530_free_irq_common(priv);
  
@@ -88,7 +88,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  
 --- a/drivers/net/dsa/mt7530.h
 +++ b/drivers/net/dsa/mt7530.h
-@@ -746,10 +746,10 @@ struct mt753x_info {
+@@ -748,10 +748,10 @@ struct mt753x_info {
   *                    registers
   * @p6_interface      Holding the current port 6 interface
   * @p5_intf_sel:      Holding the current port 5 interface select
@@ -100,7 +100,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
   */
  struct mt7530_priv {
        struct device           *dev;
-@@ -768,7 +768,6 @@ struct mt7530_priv {
+@@ -770,7 +770,6 @@ struct mt7530_priv {
        unsigned int            p5_intf_sel;
        u8                      mirror_rx;
        u8                      mirror_tx;
@@ -108,7 +108,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
        struct mt7530_port      ports[MT7530_NUM_PORTS];
        struct mt753x_pcs       pcs[MT7530_NUM_PORTS];
        /* protect among processes for registers access*/
-@@ -776,6 +775,7 @@ struct mt7530_priv {
+@@ -778,6 +777,7 @@ struct mt7530_priv {
        int irq;
        struct irq_domain *irq_domain;
        u32 irq_enable;