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

2013-07-25 Thread Felipe Balbi
On Mon, Jul 22, 2013 at 08:09:53PM +0200, 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

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

2013-07-25 Thread Sebastian Andrzej Siewior
* Felipe Balbi | 2013-07-25 17:33:30 [+0300]: On Mon, Jul 22, 2013 at 08:09:53PM +0200, Sebastian Andrzej Siewior wrote: right, I replied to the wrong series, please add a patch renaming file and functions to phy-generic.c/usb_phy_gen_ Sorry, I can't parse that. You want to rename phy-nop.c to

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

2013-07-22 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