]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: dwc2: use phys_to_bus/bus_to_phys
authorStephen Warren <swarren@wwwdotorg.org>
Wed, 25 Mar 2015 02:07:35 +0000 (20:07 -0600)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:47:59 +0000 (05:47 +0200)
commit5c0beb5c58c86d2a6d12dee6330dc85554de5c60
treeb4ebdb82c17ae64f5d84634176c62b1bd5a825e5
parent79340db7f1f676b8eb5911f4993ebedf27009c0b
usb: dwc2: use phys_to_bus/bus_to_phys

Use of these APIs is required on the Raspberry Pi. With this change, USB
on RPi1 should be more reliable, and USB on the RPi2 will start working.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
drivers/usb/host/dwc2.c