Skip to content

Commit

Permalink
usb/isp1760: Move to native-endian ptds
Browse files Browse the repository at this point in the history
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 <arvid.brodin@enea.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arvid Brodin authored and Greg Kroah-Hartman committed Mar 1, 2011
1 parent 6d42fcd commit bedc0c3
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 357 deletions.
Loading

0 comments on commit bedc0c3

Please sign in to comment.