Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-07 Thread Igor Grinberg
On 12/07/11 20:36, Marek Vasut wrote: >> Hi Marek, >> >> On 12/07/11 19:27, Marek Vasut wrote: On 12/07/11 03:42, Simon Glass wrote: > Hi Igor, > > Looks good - a few comments from me. > > On Mon, Dec 5, 2011 at 1:07 AM, Igor Grinberg >>> >>> wrote: >> From: Jana Rapav

Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-07 Thread Marek Vasut
> Hi Marek, > > On 12/07/11 19:27, Marek Vasut wrote: > >> On 12/07/11 03:42, Simon Glass wrote: > >>> Hi Igor, > >>> > >>> Looks good - a few comments from me. > >>> > >>> On Mon, Dec 5, 2011 at 1:07 AM, Igor Grinberg > > > > wrote: > From: Jana Rapava > > Add partial ULPI sp

Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-07 Thread Igor Grinberg
Hi Marek, On 12/07/11 19:27, Marek Vasut wrote: >> On 12/07/11 03:42, Simon Glass wrote: >>> Hi Igor, >>> >>> Looks good - a few comments from me. >>> >>> On Mon, Dec 5, 2011 at 1:07 AM, Igor Grinberg > wrote: From: Jana Rapava Add partial ULPI specification implementation that s

Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-07 Thread Marek Vasut
> On 12/07/11 03:42, Simon Glass wrote: > > Hi Igor, > > > > Looks good - a few comments from me. > > > > On Mon, Dec 5, 2011 at 1:07 AM, Igor Grinberg wrote: > >> From: Jana Rapava > >> > >> Add partial ULPI specification implementation that should be enough to > >> interface the ULPI PHYs i

Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-07 Thread Igor Grinberg
On 12/07/11 03:42, Simon Glass wrote: > Hi Igor, > > Looks good - a few comments from me. > > On Mon, Dec 5, 2011 at 1:07 AM, Igor Grinberg wrote: >> From: Jana Rapava >> >> Add partial ULPI specification implementation that should be enough to >> interface the ULPI PHYs in the boot loader cont

Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-06 Thread Simon Glass
Hi Igor, Looks good - a few comments from me. On Mon, Dec 5, 2011 at 1:07 AM, Igor Grinberg wrote: > From: Jana Rapava > > Add partial ULPI specification implementation that should be enough to > interface the ULPI PHYs in the boot loader context. > Add a viewport implementation for Chipidea/AR

Re: [U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-06 Thread Marek Vasut
> From: Jana Rapava > > Add partial ULPI specification implementation that should be enough to > interface the ULPI PHYs in the boot loader context. > Add a viewport implementation for Chipidea/ARC based controllers. > > Signed-off-by: Jana Rapava > Signed-off-by: Igor Grinberg > Cc: Remy Bohm

[U-Boot] [PATCH v7] USB: Add generic ULPI layer and a viewport

2011-12-05 Thread Igor Grinberg
From: Jana Rapava Add partial ULPI specification implementation that should be enough to interface the ULPI PHYs in the boot loader context. Add a viewport implementation for Chipidea/ARC based controllers. Signed-off-by: Jana Rapava Signed-off-by: Igor Grinberg Cc: Remy Bohmer Cc: Stefano Ba