u-boot-brain/drivers/usb
yurii.pidhornyi 64af06ce91 fastboot: Fix fastboot reboot fail by changing functions order
It was revealed that when the fastboot_tx_write_str function is called
without the previously initialized fastboot_func->in_req->complete field,
a copy of in_req will be sent to the I/O requests queue without
an initialized field.

Moving a piece of code with the initializing of the
fastboot_func->in_req->complete field above transmit_tx allows to solve
this problem.

Fixes: 65c96757fe "usb: fastboot: Convert USB f_fastboot to shared fastboot"
Signed-off-by: yurii.pidhornyi <yurii.pidhornyi@globallogic.com>
2020-09-01 14:47:43 +02:00
..
cdns3 common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
common treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00
dwc3 treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
emul common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
eth eth/r8152: support RTL8153B/RTL8154B 2020-09-01 14:47:36 +02:00
gadget fastboot: Fix fastboot reboot fail by changing functions order 2020-09-01 14:47:43 +02:00
host usb: ci_udc: Add function to remove usb device 2020-09-01 14:47:43 +02:00
musb common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
musb-new xen: Port Xen hypervisor related code from mini-os 2020-08-14 15:18:30 -04:00
phy common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
ulpi common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
Kconfig drivers: usb: Fix config indentation 2020-08-27 11:20:33 -04:00