From: Guenter Roeck <linux@roeck-us.net>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org,
Guenter Roeck <linux@roeck-us.net>,
Jean-Christophe Dubois <jcd@tribudubois.net>
Subject: [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
Date: Sun, 1 Mar 2020 09:04:40 -0800 [thread overview]
Message-ID: <20200301170443.12904-1-linux@roeck-us.net> (raw)
This patch series wires up the USB controllers on fsl-imx6 and fsl-imx6ul
emulations.
The first patch is a prerequisite for the following patches. It provides
a dummy implementation of a register widely used on i.MX systems, and
specifically the reset behavior of this register. This is needed to make
the USB ports operational without full implementation of an emulation
of its PHY controller.
----------------------------------------------------------------
Guenter Roeck (3):
Add dummy i.MXS STMP register support
arm: fsl-imx6ul: Wire up USB controllers
hw/arm/fsl-imx6: Wire up USB controllers
hw/arm/Kconfig | 3 ++
hw/arm/fsl-imx6.c | 36 +++++++++++++
hw/arm/fsl-imx6ul.c | 35 +++++++++++++
hw/misc/Kconfig | 3 ++
hw/misc/Makefile.objs | 1 +
hw/misc/stmp.c | 121 ++++++++++++++++++++++++++++++++++++++++++++
include/hw/arm/fsl-imx6.h | 3 ++
include/hw/arm/fsl-imx6ul.h | 7 +++
include/hw/misc/stmp.h | 47 +++++++++++++++++
9 files changed, 256 insertions(+)
create mode 100644 hw/misc/stmp.c
create mode 100644 include/hw/misc/stmp.h
next reply other threads:[~2020-03-01 17:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-01 17:04 Guenter Roeck [this message]
2020-03-01 17:04 ` [PATCH 1/3] Add dummy i.MXS STMP register support Guenter Roeck
2020-03-01 17:04 ` [PATCH 2/3] arm: fsl-imx6ul: Wire up USB controllers Guenter Roeck
2020-03-01 17:04 ` [PATCH 3/3] hw/arm/fsl-imx6: " Guenter Roeck
2020-03-09 17:09 ` [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul Peter Maydell
2020-03-09 17:27 ` Guenter Roeck
2020-03-09 17:29 ` Peter Maydell
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=20200301170443.12904-1-linux@roeck-us.net \
--to=linux@roeck-us.net \
--cc=jcd@tribudubois.net \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).