From: Felipe Balbi Date: Sat, 27 Aug 2011 19:18:09 +0000 (+0300) Subject: usb: dwc3: ep0: add handling for unaligned OUT transfers X-Git-Tag: v3.2-rc1~183^2~148^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6829706ce0bae7e4623ea987a639d91a721eee2;p=pandora-kernel.git usb: dwc3: ep0: add handling for unaligned OUT transfers In case we have transfers which aren't aligned to wMaxPacketSize, we need to be careful with how we start the transfer with the HW. OUT transfers _must_ be aligned with wMaxPacketSize and in order to guarantee that, we use a bounce buffer. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed