mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-02 18:06:13 +02:00
![]() When USB3.0 host controller send data to OUT endpoint of USB device, the data may be corrupted on USB bus if the controller send more than 4 1024 byte packets in one data burst transfer. This can be workaround by changing the max burst size for tx transfer. According to the testing, set max burst size to 4 can work fine for both U-disk and USB SSD devices. This patch will also set snps,tx-thr-num-pkt to 1, although this property doesn't have impact on the performance, but it's needed to make snps,tx-max-burst take effect. To limit tx maxburst on i.MX95 A1, this will call soc_device_match() to match A1 chip. Reviewed-by: Jun Li <jun.li@nxp.com> Signed-off-by: Xu Yang <xu.yang_2@nxp.com> Acked-by: Jason Liu <jason.hui.liu@nxp.com> |
||
---|---|---|
.. | ||
core.c | ||
core.h | ||
debug.h | ||
debugfs.c | ||
drd.c | ||
dwc3-am62.c | ||
dwc3-exynos.c | ||
dwc3-haps.c | ||
dwc3-imx8mp.c | ||
dwc3-keystone.c | ||
dwc3-meson-g12a.c | ||
dwc3-octeon.c | ||
dwc3-of-simple.c | ||
dwc3-omap.c | ||
dwc3-pci.c | ||
dwc3-qcom.c | ||
dwc3-st.c | ||
dwc3-xilinx.c | ||
ep0.c | ||
gadget.c | ||
gadget.h | ||
host.c | ||
io.h | ||
Kconfig | ||
Makefile | ||
trace.c | ||
trace.h | ||
ulpi.c |