A set of interrupt chip driver fixes:

  - A fix for a long standing bug in the ARM GICv3 redistributor polling
    which uses the wrong bit number to test.

  - Prevent translation of bogus ACPI table entries which map device
    interrupts into the IPI space on ARM GICs.

  - Don't write into the pending register of ARM GICV4 before the scan
    in hardware has completed.

  - A set of build and correctness fixes for the Qualcomm MPM driver
Merge tag 'irqchip-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

Pull irqchip fixes from Marc Zyngier:

 - Fix GICv3 polling for RWP in redistributors

 - Reject ACPI attempts to use SGIs on GIC/GICv3

 - Fix unpredictible behaviour when making a VPE non-resident
   with GICv4

 - A couple of fixes for the newly merged qcom-mpm driver

Link: https://lore.kernel.org/lkml/20220409094229.267649-1-maz@kernel.org