Home
last modified time | relevance | path

Searched full:aidet (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dsocionext,uniphier-aidet.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/socionext,uniphier-aidet.yaml#
7 title: UniPhier AIDET
10 UniPhier AIDET (ARM Interrupt Detector) is an add-on block for ARM GIC
12 rising edge interrupts. The AIDET provides logic inverter to support low
24 - socionext,uniphier-ld4-aidet
25 - socionext,uniphier-pro4-aidet
26 - socionext,uniphier-sld8-aidet
27 - socionext,uniphier-pro5-aidet
28 - socionext,uniphier-pxs2-aidet
29 - socionext,uniphier-ld6b-aidet
[all …]
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-uniphier-aidet.c3 * Driver for UniPhier AIDET (ARM Interrupt Detector)
86 .name = "AIDET",
232 { .compatible = "socionext,uniphier-ld4-aidet" },
233 { .compatible = "socionext,uniphier-pro4-aidet" },
234 { .compatible = "socionext,uniphier-sld8-aidet" },
235 { .compatible = "socionext,uniphier-pro5-aidet" },
236 { .compatible = "socionext,uniphier-pxs2-aidet" },
237 { .compatible = "socionext,uniphier-ld11-aidet" },
238 { .compatible = "socionext,uniphier-ld20-aidet" },
239 { .compatible = "socionext,uniphier-pxs3-aidet" },
[all …]
H A DKconfig412 bool "UniPhier AIDET support" if COMPILE_TEST
417 Support for the UniPhier AIDET (ARM Interrupt Detector).
H A DMakefile93 obj-$(CONFIG_IRQ_UNIPHIER_AIDET) += irq-uniphier-aidet.o
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Duniphier-pxs3.dtsi188 interrupt-parent = <&aidet>;
352 aidet: aidet@5fc20000 { label
353 compatible = "socionext,uniphier-pxs3-aidet";
H A Duniphier-ld11.dtsi351 aidet: aidet@5fc20000 { label
352 compatible = "socionext,uniphier-ld11-aidet";
H A Duniphier-ld20.dtsi386 aidet: aidet@5fc20000 { label
387 compatible = "socionext,uniphier-ld20-aidet";
H A Duniphier-ld4.dtsi427 aidet: aidet@61830000 { label
428 compatible = "socionext,uniphier-ld4-aidet";
H A Duniphier-sld8.dtsi427 aidet: aidet@61830000 { label
428 compatible = "socionext,uniphier-sld8-aidet";
H A Duniphier-pro4.dtsi534 aidet: aidet@5fc20000 { label
535 compatible = "socionext,uniphier-pro4-aidet";
H A Duniphier-pro5.dtsi545 aidet: aidet@5fc20000 { label
546 compatible = "socionext,uniphier-pro5-aidet";
H A Duniphier-pxs2.dtsi557 aidet: aidet@5fc20000 { label
558 compatible = "socionext,uniphier-pxs2-aidet";
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dboard_init.c32 aidet_node = fdt_subnode_offset_namelen(fdt, soc_node, "aidet", 5); in uniphier_setup_xirq()
42 tmp = readl(aidet_base + 8); /* AIDET DETCONFR2 */ in uniphier_setup_xirq()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Duniphier-sld8.dtsi126 interrupt-parent = <&aidet>;
384 aidet: interrupt-controller@61830000 { label
385 compatible = "socionext,uniphier-sld8-aidet";
H A Duniphier-ld4.dtsi126 interrupt-parent = <&aidet>;
380 aidet: interrupt-controller@61830000 { label
381 compatible = "socionext,uniphier-ld4-aidet";
H A Duniphier-pro4.dtsi134 interrupt-parent = <&aidet>;
439 aidet: interrupt-controller@5fc20000 { label
440 compatible = "socionext,uniphier-pro4-aidet";
H A Duniphier-pro5.dtsi232 interrupt-parent = <&aidet>;
423 aidet: interrupt-controller@5fc20000 { label
424 compatible = "socionext,uniphier-pro5-aidet";
H A Duniphier-pxs2.dtsi245 interrupt-parent = <&aidet>;
523 aidet: interrupt-controller@5fc20000 { label
524 compatible = "socionext,uniphier-pxs2-aidet";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/socionext/
H A Duniphier-ld11.dtsi201 interrupt-parent = <&aidet>;
581 aidet: interrupt-controller@5fc20000 { label
582 compatible = "socionext,uniphier-ld11-aidet";
H A Duniphier-pxs3.dtsi265 interrupt-parent = <&aidet>;
513 aidet: interrupt-controller@5fc20000 { label
514 compatible = "socionext,uniphier-pxs3-aidet";
H A Duniphier-ld20.dtsi332 interrupt-parent = <&aidet>;
683 aidet: interrupt-controller@5fc20000 { label
684 compatible = "socionext,uniphier-ld20-aidet";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dsocionext,uniphier-gpio.yaml77 interrupt-parent = <&aidet>;
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-uniphier.c279 /* parent is UniPhier AIDET */ in uniphier_gpio_irq_domain_alloc()
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS2658 F: drivers/irqchip/irq-uniphier-aidet.c