All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Support timer for AST2700
@ 2025-01-13  6:44 ` Jamin Lin via
  0 siblings, 0 replies; 8+ messages in thread
From: Jamin Lin via @ 2025-01-13  6:44 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Steven Lee, Troy Lee,
	Andrew Jeffery, Joel Stanley, open list:ASPEED BMCs,
	open list:All patches CC here
  Cc: jamin_lin, troy_lee, yunlin.tang

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-Specific Implementations

Jamin Lin (3):
  hw/timer/aspeed: Refactor Timer Callbacks for SoC-Specific
    Implementations
  hw/timer/aspeed: Add AST2700 Support
  aspeed/soc: Support Timer for AST2700

 hw/arm/aspeed_ast27x0.c         |  17 +++
 hw/timer/aspeed_timer.c         | 263 ++++++++++++++++++++++++++++++--
 hw/timer/trace-events           |   2 +-
 include/hw/timer/aspeed_timer.h |   1 +
 4 files changed, 267 insertions(+), 16 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-01-22  3:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13  6:44 [PATCH v2 0/3] Support timer for AST2700 Jamin Lin via
2025-01-13  6:44 ` Jamin Lin via
2025-01-13  6:44 ` [PATCH v2 1/3] hw/timer/aspeed: Refactor Timer Callbacks for SoC-Specific Implementations Jamin Lin via
2025-01-13  6:44   ` Jamin Lin via
2025-01-13  6:44 ` [PATCH v2 2/3] hw/timer/aspeed: Add AST2700 Support Jamin Lin via
2025-01-13  6:44   ` Jamin Lin via
2025-01-13  6:44 ` [PATCH v2 3/3] aspeed/soc: Support Timer for AST2700 Jamin Lin via
     [not found] ` <929bd54a-1325-4282-9b7b-0d8f83cd6f11@kaod.org>
2025-01-22  3:37   ` [PATCH v2 0/3] Support timer " Jamin Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.