zephyr/drivers/timer
Andrzej Głąbek 457a28bf78 drivers: nrf_rtc_timer: Remove unnecessary locking
As per description of the sys_clock_elapsed() function, "the kernel
will call this with appropriate locking, the driver needs only provide
an instantaneous answer". Remove then the unnecessary locking from the
function, as it only adds an undesirable delay.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2021-05-24 23:53:18 -04:00
..
CMakeLists.txt drivers/timer: Add x86 APIC TSC_DEADLINE driver 2021-05-07 16:48:58 -04:00
Kconfig drivers/timer: Add x86 APIC TSC_DEADLINE driver 2021-05-07 16:48:58 -04:00
Kconfig.stm32_lptim drivers: timer: st_stm32: add lptimer management to stm32l5 series 2021-03-26 18:06:01 -04:00
altera_avalon_timer_hal.c
apic_timer.c
apic_tsc.c drivers/timer: Add x86 APIC TSC_DEADLINE driver 2021-05-07 16:48:58 -04:00
arcv2_timer0.c tests: boot_time: remove all the code and instrumentation feeding into test 2021-05-05 10:41:15 -04:00
arm_arch_timer.c
cavs_timer.c xtensa: cavs: fix irq_enable() argument 2021-05-03 17:13:01 -04:00
cc13x2_cc26x2_rtc_timer.c
cortex_m_systick.c drivers: systick: fix cycle count in sys_clock_set_timeout() 2021-05-20 08:44:55 -05:00
hpet.c drivers: change suffix ull to ULL 2021-05-21 18:13:01 -04:00
ite_it8xxx2_timer.c
leon_gptimer.c
litex_timer.c
mchp_xec_rtos_timer.c
mcux_os_timer.c drivers: timer: MXRT600 OS timer to wake platform from deep sleep 2021-05-05 22:28:44 -05:00
native_posix_timer.c
npcx_itim_timer.c driver: itim: npcx: check ITEN bit to prevent return fake error. 2021-04-22 18:03:06 -04:00
nrf_rtc_timer.c drivers: nrf_rtc_timer: Remove unnecessary locking 2021-05-24 23:53:18 -04:00
rcar_cmt_timer.c drivers: timer: add R-Car cmt driver 2021-04-22 10:38:45 +02:00
riscv_machine_timer.c
rv32m1_lptmr_timer.c
sam0_rtc_timer.c
stm32_lptim_timer.c drivers: timer: st_stm32: add lptimer management to stm32l5 series 2021-03-26 18:06:01 -04:00
sys_clock_init.c drivers: timer: sys_clock: return -ENOSYS if not implemented 2021-05-13 07:16:02 -05:00
xlnx_psttc_timer.c
xlnx_psttc_timer_priv.h
xtensa_sys_timer.c