[V2 PATCH 11/27] usb: ehci: ehci-mv: use PHY driver for ehci

2012-11-27 Thread Chao Xie
Originaly, ehci driver will call the callbacks in platform data for PHY initialization and shut down. With PHY driver, it will call the APIs provided by PHY driver for PHY initialization and shut down. It removes the callbacks in platform data, and at same time it removes one block in the way of en

[PATCH 11/27] usb: ehci: ehci-mv: use PHY driver for ehci

2012-11-25 Thread Chao Xie
From: Chao Xie Originaly, ehci driver will call the callbacks in platform data for PHY initialization and shut down. With PHY driver, it will call the APIs provided by PHY driver for PHY initialization and shut down. It removes the callbacks in platform data, and at same time it removes one block