All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
@ 2020-03-01 17:04 Guenter Roeck
  2020-03-01 17:04 ` [PATCH 1/3] Add dummy i.MXS STMP register support Guenter Roeck
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Guenter Roeck @ 2020-03-01 17:04 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-arm, qemu-devel, 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 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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01 17:04 [PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul Guenter Roeck
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

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.