Re: [PATCH v2 3/5] USB: OMAP1: OTG controller driver

2013-06-18 Thread Aaro Koskinen
Hi, On Tue, Jun 18, 2013 at 11:21:43AM +0300, Felipe Balbi wrote: > On Sun, Jun 16, 2013 at 04:35:10PM +0300, Aaro Koskinen wrote: > > +#include > > no mach/* includes under drivers/usb, sorry. It's a pain to fix those up > later. Sorry, that was left there by a mistake. I will fix. A. -- To u

Re: [PATCH v2 3/5] USB: OMAP1: OTG controller driver

2013-06-18 Thread Felipe Balbi
On Sun, Jun 16, 2013 at 04:35:10PM +0300, Aaro Koskinen wrote: > Transceivers need to manage OTG controller state on OMAP1 to enable > switching between peripheral and host modes. Provide a driver for that. > > Signed-off-by: Aaro Koskinen > --- > drivers/usb/phy/Kconfig| 10 +++ > driv

[PATCH v2 3/5] USB: OMAP1: OTG controller driver

2013-06-16 Thread Aaro Koskinen
Transceivers need to manage OTG controller state on OMAP1 to enable switching between peripheral and host modes. Provide a driver for that. Signed-off-by: Aaro Koskinen --- drivers/usb/phy/Kconfig| 10 +++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-omap-otg.c | 171