Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-08 Thread Govindraj
Hi Subhashini, On Wed, Feb 8, 2012 at 11:12 PM, SUBHASHINI MANNE wrote: > > Govindraj, >  I have Gumstix overo board with OM3730 + USB 3326 USB PHY.I want to add EHCI > and ULPI support in u-boot. You can refer to the v4 patch series posted earlier: http://www.mail-archive.com/u-boot@lists.denx.

Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-08 Thread SUBHASHINI MANNE
Govindraj, I have Gumstix overo board with OM3730 + USB 3326 USB PHY.I want to add EHCI and ULPI support in u-boot. Once we port the EHCI_OMAP EHCI driver How to test this driver functionality under u-boot environment? Is there any application/commands to test ULPI functionality under u-b

Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-06 Thread Igor Grinberg
On 02/06/12 11:38, Govindraj wrote: > Hi Igor, > > On Mon, Feb 6, 2012 at 2:25 PM, Igor Grinberg wrote: >> Hi Govindraj, >> >> I was about to ask Tom to reorder the patches while applying, but >> there are still several things to fix. >> I'm also fine with fixing these by a follow up patch (after

Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-06 Thread Govindraj
Hi Igor, On Mon, Feb 6, 2012 at 2:25 PM, Igor Grinberg wrote: > Hi Govindraj, > > I was about to ask Tom to reorder the patches while applying, but > there are still several things to fix. > I'm also fine with fixing these by a follow up patch (after merging this). > [...] > > [...] > >> diff -

Re: [U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-06 Thread Igor Grinberg
Hi Govindraj, I was about to ask Tom to reorder the patches while applying, but there are still several things to fix. I'm also fine with fixing these by a follow up patch (after merging this). There are several comments, you missed to fix from previous version [1]. Please, fix those. [1] http:/

[U-Boot] [PATCH v3 6/7] usb: ulpi: Extend the existing ulpi framework.

2012-02-03 Thread Govindraj.R
From: "Govindraj.R" Extend the existing ulpi viewport framework to pass the port number information for any ulpi ops. Fix the usage of ulpi api's accordingly. Tested-by: Stefano Babic Signed-off-by: Govindraj.R --- board/efikamx/efikamx-usb.c | 24 ++-- drivers/usb/ulpi/ulp