]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irqchip-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorThomas Gleixner <tglx@linutronix.de>
Sat, 11 Dec 2021 09:51:23 +0000 (10:51 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 11 Dec 2021 09:51:23 +0000 (10:51 +0100)
commit5cc6cd2eef05720e41663f6488aab501efa2bec7
tree340384d7d55fd94aa56ccb59bf9d33de97c92b14
parentbcaa5780ddbeacad7e998e7957fc9a3a5a94c857
parent900e540a17aab9932f79f5d244eb0babab7e87d8
Merge tag 'irqchip-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

Pull irqchip fixes from Marc Zyngier:

 - Fix Armada-370-XP Multi-MSi allocation to be aligned on the allocation
   size, as required by the PCI spec

 - Fix aspeed-scu interrupt acknowledgement by directly writing to the
   register instead of a read-modify-write sequence

 - Use standard bitfirl helpers in the MIPS GIC driver instead of custom
   constructs

 - Fix the NVIC driver IPR register offset

 - Correctly drop the reference of the device node in the irq-bcm7120-l2
   driver

 - Fix the GICv3 ITS INVALL command by issueing a following SYNC command

 - Add a missing __init attribute to the init function of the Apple AIC
   driver

Link: https://lore.kernel.org/r/20211210133516.664497-1-maz@kernel.org