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

2022-05-15 Thread Cédric Le Goater
On 5/16/22 01:01, Peter Delevoryas wrote: On May 15, 2022, at 2:10 PM, Cédric Le Goater wrote: 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 |

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

2022-05-15 Thread Peter Delevoryas
> On May 15, 2022, at 2:10 PM, Cédric Le Goater wrote: > > 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_as

[PATCH] 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 | 3 ++- hw/arm/aspeed_ast2600.c | 3 ++- hw/arm/aspeed_so