[tip: irq/urgent] Merge tag 'irqchip-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

From: tip-bot2 for Thomas Gleixner
Date: Mon Oct 09 2023 - 10:08:22 EST


The following commit has been merged into the irq/urgent branch of tip:

Commit-ID: 4dc5af1fee55e38b5016e45b66bec1e1312973f5
Gitweb: https://git.kernel.org/tip/4dc5af1fee55e38b5016e45b66bec1e1312973f5
Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
AuthorDate: Mon, 09 Oct 2023 16:01:55 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Mon, 09 Oct 2023 16:01:55 +02:00

Merge tag 'irqchip-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

Pull irqchip fixes from Marc Zyngier:

- DT binding updates for Renesas r8a779f0 and rzg2l

- Let GICv3 honor the "dma-non-coherent" attribute for systems that
rely on SW guessing what the HW supports

- Fix the RISC-V INTC probing by marking all devices as initialised
at once

- Properly translate interrupt numbers from DT on stm32-exti

- Use irq_data_get_irq_chip_data() in the rzg2l driver instead of
blindly dereferencing the irq_data structure

- Add a MAINTAINERS entry for the various ARM GIC irqchip drivers

- Remove myself as the top-level irqchip/irqdomain maintainer

Link: https://lore.kernel.org/all/20231007121933.3840357-1-maz@xxxxxxxxxx
---