Searched +full:8810 +full:pl +full:- +full:intc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/arm/boot/dts/ |
D | rda8810pl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 9 #include <dt-bindings/interrupt-controller/irq.h> 12 compatible = "rda,8810pl"; 13 interrupt-parent = <&intc>; 14 #address-cells = <1>; 15 #size-cells = <1>; 18 #address-cells = <1>; 19 #size-cells = <0>; 23 compatible = "arm,cortex-a5"; 29 compatible = "mmio-sram"; [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | rda,8810pl-intc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/rda,8810pl-intc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 13 - $ref: /schemas/interrupt-controller.yaml# 17 const: rda,8810pl-intc 22 interrupt-controller: true 24 '#interrupt-cells': 28 - compatible [all …]
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-rda-intc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 32 writel_relaxed(BIT(d->hwirq), rda_intc_base + RDA_INTC_MASK_CLR); in rda_intc_mask_irq() 37 writel_relaxed(BIT(d->hwirq), rda_intc_base + RDA_INTC_MASK_SET); in rda_intc_unmask_irq() 46 return -EINVAL; in rda_intc_set_type() 62 .name = "rda-intc", 73 irq_set_chip_data(virq, d->host_data); in rda_irq_map() 87 rda_intc_base = of_io_request_and_map(node, 0, "rda-intc"); in rda8810_intc_init() 94 rda_irq_domain = irq_domain_create_linear(&node->fwnode, RDA_NR_IRQS, in rda8810_intc_init() 99 return -ENOMEM; in rda8810_intc_init() 107 IRQCHIP_DECLARE(rda_intc, "rda,8810pl-intc", rda8810_intc_init);
|
/Linux-v6.1/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 39 (scripts/checkpatch.pl) to catch trivial style violations. 40 See Documentation/process/coding-style.rst for guidance here. 43 by ``scripts/get_maintainer.pl.`` The results returned by the 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. [all …]
|