RE: [PATCH v2 0/3] Support timer for AST2700

2025-01-21 Thread Jamin Lin
gt; Cc: Troy Lee ; Yunlin Tang > > Subject: Re: [PATCH v2 0/3] Support timer for AST2700 > > On 1/13/25 07:44, Jamin Lin wrote: > > v1: > >- Support timer for AST2700 > >- Introduce new "aspeed_2700_timer_read" and > "aspeed_2700_timer_write&q

[PATCH v2 0/3] Support timer for AST2700

2025-01-12 Thread Jamin Lin via
v1: - Support timer for AST2700 - Introduce new "aspeed_2700_timer_read" and "aspeed_2700_timer_write" callback functions and "aspeed_2700_timer_ops" memory region operation for AST2700. Introduce a new ast2700 class to support AST2700. v2: Refactor Timer Callbacks for SoC-Sp