[V2 PATCH 10/27] usb: gadget: mv_udc: use PHY driver for udc

2012-11-27 Thread Chao Xie
Originaly, udc 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 10/27] usb: gadget: mv_udc: use PHY driver for udc

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