qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/8] tiva c gpio implementation


From: Peter Maydell
Subject: Re: [PATCH 3/8] tiva c gpio implementation
Date: Thu, 8 Jun 2023 14:37:52 +0100

On Wed, 17 May 2023 at 09:14, Mohamed ElSayed <m.elsayed4420@gmail.com> wrote:
>
> Signed-off-by: Mohamed ElSayed <m.elsayed4420@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]