Re: Problem with OHCI on OMAP4430

2012-11-26 Thread Mohan V
Alan, On Tue, Oct 30, 2012 at 9:34 PM, Alan Stern st...@rowland.harvard.edu wrote: On Tue, 30 Oct 2012, Mohan V wrote: Device not getting detected when connected--- / # [ 135.621002] usbhs_wakeup: Enabling clocks [ 135.625762

Re: Problem with OHCI on OMAP4430

2012-10-30 Thread Mohan V
Alan, On Mon, Oct 29, 2012 at 8:54 PM, Alan Stern st...@rowland.harvard.edu wrote: On Mon, 29 Oct 2012, Mohan V wrote: I'm not going to be able to help very much with an Android kernel. Does the same problem occur with a vanilla non-Android 3.6 kernel? If it doesn't, that indicates

Re: Problem with OHCI on OMAP4430

2012-10-29 Thread Mohan V
Alan, On Fri, Oct 26, 2012 at 8:49 PM, Alan Stern st...@rowland.harvard.edu wrote: On Fri, 26 Oct 2012, Mohan V wrote: When the USB bus is in suspend, a device connected to OHCI port does not get detected, whereas the device connected to EHCI port is getting detected. Can you provide

OMAP3: Enabling IO Daisy Chain

2011-06-30 Thread Mohan V
[c] Clear PM_WKST_WKUP.ST_IO bit by writing 1 to it. Signed-off-by: Mohan V moh...@ti.com --- arch/arm/mach-omap2/pm34xx.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index d8c00e4..7f0d371 100644

Re: OMAP3: Enabling IO Daisy Chain

2011-06-30 Thread Mohan V
Kevin, On Fri, Jul 1, 2011 at 5:03 AM, Kevin Hilman khil...@ti.com wrote: +Tero Mohan V mohanvfo...@gmail.com writes: Hello all, I am trying to correct the implementation of the enabling/disabling IO daisy chain in omap3. Thanks for doing the investigation and proposing a fix! I am