UPSTREAM: usb: dwc2: host: set active bit in isochronous descriptors
authorGregory Herrero <gregory.herrero@intel.com>
Thu, 5 Nov 2015 08:41:38 +0000 (09:41 +0100)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 3 Jan 2017 09:50:02 +0000 (17:50 +0800)
commit1814965294b60bff08dcb5b432e1e718ec9d614d
tree46e84ed6201b430891bed6b0723a2ab80b5525dc
parent198083cab1e37ceac0d54fb82e721a2cac514122
UPSTREAM: usb: dwc2: host: set active bit in isochronous descriptors

Active bit must be enabled in all scheduled descriptors. Else transfer
never start.
Remove previous code which was not correctly configuring descriptors.
Active bit was set before calling dwc2_fill_host_isoc_dma_desc() which
is erasing dma_desc->status.

Change-Id: Ifee640205fc2af53c2f7859153209cb5de289988
Acked-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Gregory Herrero <gregory.herrero@intel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
(cherry picked from commit dde4c1bf5df0f852e497e5644d3578885b969fdb)
drivers/usb/dwc2/hcd_ddma.c