diff options
author | Guenter Roeck | 2020-03-13 02:45:47 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-17 12:23:14 +0100 |
commit | 0701a5efa015189248926879e7d44c45cc55515e (patch) | |
tree | fbc5df8f0ae6977b2d360bf2b7b76909c396cd05 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200316-pull-request' ... (diff) | |
download | qemu-0701a5efa015189248926879e7d44c45cc55515e.tar.gz qemu-0701a5efa015189248926879e7d44c45cc55515e.tar.xz qemu-0701a5efa015189248926879e7d44c45cc55515e.zip |
hw/usb: Add basic i.MX USB Phy support
Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6,
and i.MX7 SoCs.
The only support really needed - at least to boot Linux - is support
for soft reset, which needs to reset various registers to their initial
value. Otherwise, just record register values.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20200313014551.12554-2-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32867bc636..f8741cabdc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -764,6 +764,8 @@ F: hw/arm/sabrelite.c F: hw/arm/fsl-imx6.c F: hw/misc/imx6_*.c F: hw/ssi/imx_spi.c +F: hw/usb/imx-usb-phy.c +F: include/hw/usb/imx-usb-phy.h F: include/hw/arm/fsl-imx6.h F: include/hw/misc/imx6_*.h F: include/hw/ssi/imx_spi.h |