Searched +full:wpcm450 +full:- +full:aic (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | nuvoton,wpcm450-aic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/nuvoton,wpcm450-aic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Nuvoton WPCM450 Advanced Interrupt Controller 10 - Jonathan Neuschäfer <j.neuschaefer@gmx.net> 13 '#interrupt-cells': 17 const: nuvoton,wpcm450-aic 19 interrupt-controller: true 27 - '#interrupt-cells' [all …]
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-wpcm450-aic.c | 1 // SPDX-License-Identifier: GPL-2.0-only 41 static struct wpcm450_aic *aic; variable 48 writel(0xffffffff, aic->regs + AIC_MDCR); in wpcm450_aic_init_hw() 55 readl(aic->regs + AIC_IPER); in wpcm450_aic_init_hw() 56 writel(0, aic->regs + AIC_EOSCR); in wpcm450_aic_init_hw() 61 aic->regs + AIC_SCR(i)); in wpcm450_aic_init_hw() 69 /* Read IPER to signal that nIRQ can be de-asserted */ in wpcm450_aic_handle_irq() 70 hwirq = readl(aic->regs + AIC_IPER) / 4; in wpcm450_aic_handle_irq() 72 generic_handle_domain_irq(aic->domain, hwirq); in wpcm450_aic_handle_irq() 77 /* Signal end-of-service */ in wpcm450_aic_eoi() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 119 tristate "Broadcom STB 7038-style L1/L2 interrupt controller driver" 127 tristate "Broadcom STB 7120-style L2 interrupt controller driver" 180 will be called irq-lan966x-oic. 221 bool "J-Core integrated AIC" if COMPILE_TEST 225 Support for the J-Core integrated AIC. 236 interrupt pins, as found on SH/R-Mobile and R-Car Gen1 SoCs. 239 bool "Renesas R-Mobile APE6, R-Car Gen{2,3} and RZ/G{1,2} IRQC support" if COMPILE_TEST 244 devices, as found on R-Mobile APE6, R-Car Gen{2,3} and RZ/G{1,2} SoCs. 294 tristate "TS-4800 IRQ controller" [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_IRQCHIP) += irqchip.o 4 obj-$(CONFIG_AL_FIC) += irq-al-fic.o 5 obj-$(CONFIG_ALPINE_MSI) += irq-alpine-msi.o 6 obj-$(CONFIG_ATH79) += irq-ath79-cpu.o 7 obj-$(CONFIG_ATH79) += irq-ath79-misc.o 8 obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o 9 obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2836.o 10 obj-$(CONFIG_ARCH_ACTIONS) += irq-owl-sirq.o 11 obj-$(CONFIG_DAVINCI_CP_INTC) += irq-davinci-cp-intc.o [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nuvoton/ |
D | nuvoton-wpcm450.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 #include <dt-bindings/interrupt-controller/irq.h> 7 compatible = "nuvoton,wpcm450"; 8 #address-cells = <1>; 9 #size-cells = <1>; 23 #address-cells = <1>; 24 #size-cells = <0>; 27 compatible = "arm,arm926ej-s"; 33 clk24m: clock-24mhz { 35 compatible = "fixed-clock"; [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|