Commit 15b87bec89cb for kernel

commit 15b87bec89cb227b55b3689bf5de31b85cf88559
Merge: 6863c8385c28 fc584d871c16
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Dec 2 09:32:53 2025 -0800

    Merge tag 'irq-drivers-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull irq driver updates from Thomas Gleixner:
     "Boring updates for interrupt drivers:

       - Support for a couple of new ARM64 and RISCV SoC variants and their
         magic interrupt controllers which either can reuse existing code or
         require quirks due to a botched hardware implementation

       - More section mismatch fixes

       - The usual cleanups and fixes all over the place"

    * tag 'irq-drivers-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (32 commits)
      irqchip/meson-gpio: Add support for Amlogic S6 S7 and S7D SoCs
      dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs
      dt-bindings: interrupt-controller: aspeed,ast2700: Correct #interrupt-cells and interrupts count
      irqchip/aclint-sswi: Add Nuclei UX900 support
      dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT SSWI
      dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT MSWI
      dt-bindings: interrupt-controller: Add Anlogic DR1V90 PLIC
      irqchip/irq-bcm7038-l1: Remove unused reg_mask_status()
      irqchip/sifive-plic: Fix call to __plic_toggle() in M-Mode code path
      irqchip/sifive-plic: Add support for UltraRISC DP1000 PLIC
      irqchip/sifive-plic: Cache the interrupt enable state
      dt-bindings: interrupt-controller: Add UltraRISC DP1000 PLIC
      dt-bindings: vendor-prefixes: Add UltraRISC
      irqchip/qcom-irq-combiner: Rename driver structure
      irqchip/riscv-imsic: Inline imsic_vector_from_local_id()
      irqchip/riscv-imsic: Embed the vector array in lpriv
      irqchip/riscv-imsic: Remove redundant irq_data lookups
      irqchip/ts4800: Drop unused module alias
      irqchip/mvebu-pic: Drop unused module alias
      irqchip/meson-gpio: Drop unused module alias
      ...