From: Linus Torvalds Date: Mon, 28 Aug 2023 21:33:11 +0000 (-0700) Subject: Merge tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.6.17~4134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd3f0fe5010c2d85801a9c005b9c673908adf36f;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'irq-core-2023-08-28' of git://git./linux/kernel/git/tip/tip Pull irq updates from Thomas Gleixner: "Boring updates for the interrupt subsystem: Core: - Prevent a deadlock of nested interrupt threads vs. synchronize_hard() - Removal of a stale extern declaration Drivers: - The first new driver since v6.2 for Amlogic-C3 SoCs - The usual small fixes, cleanups and improvements all over the place" * tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip: Add support for Amlogic-C3 SoCs dt-bindings: interrupt-controller: Add support for Amlogic-C3 SoCs irqchip/irq-mvebu-sei: Use devm_platform_get_and_ioremap_resource() irqchip/ls-scfg-msi: Use devm_platform_get_and_ioremap_resource() irqchip: Explicitly include correct DT includes irqchip/orion: Use of_address_count() helper irqchip/irq-pruss-intc: Do not check for 0 return after calling platform_get_irq() irqchip/imx-mu-msi: Do not check for 0 return after calling platform_get_irq() irqchipr/i8259: Mark i8259_of_init() static irqchip/mips-gic: Mark gic_irq_domain_free() static irqchip/xtensa-pic: Include header for xtensa_pic_init_legacy() irqchip/loongson-eiointc: Fix return value checking of eiointc_index genirq: Remove unused extern declaration genirq: Prevent nested thread vs synchronize_hardirq() deadlock --- dd3f0fe5010c2d85801a9c005b9c673908adf36f