]> rtime.felk.cvut.cz Git - linux-imx.git/commit
USB: xhci: Add tests for TRB address translation.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 9 Nov 2009 21:35:23 +0000 (13:35 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:22 +0000 (11:55 -0800)
commit6648f29d3be2972a74ef8e29aa5d425ab4f1fc48
tree019ca7fd4b73772952f570ef2a5dec67c5eabeaa
parent7f4e985448e82fe4a1cc0ae4fcecaf7e0301c07b
USB: xhci: Add tests for TRB address translation.

It's not surprising that the transfer request buffer (TRB) physical to
virtual address translation function has bugs in it, since I wrote most of
it at 4am last October.  Add a test suite to check the TRB math.  This
runs at memory initialization time, and causes the driver to fail to load
if the TRB math fails.

Please excuse the excessively long lines in the test vectors; they can't
really be made shorter and still be readable.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.h