Searched +full:msc313e +full:- +full:timer (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/mstar,msc313e-timer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Mstar MSC313e Timer10 - Daniel Palmer <daniel@0x0f.com>11 - Romain Perier <romain.perier@gmail.com>16 - mstar,msc313e-timer17 - sstar,ssd20xd-timer29 - compatible[all …]
1 # SPDX-License-Identifier: GPL-2.0-only36 bool "BCM2835 timer driver" if COMPILE_TEST39 Enables the support for the BCM2835 timer driver.42 bool "BCM mobile timer driver" if COMPILE_TEST45 Enables the support for the BCM Kona mobile timer driver.48 bool "Texas Instruments DaVinci timer driver" if COMPILE_TEST50 Enables the support for the TI DaVinci timer driver.53 bool "Digicolor timer driver" if COMPILE_TEST57 Enables the support for the digicolor timer driver.60 bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_TIMER_OF) += timer-of.o3 obj-$(CONFIG_TIMER_PROBE) += timer-probe.o4 obj-$(CONFIG_ATMEL_PIT) += timer-atmel-pit.o5 obj-$(CONFIG_ATMEL_ST) += timer-atmel-st.o6 obj-$(CONFIG_ATMEL_TCB_CLKSRC) += timer-atmel-tcb.o7 obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o8 obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o9 obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += timer-cs5535.o10 obj-$(CONFIG_CLKSRC_JCORE_PIT) += jcore-pit.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * MStar timer driver24 #include "timer-of.h"93 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_shutdown() local95 msc313e_timer_stop(timer_of_base(timer)); in msc313e_timer_clkevt_shutdown()102 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_oneshot() local104 msc313e_timer_stop(timer_of_base(timer)); in msc313e_timer_clkevt_set_oneshot()105 msc313e_timer_start(timer_of_base(timer), false); in msc313e_timer_clkevt_set_oneshot()112 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_periodic() local114 msc313e_timer_stop(timer_of_base(timer)); in msc313e_timer_clkevt_set_periodic()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/clock/mstar-msc313-mpll.h>12 #address-cells = <1>;13 #size-cells = <1>;14 interrupt-parent = <&gic>;17 #address-cells = <1>;18 #size-cells = <0>;22 compatible = "arm,cortex-a7";[all …]
1 # SPDX-License-Identifier: GPL-2.0-only8 bool "Watchdog Timer Support"16 on-line as fast as possible after a lock-up. There's both a watchdog21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.34 tristate "WatchDog Timer Driver Core"36 Say Y here if you want to use the new watchdog timer driver core.37 This driver provides a framework for all watchdog timer drivers45 to stop the timer if the process managing it closes the file51 bool "Update boot-enabled watchdog until userspace takes over"77 bool "Enable watchdog hrtimer-based pretimeouts"[all …]
1 # SPDX-License-Identifier: GPL-2.0-only44 This clock should be battery-backed, so that it reads the correct45 time when the system boots from a power-off state. Otherwise, your141 once-per-second update interrupts, used for synchronization.159 will be called rtc-test.173 will be called rtc-88pm860x.183 will be called rtc-88pm80x.187 tristate "Abracon AB-RTCMC-32.768kHz-B5ZE-S3"190 AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chip.193 will be called rtc-ab-b5ze-s3.[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 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.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]