]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci: do not set the LSB of Current qTD pointer
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 17 Nov 2014 08:54:14 +0000 (17:54 +0900)
committerMarek Vasut <marex@denx.de>
Wed, 19 Nov 2014 22:31:54 +0000 (23:31 +0100)
commit0c6de8853b2571251fdefe34598e0c344fe1372b
treeb3dbbfa7f9c5d1bda04d0a98ce82c4d903e53772
parentfbd3b79d77b136e85c115c09aaf5c9ce40446850
usb: ehci: do not set the LSB of Current qTD pointer

According to EHCI specification, the LSB of DWORD 3 of Queue Head
(Current qTD Pointer) is not T-bit, but always zero.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
drivers/usb/host/ehci-hcd.c