]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "xhci: replace xhci_read_64() with readq()"
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 30 Jan 2014 21:27:49 +0000 (13:27 -0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 30 Jan 2014 21:27:49 +0000 (13:27 -0800)
commit7ff9f475356cdb65dc9a2ae099fb25a453c2b7f4
tree3a5dd864b4f0c056cc5285a3c96cbf5559183ed5
parent454b8857238793ad9b66ce9bd41d4a1cd8878ffd
Revert "xhci: replace xhci_read_64() with readq()"

This reverts commit bb6e5e56cfe29d39b08ac98956ce57087904ed8e.  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 <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-dbg.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h