commit | 421a5a0c980e8abc620880b8d00cfba1bd349e3c | [log] [tgz] |
---|---|---|
author | Sergey Temerkhanov <s.temerkhanov@gmail.com> | Wed Apr 01 17:18:45 2015 +0300 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:47:48 2015 +0200 |
tree | cee309472f5c3c62f184a25a1a0d1fef6116308c | |
parent | b12242aceb9f76278da8736b07c88eb07cfd20d0 [diff] |
usb: 64-bit architectures support for xHCI This commit allows xHCI to use both 64 and 32 bit memory physical addresses depending on architecture it's being built for. Also it makes use of readq()/writeq() on 64-bit systems Signed-off-by: Sergey Temerkhanov <s.temerkhanov@gmail.com> Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com>