[PATCH 0/3] Allwinner A10 GPIO support
Strahinja Jankovic <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
This patch series introduces GPIO support for Allwinner A10 and Cubieboard. The support is focused on input/output and interrupt functionality. The qtest suite is also updated with tests for implemented functionality. Signed-off-by: Strahinja Jankovic <[email protected]> --- Strahinja Jankovic (3): hw/gpio: Allwinner A10 GPIO emulation hw/arm: Add GPIO to Allwinner A10 model tests/qtest: Allwinner GPIO tests MAINTAINERS | 3 + docs/system/arm/cubieboard.rst | 1 + hw/arm/Kconfig | 1 + hw/arm/allwinner-a10.c | 8 + hw/gpio/Kconfig | 3 + hw/gpio/allwinner-gpio.c | 465 +++++++++++++++++++++++++++++++++ hw/gpio/meson.build | 1 + hw/gpio/trace-events | 6 + include/hw/arm/allwinner-a10.h | 2 + include/hw/gpio/allwinner-gpio-regs.h | 228 ++++++++++++++++ include/hw/gpio/allwinner-gpio.h | 41 +++ tests/qtest/allwinner-gpio-test.c | 474 ++++++++++++++++++++++++++++++++++ tests/qtest/meson.build | 3 +- 13 files changed, 1235 insertions(+), 1 deletion(-) --- base-commit: fa19879df1658f96ac07365fca8835b7decd6995 change-id: 20260818-allwinner-gpio-6ea84117df94 Best regards, -- Strahinja Jankovic <[email protected]>