diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-14 14:22:10 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-18 10:02:51 +0100 |
commit | a8cfef6c4584b1cf3e334c6d43a850b86d536d7d (patch) | |
tree | 347af5247bd62f2ea00b837a3a832ca7f8390155 /target/linux/layerscape | |
parent | 79fc997e4875e1f1e48289ea719094e079745540 (diff) | |
download | upstream-a8cfef6c4584b1cf3e334c6d43a850b86d536d7d.tar.gz upstream-a8cfef6c4584b1cf3e334c6d43a850b86d536d7d.tar.bz2 upstream-a8cfef6c4584b1cf3e334c6d43a850b86d536d7d.zip |
kernel: bump 4.14 to 4.14.106
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch b/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch index 89ace283b9..7946d3cbc1 100644 --- a/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/711-dpaa-bqman-support-layerscape.patch @@ -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; |