Re: [PATCH v2 3/4] hw/gpio support GPIO index mode for write operation.
On 5/25/22 07:34, Jamin Lin wrote: It did not support GPIO index mode for read operation. Signed-off-by: Jamin Lin Reviewed-by: Cédric Le Goater Thanks, C. --- hw/gpio/aspeed_gpio.c | 168 ++ include/hw/gpio/aspeed_gpio.h | 14 +++ 2 files
[PATCH v2 3/4] hw/gpio support GPIO index mode for write operation.
It did not support GPIO index mode for read operation. Signed-off-by: Jamin Lin --- hw/gpio/aspeed_gpio.c | 168 ++ include/hw/gpio/aspeed_gpio.h | 14 +++ 2 files changed, 182 insertions(+) diff --git a/hw/gpio/aspeed_gpio.c b/hw/gpio/aspeed_gpio.c inde