Files
u-boot-tk1-som/drivers
Peng Fan 70eaeb03c1 usb: gadget: ci_udc: implement usb_ep_ops dequeue callback
Implement endpoint dequeue callback function.

Without this function, uboot will hang when executing fastboot comamnd.
See following flow:
"fastboot_tx_write_str->fastboot_tx_write->usb_ep_dequeue->ep->ops->dequeue"
without implement ci_udc dequeue function, ep->ops->dequeue is NULL, then
uboot will hang.

Tested on mx6qsabresd board with fastboot enabled.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Cc: "Łukasz Majewski" <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
2015-09-12 20:24:42 +02:00
..
2015-09-02 21:28:23 -06:00
2015-09-11 17:15:32 -04:00
2015-09-11 17:15:23 -04:00
2015-08-18 13:45:55 -04:00
2015-04-10 14:23:23 +02:00
2015-09-02 21:28:24 -06:00
2015-09-11 14:05:34 -04:00
2015-09-11 17:15:32 -04:00
2015-05-26 14:13:12 +02:00
2015-09-11 17:15:32 -04:00
2015-09-11 17:15:32 -04:00