Re: [PATCH 3/3] usb: phy: isp1301: implement PHY API

2013-03-11 Thread Felipe Balbi
On Fri, Mar 08, 2013 at 11:53:21PM +0400, Sergei Shtylyov wrote: Hello. On 08-03-2013 15:30, Felipe Balbi wrote: this patch implements -init() and -set_vbus() methods for isp1301 transceiver driver. Later patches can now come in order to remove the hackery from ohci-nxp and lpc32xx udc

[PATCH 3/3] usb: phy: isp1301: implement PHY API

2013-03-08 Thread Felipe Balbi
this patch implements -init() and -set_vbus() methods for isp1301 transceiver driver. Later patches can now come in order to remove the hackery from ohci-nxp and lpc32xx udc drivers. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/phy/phy-isp1301.c | 59

Re: [PATCH 3/3] usb: phy: isp1301: implement PHY API

2013-03-08 Thread Sergei Shtylyov
Hello. On 08-03-2013 15:30, Felipe Balbi wrote: this patch implements -init() and -set_vbus() methods for isp1301 transceiver driver. Later patches can now come in order to remove the hackery from ohci-nxp and lpc32xx udc drivers. Signed-off-by: Felipe Balbi ba...@ti.com ---