Pull irq fixes from Borislav Petkov:
 - Gracefully handle failure to request MMIO resources in the GICv3
   driver
 - Make a static key static in the Apple AIC driver
 - Fix the Xilinx intc driver dependency on OF_ADDRESS
* tag 'irq_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/apple-aic: Make symbol 'use_fast_ipi' static
  irqchip/xilinx: Add explicit dependency on OF_ADDRESS
  irqchip/gicv3: Handle resource request failure consistently