kernel: bump 4.14 to 4.14.106
[openwrt/staging/luka.git] / target / linux / layerscape / patches-4.14 / 711-dpaa-bqman-support-layerscape.patch
index 89ace283b9bdd211e578448316b6e23736d60522..7946d3cbc1527a1252ea78139bdc92b25c5cd3a7 100644 (file)
@@ -270,7 +270,7 @@ Signed-off-by: Biwen Li <biwen.li@nxp.com>
  }
  
  static inline int fq_isset(struct qman_fq *fq, u32 mask)
-@@ -1566,7 +1604,7 @@ void qman_p_irqsource_add(struct qman_po
+@@ -1567,7 +1605,7 @@ void qman_p_irqsource_add(struct qman_po
        unsigned long irqflags;
  
        local_irq_save(irqflags);
@@ -279,7 +279,7 @@ Signed-off-by: Biwen Li <biwen.li@nxp.com>
        qm_out(&p->p, QM_REG_IER, p->irq_sources);
        local_irq_restore(irqflags);
  }
-@@ -1589,7 +1627,7 @@ void qman_p_irqsource_remove(struct qman
+@@ -1590,7 +1628,7 @@ void qman_p_irqsource_remove(struct qman
         */
        local_irq_save(irqflags);
        bits &= QM_PIRQ_VISIBLE;