[ARM] tegra: add API for enabling the USB PHYs
authorBenoit Goby <benoit@android.com>
Wed, 30 Jun 2010 01:09:26 +0000 (18:09 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:27:09 +0000 (16:27 -0700)
commitfb00b2dc07ed521248ba1162a6baf0d5ed25a5d1
tree214ce75bbf383f0c6f0a0f9ea207e8eefa2452b6
parenta1df55a17b510f8a0171b46b43e2042368d4b309
[ARM] tegra: add API for enabling the USB PHYs

Moved usb phy initialization code
Added support for usb3 utmi phy
Updated the registers as recommended by Nvidia to be MUCH closer to passing the integrity tests
TODO: Add support for usb2 ulpi phy

Signed-off-by: Benoit Goby <benoit@android.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/include/mach/usb_phy.h [new file with mode: 0644]
arch/arm/mach-tegra/usb_phy.c [new file with mode: 0644]