From: Sarah Sharp Date: Thu, 30 Jan 2014 21:27:49 +0000 (-0800) Subject: Revert "xhci: replace xhci_read_64() with readq()" X-Git-Tag: v3.14-rc3~10^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b2e4032d52deff480e0c303fbd9180276f8dfc;p=pandora-kernel.git Revert "xhci: replace xhci_read_64() with readq()" This reverts commit e8b373326d8efcaf9ec1da8b618556c89bd5ffc4. Many xHCI host controllers can only handle 32-bit addresses, and writing 64-bits at a time causes them to fail. Reading 64-bits at a time may also cause them to return 0xffffffff, so revert this commit as well. Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed