On 10/17/25 00:56, Andrew Jeffery wrote:
On Wed, 2025-10-15 at 01:18 +0000, Coco Li wrote:
From: Felix Wu <[email protected]>
Added 32 bits property for ASPEED GPIO. Previously it can only be access in
bitwise manner.
The changes to qobject is to index gpios with array indices on top of accessing
with registers.
This allows for easier gpio access, especially in tests with complex behaviors
that requires large number of gpios at a time, like fault injection and
networking behaviors.
Indexing multiple gpios at once allows qmp/side band client to no longer
hardcode and populate register names and manipulate them faster.
Signed-off-by: Felix Wu <[email protected]>
Thanks for updating the commit message. It should be properly wrapped,
but I expect that can be done when the patch is applied.
Reviewed-by: Andrew Jeffery <[email protected]>
yeah. I can do that.
Thanks,
C.