From: Arvid Brodin Date: Sat, 26 Feb 2011 21:02:57 +0000 (+0100) Subject: usb/isp1760: Move to native-endian ptds X-Git-Tag: v2.6.39-rc1~472^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedc0c31ac3db828e6ade7a8c5cb708688f0a7e1;p=pandora-kernel.git usb/isp1760: Move to native-endian ptds This helps users with platform-bus-connected isp176xs, big-endian cpu, and missing byteswapping on the data bus. It does so by collecting all SW byteswaps in one place and also fixes a bug with non-32-bit io transfers on this hardware, where payload has to be byteswapped instead of ptds. Signed-off-by: Arvid Brodin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed