Re: [PATCH v2 5/7] aspeed: Introduce a create_pca9552() helper

2022-02-18 Thread Philippe Mathieu-Daudé via
On 18/2/22 09:18, Cédric Le Goater wrote: This unifies the way we create the pca9552 devices on the different boards. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 49 +++-- 1 file changed, 27 insertion

Re: [PATCH v2 5/7] aspeed: Introduce a create_pca9552() helper

2022-02-18 Thread Philippe Mathieu-Daudé via
On 18/2/22 09:18, Cédric Le Goater wrote: This unifies the way we create the pca9552 devices on the different boards. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 49 +++-- 1 file changed, 27 insertion

[PATCH v2 5/7] aspeed: Introduce a create_pca9552() helper

2022-02-18 Thread Cédric Le Goater
This unifies the way we create the pca9552 devices on the different boards. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 49 +++-- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/hw/arm/asp