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

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

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

2013-03-04 Thread Felipe Balbi
On Wed, Feb 20, 2013 at 11:07:12PM -0500, 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 pl

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

2013-03-04 Thread Chao Xie
On Mon, Mar 4, 2013 at 10:24 PM, Felipe Balbi wrote: > On Wed, Feb 20, 2013 at 11:07:12PM -0500, 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 in