From: Sarah Sharp Date: Thu, 30 Apr 2009 02:04:32 +0000 (-0700) Subject: USB: xhci: Fix register write order. X-Git-Tag: v2.6.31-rc1~304^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3841d56ebb9730c786a59bf3207529c35214df26;p=pandora-kernel.git USB: xhci: Fix register write order. The 0.95 xHCI spec says that if the xHCI HW support 64-bit addressing, you must write the whole 64-bit address as one atomic operation, or write the low 32 bits, and then the high 32 bits. I had the register writes swapped in some places. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed