From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
qemu-arm@nongnu.org, "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Andrew Baumann" <Andrew.Baumann@microsoft.com>
Subject: [PULL 0/7] Usb 20200514 patches
Date: Thu, 14 May 2020 14:23:27 +0200 [thread overview]
Message-ID: <20200514122334.25089-1-kraxel@redhat.com> (raw)
The following changes since commit d5c75ec500d96f1d93447f990cd5a4ef5ba27fae:
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging (2020-05-12 17:00:10 +0100)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/usb-20200514-pull-request
for you to fetch changes up to 8b2b45c506f4d71b831473d8de93b3cedaea4844:
raspi2 acceptance test: add test for dwc-hsotg (dwc2) USB host (2020-05-13 11:06:37 +0200)
----------------------------------------------------------------
usb: add dwc2 emulation for raspi machines.
----------------------------------------------------------------
Paul Zimmerman (7):
raspi: add BCM2835 SOC MPHI emulation
dwc-hsotg (dwc2) USB host controller register definitions
dwc-hsotg (dwc2) USB host controller state definitions
dwc-hsotg (dwc2) USB host controller emulation
usb: add short-packet handling to usb-storage driver
wire in the dwc-hsotg (dwc2) USB host controller emulation
raspi2 acceptance test: add test for dwc-hsotg (dwc2) USB host
tests/acceptance/boot_linux_console.py | 9 +-
hw/usb/hcd-dwc2.h | 173 +++
include/hw/arm/bcm2835_peripherals.h | 5 +-
include/hw/misc/bcm2835_mphi.h | 44 +
include/hw/usb/dwc2-regs.h | 895 ++++++++++++++++
hw/arm/bcm2835_peripherals.c | 38 +-
hw/misc/bcm2835_mphi.c | 184 ++++
hw/usb/dev-storage.c | 15 +-
hw/usb/hcd-dwc2.c | 1372 ++++++++++++++++++++++++
hw/misc/Makefile.objs | 1 +
hw/usb/Kconfig | 5 +
hw/usb/Makefile.objs | 1 +
hw/usb/trace-events | 47 +
13 files changed, 2784 insertions(+), 5 deletions(-)
create mode 100644 hw/usb/hcd-dwc2.h
create mode 100644 include/hw/misc/bcm2835_mphi.h
create mode 100644 include/hw/usb/dwc2-regs.h
create mode 100644 hw/misc/bcm2835_mphi.c
create mode 100644 hw/usb/hcd-dwc2.c
--
2.18.4
next reply other threads:[~2020-05-14 12:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-14 12:23 Gerd Hoffmann [this message]
2020-05-14 12:23 ` [PULL 1/7] raspi: add BCM2835 SOC MPHI emulation Gerd Hoffmann
2020-05-14 12:23 ` [PULL 2/7] dwc-hsotg (dwc2) USB host controller register definitions Gerd Hoffmann
2020-05-14 12:23 ` [PULL 3/7] dwc-hsotg (dwc2) USB host controller state definitions Gerd Hoffmann
2020-05-14 12:23 ` [PULL 4/7] dwc-hsotg (dwc2) USB host controller emulation Gerd Hoffmann
2020-05-14 12:23 ` [PULL 5/7] usb: add short-packet handling to usb-storage driver Gerd Hoffmann
2020-05-14 12:23 ` [PULL 6/7] wire in the dwc-hsotg (dwc2) USB host controller emulation Gerd Hoffmann
2020-05-14 12:23 ` [PULL 7/7] raspi2 acceptance test: add test for dwc-hsotg (dwc2) USB host Gerd Hoffmann
2020-05-14 12:43 ` [PULL 0/7] Usb 20200514 patches Peter Maydell
2020-05-14 16:45 ` no-reply
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=20200514122334.25089-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=Andrew.Baumann@microsoft.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--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).