Re: [PATCH v2] aspeed: Introduce a get_irq AspeedSoCClass method

2022-05-15 Thread Peter Delevoryas
> On May 15, 2022, at 10:56 PM, Cédric Le Goater wrote: > > and make routine aspeed_soc_get_irq() common to all SoCs. This will be > useful to share code. Looks good, I just tested that I could rebase my changes on it and recompile/etc. Reviewed-by: Peter Delevoryas > > Cc: Jamin Lin > C

[PATCH v2] aspeed: Introduce a get_irq AspeedSoCClass method

2022-05-15 Thread Cédric Le Goater
and make routine aspeed_soc_get_irq() common to all SoCs. This will be useful to share code. Cc: Jamin Lin Cc: Peter Delevoryas Signed-off-by: Cédric Le Goater --- include/hw/arm/aspeed_soc.h | 3 +++ hw/arm/aspeed_ast10x0.c | 5 +++-- hw/arm/aspeed_ast2600.c | 5 +++-- hw/arm/aspee