]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:08 +0000 (21:47 +0200)
commitf4e508d847a6174e9f5ef505efcf6cc4b21ddd67
tree3654647aae6913155cb776e8ec11a8d86dae8262
parent1546fcb31d33781027517fd34cf707bf6ab2cda9
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