Merge tag 'irqchip-5.16' into irq/core
Merge irqchip updates for Linux 5.16 from Marc Zyngier: - A large cross-arch rework to move irq_enter()/irq_exit() into the arch code, and removing it from the generic irq code. Thanks to Mark Rutland for the huge effort! - A few irqchip drivers are made modular (broadcom, meson), because that's apparently a thing... - A new driver for the Microchip External Interrupt Controller - The irq_cpu_offline()/irq_cpu_online() API is now deprecated and can only be selected on the Cavium Octeon platform. Once this platform is removed, the API will be removed at the same time. - A sprinkle of devm_* helper, as people seem to love that. - The usual spattering of small fixes and minor improvements. * tag 'irqchip-5.16': (912 commits) h8300: Fix linux/irqchip.h include mess dt-bindings: irqchip: renesas-irqc: Document r8a774e1 bindings MIPS: irq: Avoid an unused-variable error genirq: Hide irq_cpu_{on,off}line() behind a deprecated option irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() MIPS: loongson64: Drop call to irq_cpu_offline() irq: remove handle_domain_{irq,nmi}() irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY irq: riscv: perform irqentry in entry code irq: openrisc: perform irqentry in entry code irq: csky: perform irqentry in entry code irq: arm64: perform irqentry in entry code irq: arm: perform irqentry in entry code irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY irq: nds32: avoid CONFIG_HANDLE_DOMAIN_IRQ irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQ irq: add generic_handle_arch_irq() irq: unexport handle_irq_desc() irq: simplify handle_domain_{irq,nmi}() irq: mips: simplify do_domain_IRQ() ... Signed-off-by:Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211029083332.3680101-1-maz@kernel.org
No related branches found
No related tags found
Showing
- Documentation/admin-guide/README.rst 1 addition, 1 deletionDocumentation/admin-guide/README.rst
- Documentation/core-api/irq/irq-domain.rst 3 additions, 5 deletionsDocumentation/core-api/irq/irq-domain.rst
- Documentation/devicetree/bindings/arm/tegra.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/arm/tegra.yaml
- Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt 1 addition, 1 deletion...on/devicetree/bindings/display/mediatek/mediatek,disp.txt
- Documentation/devicetree/bindings/interconnect/qcom,sdm660.yaml 42 additions, 4 deletions...ntation/devicetree/bindings/interconnect/qcom,sdm660.yaml
- Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml 73 additions, 0 deletions...vicetree/bindings/interrupt-controller/microchip,eic.yaml
- Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml 1 addition, 0 deletions...evicetree/bindings/interrupt-controller/renesas,irqc.yaml
- Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml 3 additions, 1 deletion...on/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
- Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml 89 additions, 0 deletions...mentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
- Documentation/hwmon/k10temp.rst 0 additions, 17 deletionsDocumentation/hwmon/k10temp.rst
- Documentation/networking/device_drivers/ethernet/intel/ice.rst 1 addition, 1 deletion...entation/networking/device_drivers/ethernet/intel/ice.rst
- Documentation/networking/dsa/sja1105.rst 1 addition, 1 deletionDocumentation/networking/dsa/sja1105.rst
- Documentation/process/changes.rst 1 addition, 1 deletionDocumentation/process/changes.rst
- Documentation/translations/zh_CN/admin-guide/README.rst 1 addition, 1 deletionDocumentation/translations/zh_CN/admin-guide/README.rst
- Documentation/translations/zh_TW/admin-guide/README.rst 1 addition, 1 deletionDocumentation/translations/zh_TW/admin-guide/README.rst
- MAINTAINERS 38 additions, 36 deletionsMAINTAINERS
- Makefile 1 addition, 7 deletionsMakefile
- arch/alpha/Kconfig 1 addition, 2 deletionsarch/alpha/Kconfig
- arch/alpha/include/asm/asm-prototypes.h 1 addition, 0 deletionsarch/alpha/include/asm/asm-prototypes.h
- arch/alpha/include/asm/io.h 3 additions, 3 deletionsarch/alpha/include/asm/io.h
Loading
Please register or sign in to comment