Searched +full:rt2880 +full:- +full:intc (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | ralink,rt2880-intc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/ralink,rt2880-intc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 13 - $ref: /schemas/interrupt-controller.yaml# 21 const: ralink,rt2880-intc 29 interrupt-controller: true 31 '#interrupt-cells': 35 - compatible [all …]
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | ralink,rt2880-timer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/ralink,rt2880-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 14 const: ralink,rt2880-timer 26 - compatible 27 - reg 28 - clocks 29 - interrupts [all …]
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | ralink,rt2880-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/watchdog/ralink,rt2880-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 13 - $ref: watchdog.yaml# 17 const: ralink,rt2880-wdt 32 - compatible 33 - reg 38 - | [all …]
|
/linux/arch/mips/ralink/ |
H A D | irq.c | 1 // SPDX-License-Identifier: GPL-2.0-only 71 rt_intc_w32(BIT(d->hwirq), INTC_REG_ENABLE); in ralink_intc_irq_unmask() 76 rt_intc_w32(BIT(d->hwirq), INTC_REG_DISABLE); in ralink_intc_irq_mask() 80 .name = "INTC", 153 if (!of_property_read_u32_array(node, "ralink,intc-registers", in intc_of_init() 155 pr_info("intc: using register map from devicetree\n"); in intc_of_init() 159 panic("Failed to get INTC IRQ"); in intc_of_init() 162 panic("Failed to get intc memory range"); in intc_of_init() 166 pr_err("Failed to request intc memory"); in intc_of_init() 171 panic("Failed to remap intc memory"); in intc_of_init() [all …]
|
/linux/ |
H A 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 …]
|