From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [PATCH 0/2] Implement something
Date: Wed, 30 Nov 2022 15:17:07 +1100 [thread overview]
Message-ID: <87h6yhvzy4.fsf@gmail.com> (raw)
In-Reply-To: <20221130041259.12032-1-evgeny.v.ermakov@gmail.com>
Evgeny Ermakov <evgeny.v.ermakov@gmail.com> writes:
Oops, sorry. Ignore this, I sent it by mistake.
> Hello!
>
> Evgeny Ermakov (2):
> hw/char: Add STM32F7 peripheral: USART
> hw/input: Add FT5336 touch controller
>
> include/hw/char/stm32f7xx_usart.h | 30 +++
> include/hw/input/ft5336.h | 14 ++
> hw/char/stm32f7xx_usart.c | 361 ++++++++++++++++++++++++++++++
> hw/input/ft5336.c | 357 +++++++++++++++++++++++++++++
> hw/arm/Kconfig | 1 +
> hw/char/Kconfig | 3 +
> hw/char/meson.build | 1 +
> hw/char/trace-events | 4 +
> hw/input/Kconfig | 4 +
> hw/input/meson.build | 2 +
> 10 files changed, 777 insertions(+)
> create mode 100644 include/hw/char/stm32f7xx_usart.h
> create mode 100644 include/hw/input/ft5336.h
> create mode 100644 hw/char/stm32f7xx_usart.c
> create mode 100644 hw/input/ft5336.c
>
> --
> 2.38.1
prev parent reply other threads:[~2022-11-30 4:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 4:12 [PATCH 0/2] Implement something Evgeny Ermakov
2022-11-30 4:12 ` [PATCH 1/2] hw/char: Add STM32F7 peripheral: USART Evgeny Ermakov
2022-11-30 4:12 ` [PATCH 2/2] hw/input: Add FT5336 touch controller Evgeny Ermakov
2022-11-30 4:17 ` Evgeny Ermakov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h6yhvzy4.fsf@gmail.com \
--to=evgeny.v.ermakov@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.