]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2019 10:55:55 +0000 (06:55 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2019 10:55:55 +0000 (06:55 -0400)
commite84c99a9649f888f2fc410b05babb7339f2d979d
treec7155c101e6361c1a12b755c8c4171b775e143bb
parent079446e97c13fb365de84f6cbd7b4ea2607eba69
parent86a36e0149c3453dd243222e38ffba9a870cdd0b
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:
 "Two fixes for interrupt controller drivers:

   - Skip IRQ_M_EXT entries in the device tree when initializing the
     RISCV PLIC controller to avoid a double init attempt.

   - Use the correct ITS list when issuing the VMOVP synchronization
     command so the operation works only on the ITS instances which are
     associated to a VM"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/sifive-plic: Skip contexts except supervisor in plic_init()
  irqchip/gic-v3-its: Use the exact ITSList for VMOVP