Re: [V7 PATCH 02/16] usb: gadget: mv_udc: use PHY driver for udc

2013-02-18 Thread kishon
Hi, On Monday 18 February 2013 11:40 AM, Chao Xie wrote: 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 d

[V7 PATCH 02/16] usb: gadget: mv_udc: use PHY driver for udc

2013-02-17 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