kernel: bump 4.14 to 4.14.144
[oweals/openwrt.git] / target / linux / ar71xx / patches-4.14 / 621-MIPS-ath79-add-support-for-QCA956x-SoC.patch
index 3d794635457594116da12ee89b7b1e4de6ab0509..670f7bef0abb99c7527dbd67b493231519ba3e00 100644 (file)
                return;
 --- a/arch/mips/ath79/irq.c
 +++ b/arch/mips/ath79/irq.c
-@@ -156,6 +156,87 @@ static void qca955x_irq_init(void)
+@@ -162,6 +162,87 @@ static void qca955x_irq_init(void)
        irq_set_chained_handler(ATH79_CPU_IRQ(3), qca955x_ip3_irq_dispatch);
  }
  
  void __init arch_init_irq(void)
  {
        unsigned irq_wb_chan2 = -1;
-@@ -183,7 +264,9 @@ void __init arch_init_irq(void)
+@@ -189,7 +270,9 @@ void __init arch_init_irq(void)
                 soc_is_ar933x() ||
                 soc_is_ar934x() ||
                 soc_is_qca953x() ||
                misc_is_ar71xx = false;
        else
                BUG();
-@@ -197,4 +280,6 @@ void __init arch_init_irq(void)
+@@ -203,4 +286,6 @@ void __init arch_init_irq(void)
                qca953x_irq_init();
        else if (soc_is_qca955x())
                qca955x_irq_init();