Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-05 Thread Lucas Stach
Hi Marek, Stephen, Tom, Am Mittwoch, den 05.09.2012, 21:27 +0200 schrieb Marek Vasut: > Dear Stephen Warren, > > > On 09/05/2012 12:30 AM, Marek Vasut wrote: [...] > > > > > > u-boot-usb master is updated to master and pushed for your enjoyment. > > > > The series doesn't appear to apply to u-b

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-05 Thread Marek Vasut
Dear Stephen Warren, > On 09/05/2012 12:30 AM, Marek Vasut wrote: > > Dear Lucas Stach, > > > >> Hi Stephen, > >> > >> Am Dienstag, den 04.09.2012, 17:05 -0600 schrieb Stephen Warren: > >>> On 08/30/2012 10:03 AM, Lucas Stach wrote: > Hi all, > > this is a follow up on the patch

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-05 Thread Stephen Warren
On 09/05/2012 12:30 AM, Marek Vasut wrote: > Dear Lucas Stach, > >> Hi Stephen, >> >> Am Dienstag, den 04.09.2012, 17:05 -0600 schrieb Stephen Warren: >>> On 08/30/2012 10:03 AM, Lucas Stach wrote: Hi all, this is a follow up on the patch "USB: EHCI: Initialize multiple USB con

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Marek Vasut
Dear Lucas Stach, > Hi Stephen, > > Am Dienstag, den 04.09.2012, 17:05 -0600 schrieb Stephen Warren: > > On 08/30/2012 10:03 AM, Lucas Stach wrote: > > > Hi all, > > > > > > this is a follow up on the patch "USB: EHCI: Initialize multiple > > > USB controllers at once" from Jim Lin. It takes som

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Lucas Stach
Hi Stephen, Am Dienstag, den 04.09.2012, 17:05 -0600 schrieb Stephen Warren: > On 08/30/2012 10:03 AM, Lucas Stach wrote: > > Hi all, > > > > this is a follow up on the patch "USB: EHCI: Initialize multiple > > USB controllers at once" from Jim Lin. It takes some of the > > code but has undergone

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Marek Vasut
Dear Stephen Warren, > On 08/30/2012 10:03 AM, Lucas Stach wrote: > > Hi all, > > > > this is a follow up on the patch "USB: EHCI: Initialize multiple > > USB controllers at once" from Jim Lin. It takes some of the > > code but has undergone some heavy reworking. > > > > When we remove the ifdef

Re: [U-Boot] [PATCH 0/4] USB multi controller

2012-09-04 Thread Stephen Warren
On 08/30/2012 10:03 AM, Lucas Stach wrote: > Hi all, > > this is a follow up on the patch "USB: EHCI: Initialize multiple > USB controllers at once" from Jim Lin. It takes some of the > code but has undergone some heavy reworking. > > When we remove the ifdef horror from the above mentioned patch