mbox series

[v1,0/3] Support timer for AST2700

Message ID 20241216075353.1308043-1-jamin_lin@aspeedtech.com (mailing list archive)
Headers show
Series Support timer for AST2700 | expand

Message

Jamin Lin Dec. 16, 2024, 7:53 a.m. UTC
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.

Jamin Lin (3):
  hw/timer/aspeed: Support different memory region ops
  hw/timer/aspeed: Add AST2700 Support
  aspeed/soc: Support Timer for AST2700

 hw/arm/aspeed_ast27x0.c         |  17 +++
 hw/timer/aspeed_timer.c         | 231 +++++++++++++++++++++++++++++++-
 include/hw/timer/aspeed_timer.h |   2 +
 3 files changed, 249 insertions(+), 1 deletion(-)

Comments

Jamin Lin Jan. 2, 2025, 2:32 a.m. UTC | #1
> From: Jamin Lin <jamin_lin@aspeedtech.com>
> Sent: Monday, December 16, 2024 3:54 PM
> To: Cédric Le Goater <clg@kaod.org>; Peter Maydell
> <peter.maydell@linaro.org>; Steven Lee <steven_lee@aspeedtech.com>; Troy
> Lee <leetroy@gmail.com>; Andrew Jeffery <andrew@codeconstruct.com.au>;
> Joel Stanley <joel@jms.id.au>; open list:ASPEED BMCs
> <qemu-arm@nongnu.org>; open list:All patches CC here
> <qemu-devel@nongnu.org>
> Cc: Jamin Lin <jamin_lin@aspeedtech.com>; Troy Lee
> <troy_lee@aspeedtech.com>; Yunlin Tang <yunlin.tang@aspeedtech.com>
> Subject: [PATCH v1 0/3] Support timer for AST2700
> 
> 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.
> 
> Jamin Lin (3):
>   hw/timer/aspeed: Support different memory region ops
>   hw/timer/aspeed: Add AST2700 Support
>   aspeed/soc: Support Timer for AST2700
> 
>  hw/arm/aspeed_ast27x0.c         |  17 +++
>  hw/timer/aspeed_timer.c         | 231
> +++++++++++++++++++++++++++++++-
>  include/hw/timer/aspeed_timer.h |   2 +
>  3 files changed, 249 insertions(+), 1 deletion(-)
>

Hi Andrew, 

Happy New Year 2025. 
Sorry to bother you.
If you have time, could you please help to review this patch series?
Thanks-Jamin

> --
> 2.25.1