[ARM] tegra: usb_phy: Moved suspend/resume code to ehci driver
authorBenoit Goby <benoit@android.com>
Tue, 31 Aug 2010 22:38:09 +0000 (15:38 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:28:19 +0000 (16:28 -0700)
commit12cfe15dd28f043523a75581b89f2c7203409f49
treefab9e666b2baf776a87bfe05ddd49dbb9b78ea84
parent57e1a9e2927f948535d49cf01d7a48b7d0b24a42
[ARM] tegra: usb_phy: Moved suspend/resume code to ehci driver

The suspend/resume methods should go to the ehci driver as they only
save/restore ehci registers.

Remove phy_init and initialize all phy registers in power_on as all the
registers need to be reinitialized after LP0.

Change-Id: I649d2cb66339aaff2d7db442a5441d2d3f06268b
Signed-off-by: Benoit Goby <benoit@android.com>
arch/arm/mach-tegra/include/mach/usb_phy.h
arch/arm/mach-tegra/usb_phy.c