Re: [U-Boot] [PATCH 3/3] HACK: ehci-omap: do gpio toggle after port power is set

2013-07-10 Thread Dan Murphy
On 07/09/2013 04:59 AM, Roger Quadros wrote: On 07/08/2013 11:59 PM, Dan Murphy wrote: Need to check why gpio toggling in ehci-omap is not working and works only from ehci-hcd. do you mean HSIC detection is not working? GPIO toggling has to work from anywhere. GPIO toggling does work. I

Re: [U-Boot] [PATCH 3/3] HACK: ehci-omap: do gpio toggle after port power is set

2013-07-09 Thread Roger Quadros
On 07/08/2013 11:59 PM, Dan Murphy wrote: Need to check why gpio toggling in ehci-omap is not working and works only from ehci-hcd. do you mean HSIC detection is not working? GPIO toggling has to work from anywhere. Signed-off-by: Dan Murphy dmur...@ti.com ---

[U-Boot] [PATCH 3/3] HACK: ehci-omap: do gpio toggle after port power is set

2013-07-08 Thread Dan Murphy
Need to check why gpio toggling in ehci-omap is not working and works only from ehci-hcd. Signed-off-by: Dan Murphy dmur...@ti.com --- drivers/usb/host/ehci-hcd.c |7 ++- drivers/usb/host/ehci-omap.c |2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git