[V2 PATCH 12/27] usb: otg: mv_otg: use PHY driver for otg

2012-11-27 Thread Chao Xie
Originaly, otg 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 ena

[PATCH 12/27] usb: otg: mv_otg: use PHY driver for otg

2012-11-25 Thread Chao Xie
From: Chao Xie Originaly, otg 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