zephyr/drivers/timer
Andy Ross eb1ef50b6b arch/xtensa: General cleanup, remove dead code
There was a bunch of dead historical cruft floating around in the
arch/xtensa tree, left over from older code versions.  It's time to do
a cleanup pass.  This is entirely refactoring and size optimization,
no behavior changes on any in-tree devices should be present.

Among the more notable changes:

+ xtensa_context.h offered an elaborate API to deal with a stack frame
  and context layout that we no longer use.

+ xtensa_rtos.h was entirely dead code

+ xtensa_timer.h was a parallel abstraction layer implementing in the
  architecture layer what we're already doing in our timer driver.

+ The architecture thread structs (_callee_saved and _thread_arch)
  aren't used by current code, and had dead fields that were removed.
  Unfortunately for standards compliance and C++ compatibility it's
  not possible to leave an empty struct here, so they have a single
  byte field.

+ xtensa_api.h was really just some interrupt management inlines used
  by irq.h, so fold that code into the outer header.

+ Remove the stale assembly offsets.  This architecture doesn't use
  that facility.

All told, more than a thousand lines have been removed.  Not bad.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-03-08 11:14:27 -05:00
..
altera_avalon_timer_hal.c benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
apic_timer.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
arcv2_timer0.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
arm_arch_timer.c timer: arm: implement smp_timer_init 2021-03-06 07:36:37 -05:00
cavs_timer.c arch/xtensa: General cleanup, remove dead code 2021-03-08 11:14:27 -05:00
cc13x2_cc26x2_rtc_timer.c sys: util: Replace MIN(MAX(a, b), c) with CLAMP 2020-11-05 12:12:17 +01:00
CMakeLists.txt driver: timer: npcx: add system kernel timer support. 2021-02-19 22:39:53 -05:00
cortex_m_systick.c sys: util: Replace MIN(MAX(a, b), c) with CLAMP 2020-11-05 12:12:17 +01:00
hpet.c Revert "drivers/timer/hpet: Extend qemu workaround" 2021-03-02 14:51:29 -05:00
ite_it8xxx2_timer.c drivers/timer: it8xxx2 platform driver/timer 2020-12-16 08:47:36 -05:00
Kconfig timer: arm: implement arch_busy_wait 2021-03-06 07:36:37 -05:00
Kconfig.stm32_lptim power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
legacy_api.h timer: legacy_api: Fix a build dependency in legacy_api header 2021-01-21 17:20:32 -05:00
leon_gptimer.c timer: Add support for GRLIB GPTIMER 2020-11-13 14:53:55 -08:00
litex_timer.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
mchp_xec_rtos_timer.c benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
native_posix_timer.c board: native_posix: Add test for k_busy_wait and cpu_hold 2020-12-14 12:32:11 +01:00
npcx_itim_timer.c driver: itim: npcx: use timeout mechanism instead of unbounded loop. 2021-02-25 02:44:01 -05:00
nrf_rtc_timer.c drivers: timer: nrf_rtc_timer: Increase half tick busy wait 2021-01-10 18:12:57 -05:00
riscv_machine_timer.c drivers: timer: reduce max cycles of riscv machine timer 2021-03-02 11:39:04 -05:00
rv32m1_lptmr_timer.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sam0_rtc_timer.c sys: util: Replace MIN(MAX(a, b), c) with CLAMP 2020-11-05 12:12:17 +01:00
stm32_lptim_timer.c drivers: timer: stm32 lptim fix Potentially overflow 2021-01-27 14:45:20 -05:00
sys_clock_init.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
xlnx_psttc_timer_priv.h
xlnx_psttc_timer.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
xtensa_sys_timer.c arch/xtensa: General cleanup, remove dead code 2021-03-08 11:14:27 -05:00