Re: [PATCH] usb: phy: phy-nop: add support for am335x PHY

2013-07-05 Thread Sebastian Andrzej Siewior
On 07/05/2013 12:16 PM, George Cherian wrote: > On 7/4/2013 10:12 PM, Sebastian Andrzej Siewior wrote: >> On 07/04/2013 06:41 PM, Sebastian Andrzej Siewior wrote: >>> The am335x PHY code is well hidden in multiple places. The glue layer >>> uses the nop and does up/down in the background. This patc

Re: [PATCH] usb: phy: phy-nop: add support for am335x PHY

2013-07-05 Thread George Cherian
On 7/4/2013 10:12 PM, Sebastian Andrzej Siewior wrote: On 07/04/2013 06:41 PM, Sebastian Andrzej Siewior wrote: The am335x PHY code is well hidden in multiple places. The glue layer uses the nop and does up/down in the background. This patch copies the power on / power off part out of dsps so it

Re: [PATCH] usb: phy: phy-nop: add support for am335x PHY

2013-07-04 Thread Sebastian Andrzej Siewior
On 07/04/2013 06:41 PM, Sebastian Andrzej Siewior wrote: > The am335x PHY code is well hidden in multiple places. The glue layer > uses the nop and does up/down in the background. This patch copies the > power on / power off part out of dsps so it can be removed later in > dsps. At this point I am

[PATCH] usb: phy: phy-nop: add support for am335x PHY

2013-07-04 Thread Sebastian Andrzej Siewior
The am335x PHY code is well hidden in multiple places. The glue layer uses the nop and does up/down in the background. This patch copies the power on / power off part out of dsps so it can be removed later in dsps. At this point I am not sure if it is better to write a new phy driver for am335x or