Hi Thomas, Here's a small set of fixes I've collected during the merge window. Nothing major, except for the SiFive PLIC driver which gets promoted to using the fasteoi flow (and now won't crash when a driver masks an interrupt). The rest is a handful of platform support and minor fixes.
Please pull, M. The following changes since commit c9c96e30ecaa0aafa225aa1a5392cb7db17c7a82: irqchip/gic-v3-its: Fix LPI release for Multi-MSI devices (2019-09-05 16:03:48 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.4-1 for you to fetch changes up to bb0fed1c60cccbe4063b455a7228818395dac86e: irqchip/sifive-plic: Switch to fasteoi flow (2019-09-18 12:29:52 +0100) ---------------------------------------------------------------- irqchip fixes for 5.4, take #1 - Add retrigger support to Amazon's al-fic driver - Add SAM9X60 support to Atmel's AIC5 irqchip - Fix GICv3 maximum interrupt calculation - Convert SiFive's PLIC to the fasteoi IRQ flow ---------------------------------------------------------------- Marc Zyngier (1): irqchip/sifive-plic: Switch to fasteoi flow Sandeep Sheriker Mallikarjun (1): irqchip/atmel-aic5: Add support for sam9x60 irqchip Talel Shenhar (1): irqchip/al-fic: Add support for irq retrigger Zenghui Yu (1): irqchip/gic-v3: Fix GIC_LINE_NR accessor .../bindings/interrupt-controller/atmel,aic.txt | 7 ++++-- drivers/irqchip/irq-al-fic.c | 12 +++++++++ drivers/irqchip/irq-atmel-aic5.c | 10 ++++++++ drivers/irqchip/irq-gic-v3.c | 2 +- drivers/irqchip/irq-sifive-plic.c | 29 +++++++++++----------- 5 files changed, 43 insertions(+), 17 deletions(-)