On Wed, 17 May 2023 at 09:14, Mohamed ElSayed <m.elsayed4...@gmail.com> wrote: > > Signed-off-by: Mohamed ElSayed <m.elsayed4...@gmail.com> > --- > hw/gpio/tm4c123_gpio.c | 372 +++++++++++++++++++++++++++++++++ > hw/gpio/trace-events | 4 + > include/hw/gpio/tm4c123_gpio.h | 127 +++++++++++ > 3 files changed, 503 insertions(+) > create mode 100644 hw/gpio/tm4c123_gpio.c > create mode 100644 include/hw/gpio/tm4c123_gpio.h
Again, TI are quietly reusing the PL061 GPIO controller here, so we should add support for this variant to hw/gpio/pl061.c rather than defining a completely separate implementation for it. thanks -- PMM