RE: [PATCH v6 8/8] hw/gpio/aspeed: Add test case for AST2700

2024-09-30 Thread Jamin Lin
Hi Thomas, Cedric > Subject: Re: [PATCH v6 8/8] hw/gpio/aspeed: Add test case for AST2700 > > On 30/09/2024 18.48, Cédric Le Goater wrote: > > On 9/30/24 18:36, Thomas Huth wrote: > >> On 30/09/2024 10.52, Jamin Lin wrote: > >>> Add test case to test GPIO out

Re: [PATCH v6 8/8] hw/gpio/aspeed: Add test case for AST2700

2024-09-30 Thread Thomas Huth
On 30/09/2024 18.48, Cédric Le Goater wrote: On 9/30/24 18:36, Thomas Huth wrote: On 30/09/2024 10.52, Jamin Lin wrote: Add test case to test GPIO output and input pins from A0 to D7 for AST2700. Signed-off-by: Jamin Lin ---   tests/qtest/aspeed_gpio-test.c | 77 ++

Re: [PATCH v6 8/8] hw/gpio/aspeed: Add test case for AST2700

2024-09-30 Thread Cédric Le Goater
On 9/30/24 18:36, Thomas Huth wrote: On 30/09/2024 10.52, Jamin Lin wrote: Add test case to test GPIO output and input pins from A0 to D7 for AST2700. Signed-off-by: Jamin Lin ---   tests/qtest/aspeed_gpio-test.c | 77 --   tests/qtest/meson.build    |  3 ++

Re: [PATCH v6 8/8] hw/gpio/aspeed: Add test case for AST2700

2024-09-30 Thread Thomas Huth
On 30/09/2024 10.52, Jamin Lin wrote: Add test case to test GPIO output and input pins from A0 to D7 for AST2700. Signed-off-by: Jamin Lin --- tests/qtest/aspeed_gpio-test.c | 77 -- tests/qtest/meson.build| 3 ++ 2 files changed, 76 insertions(+), 4

[PATCH v6 8/8] hw/gpio/aspeed: Add test case for AST2700

2024-09-30 Thread Jamin Lin via
Add test case to test GPIO output and input pins from A0 to D7 for AST2700. Signed-off-by: Jamin Lin --- tests/qtest/aspeed_gpio-test.c | 77 -- tests/qtest/meson.build| 3 ++ 2 files changed, 76 insertions(+), 4 deletions(-) diff --git a/tests/qtest/asp