From: Alan Stern Date: Wed, 29 May 2013 17:20:00 +0000 (-0400) Subject: USB: IMX21: upgrade the isochronous API X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db33f317432d1a9e22116092c6455ae71bf73fc;p=pandora-kernel.git USB: IMX21: upgrade the isochronous API This patch attempts to update the imx21-hcd driver to the current standard for the isochronous API. Firstly, urb->start_frame should always be set by the driver; it is not an input parameter. Secondly, the URB_ISO_ASAP flag matters only when an URB is submitted to a stream that has gotten an underrun. It causes the URB to be scheduled for the next available slot in the future, rather than the earliest unused (and expired) slot. Unfortunately, I don't have any way to test these changes. Signed-off-by: Alan Stern CC: Sascha Hauer CC: Martin Fuzzey Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed