OSDN Git Service

Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm...
authorThomas Gleixner <tglx@linutronix.de>
Sat, 30 May 2020 07:40:12 +0000 (09:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 30 May 2020 07:40:12 +0000 (09:40 +0200)
commit76fe06c1e68b8f8dfb63d5b268623830dcb16ed0
tree89b6e3df7c2ebdc996800429b3d30b7497f7ab7a
parent1d0326f352bb094771df17f045bdbadff89a43e6
parentda10a4b626657387845f32d37141fc7d48ebbdb3
Merge tag 'irqchip-5.8' of git://git./linux/kernel/git/maz/arm-platforms into irq/core

Pull irqchip updates from Marc Zyngier:

 - A few new drivers for the Loongson MIPS platform (HTVEC, PIC, MSI)
 - A cleanup of the __irq_domain_add() API
 - A cleanup of the IRQ simulator to actually use some of
   the irq infrastructure
 - Some fixes for the Sifive PLIC when used in a multi-controller
   context
 - Fixes for the GICv3 ITS to spread interrupts according to the
   load of each CPU, and to honor managed interrupts
 - Numerous cleanups and documentation fixes