Re: [PATCH v2 4/5] hw: aspeed: Introduce common UART init function

2022-05-16 Thread Cédric Le Goater
On 5/16/22 08:23, Peter Delevoryas wrote: Signed-off-by: Peter Delevoryas Reviewed-by: Cédric Le Goater Thanks, C. --- hw/arm/aspeed_ast10x0.c | 7 ++- hw/arm/aspeed_ast2600.c | 7 ++- hw/arm/aspeed_soc.c | 16 include/hw/arm/aspeed_soc.h

[PATCH v2 4/5] hw: aspeed: Introduce common UART init function

2022-05-15 Thread Peter Delevoryas
Signed-off-by: Peter Delevoryas --- hw/arm/aspeed_ast10x0.c | 7 ++- hw/arm/aspeed_ast2600.c | 7 ++- hw/arm/aspeed_soc.c | 16 include/hw/arm/aspeed_soc.h | 1 + 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/hw/arm/aspeed_ast10x0.c b