qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations
@ 2020-03-10 21:04 Guenter Roeck
  2020-03-10 21:04 ` [PATCH v2 1/3] hw/usb: Add basic i.MX USB Phy support Guenter Roeck
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Guenter Roeck @ 2020-03-10 21:04 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-devel, qemu-arm, Gerd Hoffmann, Guenter Roeck,
	Jean-Christophe Dubois

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 basic implementation of the USB PHY controller used in i.MX28 and later
chips. Only reset bit handling in the control register is actually
implemented. This is needed to make the USB ports operational in Linux.

v2:
- Implement and instantiate basic USB PHY implementation
  instead of emulating a single USB PHY register

----------------------------------------------------------------
Guenter Roeck (3):
      hw/usb: Add basic i.MX USB Phy support
      hw/arm/fsl-imx6ul: Wire up USB controllers
      hw/arm/fsl-imx6: Wire up USB controllers

 hw/arm/Kconfig               |   1 +
 hw/arm/fsl-imx6.c            |  34 +++++++
 hw/arm/fsl-imx6ul.c          |  33 +++++++
 hw/usb/Kconfig               |   5 +
 hw/usb/Makefile.objs         |   2 +
 hw/usb/imx-usb-phy.c         | 225 +++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx6.h    |   5 +
 include/hw/arm/fsl-imx6ul.h  |   9 ++
 include/hw/usb/imx-usb-phy.h |  53 ++++++++++
 9 files changed, 367 insertions(+)
 create mode 100644 hw/usb/imx-usb-phy.c
 create mode 100644 include/hw/usb/imx-usb-phy.h


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-03-12 17:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 21:04 [PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations Guenter Roeck
2020-03-10 21:04 ` [PATCH v2 1/3] hw/usb: Add basic i.MX USB Phy support Guenter Roeck
2020-03-12 13:16   ` Peter Maydell
2020-03-10 21:04 ` [PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers Guenter Roeck
2020-03-12 13:19   ` Peter Maydell
2020-03-12 16:55     ` Guenter Roeck
2020-03-12 17:05       ` Peter Maydell
2020-03-12 17:20         ` Guenter Roeck
2020-03-10 21:04 ` [PATCH v2 3/3] hw/arm/fsl-imx6: " Guenter Roeck
2020-03-12 13:29   ` Peter Maydell
2020-03-12 16:56     ` Guenter Roeck
2020-03-10 22:10 ` [PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations no-reply
2020-03-10 22:54   ` Guenter Roeck
2020-03-12 12:07     ` Peter Maydell

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).