Re: [PATCH 5/8] timer: Add AST2700 IBEX timer support

2024-09-09 Thread Leo Liang
On Mon, Aug 19, 2024 at 06:17:01PM +0800, Chia-Wei Wang wrote: > Add the driver for the AST2700 Ibex timer, which uses CPU > cycles as the timer count running at 200MHz. > > Signed-off-by: Chia-Wei Wang > --- > drivers/timer/Kconfig | 6 + > drivers/timer/Makefile | 1 + >

[PATCH 5/8] timer: Add AST2700 IBEX timer support

2024-08-19 Thread Chia-Wei Wang
Add the driver for the AST2700 Ibex timer, which uses CPU cycles as the timer count running at 200MHz. Signed-off-by: Chia-Wei Wang --- drivers/timer/Kconfig | 6 + drivers/timer/Makefile | 1 + drivers/timer/ast_ibex_timer.c | 45 ++ 3 file