Re: [PATCH v2 04/23] aspeed/timer: Introduce an object class per SoC

2019-09-26 Thread Joel Stanley
On Wed, 25 Sep 2019 at 14:33, Cédric Le Goater wrote: > > The most important changes will be on the register range 0x34 - 0x3C > memops. Introduce class read/write operations to handle the > differences between SoCs. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley

[PATCH v2 04/23] aspeed/timer: Introduce an object class per SoC

2019-09-25 Thread Cédric Le Goater
The most important changes will be on the register range 0x34 - 0x3C memops. Introduce class read/write operations to handle the differences between SoCs. Signed-off-by: Cédric Le Goater --- include/hw/timer/aspeed_timer.h | 15 + hw/arm/aspeed_soc.c | 3 +- hw/timer/aspeed_ti