Home
last modified time | relevance | path

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

/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/
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 …]