Home
last modified time | relevance | path

Searched +full:8810 +full:pl +full:- +full:timer (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drda8810pl.dtsi1 // 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 …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/unisoc/
Drda8810pl.dtsi1 // 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/timer/
Drda,8810pl-timer.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/rda,8810pl-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RDA Micro RDA8810PL Timer
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
14 const: rda,8810pl-timer
23 interrupt-names:
25 - const: hwtimer
26 - const: ostimer
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Drda,8810pl-timer.txt1 RDA Micro RDA8810PL Timer
4 - compatible : "rda,8810pl-timer"
5 - reg : Offset and length of the register set for the device.
6 - interrupts : Should contain two interrupts.
7 - interrupt-names : Should be "hwtimer", "ostimer".
12 compatible = "simple-bus";
14 timer@10000 {
15 compatible = "rda,8810pl-timer";
19 interrupt-names = "hwtimer", "ostimer";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Drda,8810pl-intc.txt8 - compatible: Should be "rda,8810pl-intc".
9 - reg: Specifies base physical address of the registers set.
10 - interrupt-controller: Identifies the node as an interrupt controller.
11 - #interrupt-cells: Specifies the number of cells needed to encode an
17 ------------
34 16: TIMER
53 compatible = "simple-bus";
55 intc: interrupt-controller@0 {
56 compatible = "rda,8810pl-intc";
58 interrupt-controller;
[all …]
/kernel/linux/linux-5.10/drivers/clocksource/
Dtimer-rda.c1 // SPDX-License-Identifier: GPL-2.0+
3 * RDA8810PL SoC timer driver
10 * Each timer provides optional interrupt support. In this driver, OSTIMER is
17 #include "timer-of.h"
93 evt->mult) >> evt->shift; in rda_ostimer_set_state_periodic()
119 /* clear timer int */ in rda_ostimer_interrupt()
123 if (evt->event_handler) in rda_ostimer_interrupt()
124 evt->event_handler(evt); in rda_ostimer_interrupt()
133 .name = "rda-ostimer",
145 .name = "rda-timer",
[all …]
/kernel/linux/linux-6.6/drivers/clocksource/
Dtimer-rda.c1 // SPDX-License-Identifier: GPL-2.0+
3 * RDA8810PL SoC timer driver
10 * Each timer provides optional interrupt support. In this driver, OSTIMER is
17 #include "timer-of.h"
93 evt->mult) >> evt->shift; in rda_ostimer_set_state_periodic()
119 /* clear timer int */ in rda_ostimer_interrupt()
123 if (evt->event_handler) in rda_ostimer_interrupt()
124 evt->event_handler(evt); in rda_ostimer_interrupt()
133 .name = "rda-ostimer",
145 .name = "rda-timer",
[all …]
/kernel/linux/linux-5.10/
DMAINTAINERS9 -------------------------
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 …]
/kernel/linux/linux-6.6/
DMAINTAINERS5 ---------------------------------------------------
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
49 scripts/get_maintainer.pl has different behavior for files that
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
[all …]