]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: 64-bit architectures support for xHCI
authorSergey Temerkhanov <s.temerkhanov@gmail.com>
Wed, 1 Apr 2015 14:18:45 +0000 (17:18 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:06 +0000 (21:47 +0200)
commit112b220caa9ef2a3e43f6b7f2220338d72e4899d
treef751682c542663c3aee95d8c2a87169f4fe8c210
parentf0279891a5f111691f0d1b9f928fdf116a2ea182
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>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h