99 Commits (main)

Author SHA1 Message Date
Gerard Marull-Paretas 12b2ee54e3 drivers: timer: s/device.h/init.h 2 years ago
Gerard Marull-Paretas 4863c5f05b sys/util: extend usage of DIV_ROUND_UP 2 years ago
Gerard Marull-Paretas a5fd0d184a init: remove the need for a dummy device pointer in SYS_INIT functions 2 years ago
Kumar Gala fc95ec98dd smp: Convert #if to use CONFIG_MP_MAX_NUM_CPUS 3 years ago
Gerard Marull-Paretas 178bdc4afc include: add missing zephyr/irq.h include 3 years ago
Gerard Marull-Paretas 149fe06341 drivers: arc/designware: remove unused <soc.h> 3 years ago
Gerard Marull-Paretas 5f40a9f40f soc: arc: synopsys: move secure timer0 definition to DT 3 years ago
Gerard Marull-Paretas 44250fe3d3 soc: arch: synopsys: move timer0/1 IRQ information to DT 3 years ago
Anas Nashif ab24be5552 drivers: timer: provide timer irq to tests 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Daniel Leung 0e1d5a48a9 drivers: timer: remove @return doc for void functions 4 years ago
Gerard Marull-Paretas b1ced75386 drivers: timer: move initialization setup to drivers 4 years ago
Jennifer Williams ca75bbef3c tests: boot_time: remove all the code and instrumentation feeding into test 4 years ago
Anas Nashif 5d6c219210 drivers: device: do not reuse tag name 'device' 4 years ago
Anas Nashif c076d94eec kernel: remove tickless idle 4 years ago
Anas Nashif 38eca45b32 drivers: arcv2_timer0: fix comment 4 years ago
Anas Nashif 12b53d121e clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 4 years ago
Anas Nashif 9c1efe6b4b clock: remove z_ from semi-public APIs 4 years ago
Tomasz Bursztyka 4dcfb5531c isr: Normalize usage of device instance through ISR 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Wayne Ren bc6f11b730 drivers: arcv2_timer0: minor fix and optimization for SMP case 5 years ago
Wayne Ren ac5dc1dd34 drivers: arcv2_timer0: back to use level triggered irq 5 years ago
Wayne Ren f511d51ca3 drivers: arcv2_timer0: rename overflow_cyc to overflow_cycles 5 years ago
Wayne Ren 0156511e71 drivers: improve the arcv2_timer driver to update cycles correctly 5 years ago
Wayne Ren a6a015e90b driver: arcv2_timer: remove sys_clock_disable 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Wayne Ren f700022a35 arch: arc: bug fixes for running just one core for a multicore target 5 years ago
Wayne Ren 66856e5478 drivers: timer: fix the bug for SMP 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Wayne Ren cca39204c2 arch: arc: add initial support of ARC TEE 6 years ago
Wayne Ren 31a0371a0a drivers: arcv2_timer0: add support for smp 6 years ago
Piotr Zięcik 0c0c0d93ea drivers: timer: Do not use CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 6 years ago
Anas Nashif 68c389c1f8 include: move system timer headers to include/drivers/timer/ 6 years ago
Patrik Flykt 97b3bd11a7 drivers: Rename reserved function names 6 years ago
Wayne Ren 7051eecaed arch: arc: make the boot time more accurate 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX 6 years ago
Wayne Ren c48971cc61 driver: arcv2_timer0: fixes and optimize the timer driver 7 years ago
Wayne Ren f8022b2630 driver: arcv2_timer0: optimze the code 7 years ago
Wayne Ren 37b4d2cd06 drivers: arcv2_timer0: bug fixes 7 years ago
Wayne Ren f477f564c1 driver: arcv2_timer0.c: minor changes according to review 7 years ago
Wayne Ren fceaf894c4 driver: refactor the arcv2 timer0 driver 7 years ago
Patrik Flykt 8ff96b5a57 drivers: Add 'U' to unsigned variable assignments 7 years ago
Kumar Gala aa2bdbe322 drivers: Remove board.h include 7 years ago
Andy Ross cfe62038d2 kernel: Checkpatch fixups 7 years ago
Andy Ross 1a1a9539ea include/system_timer.h: Timer API cleanup 7 years ago
Andy Ross ab488277bc drivers/timer: Unify timeout setting APIs 7 years ago
Andy Ross fa99ad66d0 sys_clock: Fix up tick announce API 7 years ago
Andy Ross 317178b88f sys_clock: Fix unsafe tick count usage 7 years ago