]> Git Repo - qemu.git/commit
hw/usb: Add basic i.MX USB Phy support
authorGuenter Roeck <[email protected]>
Fri, 13 Mar 2020 01:45:47 +0000 (18:45 -0700)
committerPeter Maydell <[email protected]>
Tue, 17 Mar 2020 11:23:14 +0000 (11:23 +0000)
commit0701a5efa015189248926879e7d44c45cc55515e
treefbc5df8f0ae6977b2d360bf2b7b76909c396cd05
parenta98135f727595382e200d04c2996e868b7925a01
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 <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Message-id: 20200313014551[email protected]
Signed-off-by: Peter Maydell <[email protected]>
MAINTAINERS
hw/arm/Kconfig
hw/usb/Kconfig
hw/usb/Makefile.objs
hw/usb/imx-usb-phy.c [new file with mode: 0644]
include/hw/usb/imx-usb-phy.h [new file with mode: 0644]
This page took 0.026586 seconds and 4 git commands to generate.