Thanks for the review. Renamed DW_APB_TIMER_CONTROL_INT to DW_APB_TIMER_CONTROL_INT_MASK in v5. ________________________________ 发件人: Bin Meng <[email protected]> 发送时间: 2026年8月14日 15:40 收件人: raoyi <[email protected]> 抄送: [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]> 主题: Re: [PATCH v4 3/3] tests/qtest: add k230 dwapb timer test
On Thu, Aug 13, 2026 at 9:37 PM raoyi <[email protected]> wrote: > > Add qtest coverage for K230 DW APB timer including > free-running, periodic, interrupt mask, disable > behavior, current value, dynamic reload, and > multi-channel scenarios. nits: please make sure the commit message width is about 70 characters per line. > > Add timer test file to MAINTAINERS. > > Signed-off-by: raoyi <[email protected]> > --- > MAINTAINERS | 1 + > tests/qtest/k230-dwapb-timer-test.c | 274 ++++++++++++++++++++++++++++ > tests/qtest/meson.build | 4 +- > 3 files changed, 278 insertions(+), 1 deletion(-) > create mode 100644 tests/qtest/k230-dwapb-timer-test.c > Other than that, Reviewed-by: Bin Meng <[email protected]>
