Searched +full:8810 +full:pl +full:- +full:timer (Results 1 – 4 of 4) sorted by relevance
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 …]
1 # 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 Timer10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>14 const: rda,8810pl-timer23 interrupt-names:25 - const: hwtimer26 - const: ostimer[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * RDA8810PL SoC timer driver10 * Each timer provides optional interrupt support. In this driver, OSTIMER is17 #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 …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your39 (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 the46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.[all …]